WIND table entries in grib2 file #2813
Replies: 2 comments 1 reply
-
@gsketefian I see you have a question about the GRIB table lookup logic. And I'll note that your question very likely relates to this existing GitHub issue dtcenter/MET#2240. We did start work on this issue a while back, but never straightened out the details with enough confidence to get it across the finish line... knowing that changing the existing GRIB table lookup logic would introduce significant risk in "breaking" existing usage of the tools. Thanks for sending along some details and output, but I'm not quite convinced yet that MET is comparing the "wrong" fields yet. I ran the following commands on hera... Setup environment:
Run
And note the following log message indicating that it's directly reading record number 624 of the input GRIB2 file:
That is consistent with the output from wgrib2 for 10-m winds.
And note the following log messages indicating that MET is automatically deriving WIND speed from the corresponding U/V components, after first rotating those components from grid-to-earth relative:
So lots of things going on here! When reading wind speed (
Let me adds a few notes:
Hopefully that helps clarify. |
Beta Was this translation helpful? Give feedback.
-
Hi John,
Thanks for the detailed answer, and apologies for not getting back to you.
Yes, you can mark this as answered and close the discussion.
Gerard
…On Mon, Jan 13, 2025 at 2:29 PM John Halley Gotway ***@***.***> wrote:
@gsketefian <https://github.com/gsketefian>, just following up on this
discussion. Do additional questions remain? Or can I mark this as being
answered and close the discussion?
—
Reply to this email directly, view it on GitHub
<#2813 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHM3ZYQOHDKXI6UAL4EERDT2KQV2PAVCNFSM6AAAAABTDTPXG6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBSGQ4TKMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Gerard Ketefian
Research Scientist
NOAA/OAR/ESRL/GSD/EMB, R/GSD1
325 Broadway
Boulder, CO 80305
phone: 970-703-3048
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using METplus to run GridStat on a set of NetCDF forecast files and a set of grib2 "obs" files that are in fact from the HRRR. I am having trouble understanding how MET determines what obs field to use for upper-level horizontal wind speed (WIND).
In my GridStat configuration file, the parameters for this WIND variable are set as follows:
Running this gives me the following message in the METplus log file regarding the HRRR "obs" file:
So it seems like METplus is finding 3 different GRIB2 table entries for WIND in the grib2 file, but I am not sure how those entries map onto the one WIND field in the grib2 file, which is:
This wind field is at 10m above ground, while in my conf file settings I specify various pressure levels but not L10. So I am wondering what those 3 table entries are that METplus is finding. I'm happy to provide more information about the contents of the grib2, etc.
Thanks.
@JeffBeck-NOAA @VanderleiVargas-NOAA
Beta Was this translation helpful? Give feedback.
All reactions