Correct Usage of "GRID_STAT_CLIMO_MEAN_FIELD" #1352
-
I'm trying to use GRID_STAT_CLIMO_MEAN_FIELD to set the variable information for the climatology mean file. In my METplus conf I have it set as
but when I run METplus I get
it looks like METplus is setting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @malloryprow , this was fixed in METplus 4.1.0-beta2. The change removes the extra quotation marks added around the field info. You will need to use this version or higher for GRID_STAT_CLIMO_MEAN_FIELD to work properly. If you must use an earlier version, you can likely set it by using GRID_STAT_MET_CONFIG_OVERRIDES. It should look something like this:
|
Beta Was this translation helpful? Give feedback.
Hi @malloryprow , this was fixed in METplus 4.1.0-beta2. The change removes the extra quotation marks added around the field info. You will need to use this version or higher for GRID_STAT_CLIMO_MEAN_FIELD to work properly. If you must use an earlier version, you can likely set it by using GRID_STAT_MET_CONFIG_OVERRIDES. It should look something like this:
GRID_STAT_MET_CONFIG_OVERRIDES = climo_mean = {field = [{ name="HGT"; level="P500"; }];}