netcdf > 1.6.1 does not read .netrc / .dodsrc
Hi,
To access CMEMS data-sources we use .netrc and .dodsrc, however it seems that versions post netcdf-1.6.1 no longer reads these files. Downgrading works fine. We use python-netcdf4 from conda-forge.
The issue seems to be present for ncdump and the likes as well.
Best regards, Gaute
Relevant issue: https://github.com/OpenDrift/opendrift/issues/1083
This must be due to a change in the C library, not netcdf4-python (that's why it also shows up in ncdump). I don't see anything in the netcdf-c Changelog though.
cc @WardF @DennisHeimbigner
Maybe this issue: https://github.com/Unidata/netcdf-c/issues/1966