Unidata / netcdf-fortran

Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module_netcdf_nf_data.F90 does not compile if netcdf4 support is disabled

bpoq opened this issue · comments

commented

In 4.6.1, module_netcdf_nf_data.F90 uses constants NC_NOQUANTIZE and NC_QUANTIZE_BITGROOM
These constants are defined in module_netcdf_nc_data.F90, but only if flag USE_NETCDF4 is defined.