Aggregate MPR lines using Statanalysis #2440
-
Hi, ERROR : Logfile : /scratch1/NCEPDEV/stmp2/Partha.Bhattacharjee/METplus/Scripts/Regional/logs/metplus.log.20231130062145 Any help on this is appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Hi: From your log file, it looks like the job command given to Stat-Analysis is as follows: Although the command has the -line_type flag, it is missing the -out_line_type flag, which is the cause for the error. For any aggregate_stat job, the output line type is different from the input line type and MET needs that information to know what output line type to write and which statistics to compute. This table shows the options for output line types that can be produced from the MPR line type. What type of output statistics are you trying to create for the time series? If you don't want to compute statistics, but just want to separate out certain variables or lines to create a time series, then the filter job would be the one to use. Christina |
Beta Was this translation helpful? Give feedback.
POINT_STAT_OBS_SUMMARY will be available when METplus version 6.0 comes out, but we we are currently on METplus version 5.1. So, at this time POINT_STAT_OBS_SUMMARY does not work. For now, you will want to set this variable using a config override. So, remove the POINT_STAT_OBS_SUMMARY = UW_MEAN in your configuration and add this line instead:
POINT_STAT_MET_CONFIG_OVERRIDES = obs_summary = UW_MEAN;
This produces only one output per station every hour when I run it on my end. Does it work on your end?
Thanks,
Christina