Unidata / netcdf-fortran

Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.
Other
237 stars 95 forks source link

module_netcdf_nf_data.F90 does not compile if netcdf4 support is disabled #414

Open bpoq opened 11 months ago

bpoq commented 11 months ago

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.