How to set fcst_thresh in Ensemble-Stat tool? #2894
-
Dear METplus team, I need to set both fcst_thresh and obs_thresh to be greater than a value in ensemble_stat. I set the following in my config file: OBS_VAR1_OPTIONS = obs_thresh = [ >= 271.15 ]; But, in my ensemble_stat ECNT line type output, only OBS_THRESH is set. I checked the MET Users Guide for Ensemble-Stat tool. I only see obs_thresh option available in the config file. How to set fcst_thresh in Ensemble-Stat tool? Also, I need to set the logic to be "INTERSECTION", how to do this in ensemble_stat? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello @GwenChen-NOAA, I see you have questions about setting the Since you mention applying INTERSECTION logic, I'm not entirely sure what you're trying accomplish with these threshold settings. Do you want to define thresholds for events for probabilities, like deriving the ensemble probability of precipitation greater than 0, or temperature being less than 273? I'm guessing not, because no "logic" option applies to that. Or do you want to define thresholds to FILTER the data and only compute statistics on the subset of matched pairs that meet the criteria? Since "logic" does apply to data filtering, I'm assuming this is what you're trying to do. Can you please clarify what. you're trying to do? That'll help me understand what config options would be involved. |
Beta Was this translation helpful? Give feedback.
-
John,
I'm trying to do the same thing Shannon did for grid_stat (METplus
Discussion #2869 <#2869>).
For GEFS SST verification, we need to filter out fcst/obs temperature data
< 271.15, and only compute statistics on the subset of matched pairs that
meet the criteria. I use the ensemble_stat tool and output the ECNT line
type.
…On Tue, Feb 11, 2025 at 11:51 AM John Halley Gotway < ***@***.***> wrote:
Hello @GwenChen-NOAA <https://github.com/GwenChen-NOAA>, I see you have
questions about setting the fcst_thresh and obs_thresh settings for MET's
ensemble_stat tool. When configuring the MET tools, there are many options
for defining thresholds in multiple tools and contexts. And the function of
each is not as intuitive and obvious as would be ideal.
Since you mention applying INTERSECTION logic, I'm not entirely sure what
you're trying accomplish with these threshold settings.
Do you want to define thresholds for events for probabilities, like
deriving the ensemble probability of precipitation greater than 0, or
temperature being less than 273? I'm guessing not, because no "logic"
option applies to that.
Or do you want to define thresholds to FILTER the data and only compute
statistics on the subset of matched pairs that meet the criteria? Since
"logic" does apply to data filtering, I'm assuming this is what you're
trying to do.
Can you please clarify what. you're trying to do? That'll help me
understand what config options would be involved.
—
Reply to this email directly, view it on GitHub
<#2894 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWXF3DCOYLUIBWXBA7F6JJL2PITAHAVCNFSM6AAAAABW3BT2WCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJUG4YTCNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
@GwenChen-NOAA, great, thanks for clarifying what you're looking for.
This is called conditional verification, where you subset the data based on their values, prior to computing statistics. This conditional verification is supported with the
cnt_thresh
andcnt_logic
config options in the Grid-Stat, Point-Stat, and (new) Pair-Stat tools, and this excerpt from the MET User's Guide describes it: