-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Grib2 writing capabilities to the ocnicepost module #96
base: develop
Are you sure you want to change the base?
Conversation
@AminIlia-NOAA - I looked at the ocean.0p25.gb2 file with Grads. Here is the water temperature record. Something is not correct. See the gif. It looks like there is an array mismatch somewhere. Are the dimensions of the data array what the g2 library is expecting? Is the array 8-byte, but the g2 library is expecting 4-byte? To simplify debugging, I might turn off the bitmap (you can set the land points to a value like 999) and try the simple packing. |
Description
The ocnicepost has been modified to include grib2 writing capabilities. The codes has been written and tested. The code creates grib2 files (2D and 3D) however the data is not on proper range. It seems some fill value remain and written into the data although I masked them with bitmap. Here are some points:
A working test case is available at /scratch2/NCEPDEV/ovp/Amin.Ilia/new/test_f6 on HERA. Please let me know if you have any questions.
Any suggestion or help on resolving the large negative numbers will be apricated.
Thanks All,
@edwardhartnett, @AlysonStahl-NOAA or @Hang-Lei-NOAA.
@WenMeng-NOAA or @GeorgeGayno-NOAA
Ref #89
Type of change
Change characteristics
How has this been tested?
Checklist