Next: NF_CREATE, Previous: NF_STRERROR, Up: Datasets
The function NF_INQ_LIBVERS returns a string identifying the version of the netCDF library, and when it was built.
CHARACTER*80 FUNCTION NF_INQ_LIBVERS()
This function takes no arguments, and thus no errors are possible in its invocation.
Here is an example using nc_inq_libvers to print the version of the netCDF library with which the program is linked:
INCLUDE 'netcdf.inc' ... PRINT *, NF_INQ_LIBVERS()