Hi!
I have migrated to the new CDS-beta by cdsapi serving data cfgrib converted into netCDF format, and my Fortran program chokes reading the data. Sigh. The problem is that type “string” for character attributes is NOT supported by the netCDF Fortran library. And, worse, it is not CF-1.7 compliant, which is the version document the Conventions global attribute in the file (unreadable from Fortran ) claims the data format to comply to. Because A LOT of Fortran code still out here reading netCDF formatted data for science, maybe some mitigation action should be put in place.
https://github.com/Unidata/netcdf-fortran/issues/181
Regardless, the Conventions attribute used in the file should be at least updated to the value “CF-1.8” to start using netCDF4 string type for the data attributes.