Jeff Whitaker

Results 538 comments of Jeff Whitaker

are you accounting for the fact that GRIB uses lossy compression (so the data files you write into the file will not be exactly the same as the values you...

It would also be nice to specify deflate_level and shuffle. Default values for these parameters were settable in the old mpp_io namelist (and the GFS uses them to get compressed...

> Where should the value for deflate_level and shuffle be specified? In fms2_io_nml, or some dycore namelist? I think it would make the most sense to be able to set...

perhaps you are correct - usually the include directory ends up in cflags but in your case it did not for some reason.

did you install both 1.6.2 and 1.6.4 via pip (using binary wheels)?

it's an issue with netcdf-c 4.9.2, which is used in the 1.6.4 wheel.

one possibility would be to add the capability to deactivate the use of ``certify`` with an environment variable. Would that solve this issue?

@thwllms I think your proposed change would work. Would you mind creating a PR?

For some context on why netcdf4-python uses certifi and nc_rc_set to set the path to th cacert.pem file , see https://github.com/Unidata/netcdf4-python/issues/1246. (basically, it was the only way to get opendap...