-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Script to compress bit-shaved netcdf output #526
Conversation
@gmao-qliu , I thought we can use the same name as input and output. Can you test my changes? |
it's unsafe to use the same name for input and output according to the nco user guide. |
I think nco internally did the same thing as you did. |
@gmao-qliu: Is it ok with you to use the same file name going into and out of ncks? |
It's fine with me. Seems it's only unsafe with the --no_tmp_fi flag. @gmao-rreichle @weiyuan-jiang |
- added documentation (README.OutputSpecs.md) - removed default multi-threading, added comments (compress_bit-shaved_nc4.sh) - added comments in HISTORY template (GEOSldas_HIST.rc)
@weiyuan-jiang, @biljanaorescanin: I've finished my modifications of this PR but I can't approve it because I initiated it. When you get a chance, please approve and merge, or let me know if you have any concerns. |
This PR adds a utility to compress bit-shaved netcdf output.
Original version provided by @gmao-qliu, lightly edited by @gmao-rreichle.
@weiyuan-jiang: Please review and add multi-threading capability.