Skip to content

Question regarding applying cnt_thresh #976

Discussion options

You must be logged in to vote

Jamie, I see you have a question about how the cnt_thresh option is applied in Grid-Stat. You have defined cnt_thresh = [ >15 ]; to compute continuous statistics, but only for reflectivity values (REFC) greater than 15. Look closely at the options you've defined below:

FCST_VAR1_OPTIONS = cnt_thresh = [ >15 ];
OBS_VAR1_OPTIONS = censor_thresh = eq-999; censor_val = -9999; cnt_thresh = [ >15 ]; cnt_logic = UNION;

This tells
Grid-Stat to include all matched pairs where the forecast value is >15 OR the observation value is >15. That's what the "cnt_logic = UNION;" is telling it to do. If your forecast has a low-bias, it may very well be the case that the forecast values are <15 while the ob…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

jwolff-ncar
Jul 6, 2021
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JohnHalleyGotway
Comment options

jwolff-ncar
Jul 7, 2021
Collaborator Author

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