Skip to content

CRPSS missing in EnsembleStat #1740

Discussion options

You must be logged in to vote

@BinbinZhou-NOAA,
If the field name for the climo field does not match the fcst or obs, then you would not set ENSEMBLE_STAT_CLIMO_MEAN_USE_FCST and instead set:
ENSEMBLE_STAT_CLIMO_MEAN_FIELD = { name="HGT"; level="P500"; }

The ENSEMBLE_STAT_CLIMO_MEAN_USE_FCST variable adds climo_mean = fcst; which essentially just obtains the field list from the fcst dictionary. If the fields are not the same, then you don't need to set this.

Let me know if this does not resolve your issue.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@BinbinZhou-NOAA
Comment options

@georgemccabe
Comment options

@BinbinZhou-NOAA
Comment options

@georgemccabe
Comment options

@BinbinZhou-NOAA
Comment options

Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment