Kyle Gerheiser
Kyle Gerheiser
With v4.9.0 netcdf-c introduces zstandard compression option which is added as a variant. @edwardhartnett @climbfuji FYI
I built NetCDF-C with `--enable-logging` and NetCDF-Fortran with `CPPFLAGS=-DLOGGING`. Then, I try to call `nf_set_log_level`, but I get function not found. ``` Desktop/ufs-data/ufs-weather-model/FV3/io/module_write_netcdf_parallel.F90:87:12: 87 | ncerr = nf_set_log_level(3); NC_ERR_STOP(ncerr) |...
There is a small test in there that should be converted to a unit test in CMake.
I get an error when using Intel compilers on macOS. It's related to `handle_strerror_r`. It attempts to pass a type `int` to `char *`. So, I think the first `#ifdef...