Skip to content

Config File Syntax for U/V Winds #979

Locked Answered by JohnHalleyGotway
craigrj asked this question in Configuration
Discussion options

You must be logged in to vote

Hi Bob, thanks for making the move over to GitHub Discussions!

I see you have a question about verifying the probability of wind speed exceeding some threshold versus the U and V wind components (named 10U and 10V), as defined in an ECMWF GRIB file. I retrieved some sample data from the ECMWF Copernicus site to do some testing with 10U and 10V data. And I found that unfortunately the existing logic in MET's library code does not support what you're trying to do.

Here's the relevant line in the MET library code:
https://github.com/dtcenter/MET/blob/main_v10.0/met/src/libcode/vx_data2d_grib/data2d_grib.cc#L565

If the requested variable does not exist in the input file, this line checks to s…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment