Calculating FSS (processing obs accordingly) with NEP method #1612
-
I have modified the GridStat_APCP01h_prob.conf file to have: OBS_VAR5_NAME = APCP but when this is run we are getting this error: ERROR : This conf file work appropriately prior to adding the OBS_VAR_OPTIONS line so I am hoping it is a simple syntax issue! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@jwolff-ncar, there's a couple details we need to discuss.
The key detail here is that neighborhood stats are computed for scalar input data, NOT probability data. And probabilistic stats are computed for probability input data, NOT scalar data. The punchline is that you'll need to list the same variable twice, once with config settings to process it as probabilities and once with config settings to process it as scalars. @georgemccabe can you please review the following settings and correct any mistakes I've made?
|
Beta Was this translation helpful? Give feedback.
-
How to process this type of Gen-Ens-Prod output data using FSS in Grid-Stat:
|
Beta Was this translation helpful? Give feedback.
@jwolff-ncar, there's a couple details we need to discuss.
My guess about this immediate parsing error is that it's happening because the “nbrhd” dictionary setting does NOT include a setting for vld_thresh as seen in this line of the default config file. I'd try adding vld_thresh to that line and rerunning. All of the details as to when settings from dictionaries are or are not overridden is not entirely clear to me. Probably should figure that out at some point!
Based on your existing settings, I am guessing that you'd like to process the
APCP_01_A01_ENS_NEP_gt0.0_NBRHD25
data in 2 ways...