-
Notifications
You must be signed in to change notification settings - Fork 12
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
degrib2 not correctly interpreting negative forecast time #175
Comments
Hi Ed, An example file can be found in /lfs/h2/emc/physics/noscrub/kai.wang/Diag_UPP/forissue28/c3/tmp_-1-22/aqm.t06z.ave_24hr_pm25.793.grib2 wgrib2 -v aqm.t06z.ave_24hr_pm25.793.grib2 degrib2 aqm.t06z.ave_24hr_pm25.793.grib2 | more Thanks, Kai |
@edwardhartnett, just curious if there's a timeline on when this issue could be fixed? Thanks! |
I cannot get to the sample file on acorn and need it moved to hera...
Thanks,
Ed
…On Thu, Nov 17, 2022 at 2:35 PM KaiWang-NOAA ***@***.***> wrote:
@edwardhartnett <https://github.com/edwardhartnett>, just curious if
there's a timeline on when this issue could be fixed? Thanks!
@JianpingHuang-NOAA <https://github.com/JianpingHuang-NOAA>
@HaixiaLiu-NOAA <https://github.com/HaixiaLiu-NOAA>
—
Reply to this email directly, view it on GitHub
<#175 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIOMMCXIT37QKLVDHWHVJ3WI2QK5ANCNFSM6AAAAAARWM4WFA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can someone please put this sample file on hera somewhere so I can get to it? |
I just put a set of sample files in /scratch2/NCEPDEV/naqfc/Kai.Wang/sample_grib2 on Hera. Thanks! |
OK, I have released a new version of NCEPLIBS-g2, version 2.4.6, which solved the negative forecast time issue. I will soon do a new release of grib_util to work with the new g2 release... |
Hi Ed, Thank you for the update! Looking forward to the new release of grib_util. |
Ed,
could be negative. So some people assumed it was an unsigned integer.
Some people just said it was an integer and ignored the problem when
the integer was greater than 2G. In 2015, WMO issued a clarification that
forecast time could be negative integer. By the grib2 rules, the integer is
stored as a sign bit followed by the unsigned integer value.
Wesley
On Wed, Nov 2, 2022 at 11:59 AM Jianping Huang - NOAA Affiliate <jianping.huang@noaa.gov> wrote:
The text was updated successfully, but these errors were encountered: