We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a heads up for people.
The iceberg restarts trigger a subtle bug mentioned here Unidata/netcdf-c#1496
We can see this from the unlimited dimension and variable i
i
[raf599@gadi-login-02 runDir]$ ncdump -hs INPUT/icebergs.res.nc
netcdf icebergs.res { dimensions: i = UNLIMITED ; // (193312 currently) variables: int i ;
Fixed in netCDF 4.7.3
https://github.com/Unidata/netcdf-c/releases/tag/v4.7.3
The text was updated successfully, but these errors were encountered:
Thanks for the info @russfiedler . Since this is fixed in netcdf 4.7.3, do you think we need to do anything about it?
@nikizadehgfdl do you think we need to notify anyone of this issue?
Sorry, something went wrong.
Looks like the problem was noticed a couple of years ago but the cause couldn't be found NOAA-GFDL/icebergs#44
Probably worth putting a note in the README
thomas-robinson
No branches or pull requests
Just a heads up for people.
The iceberg restarts trigger a subtle bug mentioned here Unidata/netcdf-c#1496
We can see this from the unlimited dimension and variable
i
[raf599@gadi-login-02 runDir]$ ncdump -hs INPUT/icebergs.res.nc
netcdf icebergs.res {
dimensions:
i = UNLIMITED ; // (193312 currently)
variables:
int i ;
Fixed in netCDF 4.7.3
https://github.com/Unidata/netcdf-c/releases/tag/v4.7.3
The text was updated successfully, but these errors were encountered: