Skip to content

Percentile thresholding in gen_ens_prod #2422

Discussion options

You must be logged in to vote

Tracy, you are exactly correct in your interpretation of that error message:

ERROR : Simple_Node::check(double, double, double) const -> percentile threshold ">SFP90" used before it was set.

That means that the code tried to apply the percentile threshold before the data was used to interpret and set its actual value. And you're also correct to be looking at the set_perc_thresh(...) library function which the MET code must call before those percentile thresholds can actually be used.

Grep-ing through the code, I see it called in the following spots:

.//src/libcode/vx_analysis_util/stat_job.cc
.//src/libcode/vx_shapedata/mode_conf_info.cc
.//src/tools/core/ensemble_stat/ensemble_stat.cc
.…

Replies: 2 comments

Comment options

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

hertneky
Nov 17, 2023
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