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
It would be nice to convert all NetCDF files in the repo to the same format and compress them.
Something like nccopy -4 -d 4 -s before.nc after.nc should do the job.
nccopy -4 -d 4 -s before.nc after.nc
The text was updated successfully, but these errors were encountered:
Staged on develop in commit 122b662
develop
Files in example/rfmip-clear-sky are left alone because they are traceable back to the ESGF
example/rfmip-clear-sky
Sorry, something went wrong.
No branches or pull requests
It would be nice to convert all NetCDF files in the repo to the same format and compress them.
Something like
nccopy -4 -d 4 -s before.nc after.nc
should do the job.The text was updated successfully, but these errors were encountered: