Skip to content

Looping by valid time with METplus TCPairs #985

Discussion options

You must be logged in to vote

Hi Molly,

The short answer is yes, you can loop by valid time with TCPairs. You will have to set:

LOOP_ORDER = times

In METplus 4.0.0 you will have to keep INIT_TIME_FMT and INIT_BEG set in your config file even though they won't be used. I'm actually currently updating the wrapper now to fix this while making other modifications for #931, so this will not be necessary in future versions.

The caveat is when you set the loop order to "times" you can't include an analysis tool like SeriesAnalysis in the same configuration. This is because SeriesAnalysis processes a range of times and loop-by-time will run all of the processes in the PROCESS_LIST for a given runtime then increment to the nex…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mollybsmith-noaa
Comment options

@georgemccabe
Comment options

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