How to setup probability forecast VAR in conf file #1441
-
I try to verify HREF's probability forecast. Take DPT as an example. Using wgrib2 to list HREF 35:8365670:d=2022021606:DPT:2 m above ground:6 hour fcst:prob >283.15 Now I just verify 35:8365670:d=2022021606:DPT:2 m above ground:6 hour fcst:prob >283.15 How is this setting to be translated to METplus conf file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found following setting is working FCST_IS_PROB = true So this discussion can be closed |
Beta Was this translation helpful? Give feedback.
I found following setting is working
FCST_IS_PROB = true
FCST_PROB_IN_GRIB_PDS = true
BOTH_POINT_STAT_VAR1_NAME = DPT
BOTH_POINT_STAT_VAR1_LEVELS = Z2
BOTH_POINT_STAT_VAR1_THRESH = >283.15
So this discussion can be closed