Skip to content

Wind speed derivation from u/v in all tools and use in verification? #2410

Closed Locked Answered by CPKalb
mpm-meto asked this question in Configuration
Discussion options

You must be logged in to vote

Hi:

To get derived wind speed from any of the MET tools, you have to specify the variable WIND, even if it is not an actual variable in your GRIB file. So, thresholds for derived wind speed would go with the variable WIND, rather than with your x_wind or y_wind above. In the case you have listed above, you would need to add a third variable that looks something like the following:
FCST_VAR3_NAME = WIND
FCST_VAR3_LEVELS = Z10
FCST_VAR3_THRESH = >=7, >=13

This way, the thresholds for the derived wind speed are separate from any thresholds for x_wind and y_wind. Currently, deriving wind speed is only available with GRIB1/GRIB2 files, but is not supported for netCDF. This issue documents chan…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@mpm-meto
Comment options

mpm-meto Nov 21, 2023
Collaborator Author

@CPKalb
Comment options

Answer selected by CPKalb
Comment options

You must be logged in to vote
2 replies
@mpm-meto
Comment options

mpm-meto Nov 30, 2023
Collaborator Author

@CPKalb
Comment options

Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment