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

nf_test4 fails with post-4.9.2 netCDF-C #419

Closed WardF closed 10 months ago

WardF commented 10 months ago

The test nf_test4/ftst_vars.F fails using the current main. This is the result of a mismatch between assumed default values, and a change in libnetcdf-c introduced in commit #f1a3a64. The fix is to check for either the new value or the old value.