Skip to content

Difficulty upgrading TC_PAIRS workflow from METplus 4 to METplus 5 #2216

Discussion options

You must be logged in to vote

This is a change in behavior moving from v4.1 to v5.0 that only applies to TCPairs. To fix this, remove LOOP_ORDER from your configuration file and add TC_PAIRS_RUN_ONCE=False. This will process all of your initialization times.

Explanation:

The LOOP_ORDER METplus config variable has been deprecated.
In METplus v4.1, setting LOOP_ORDER=times processes each init/valid time in your configuration. TCPairs wrapper has a setting called TC_PAIRS_RUN_ONCE that only runs the first init/valid time and is set to True by default. This setting was ignored prior to v5.0.0 when LOOP_ORDER=times was set, which was quite confusing to a user. With the removal of LOOP_ORDER, the setting is never ignored, b…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mollybsmith-noaa
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment