Skip to content

Skipping initialization hours? #1760

Locked Answered by georgemccabe
malloryprow asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @malloryprow,

You are correct that the SKIP_TIMES logic only applies to valid times. Looping by initialization time (LOOP_BY=INIT) is the easiest way to ensure you are only processing the init times that are available.

If you need to be looping by valid time, then the INIT_SEQ may accomplish what you need. You would specify the list of the available initialization times along with the min/max forecast leads to use and the wrapper will determine which forecast leads can be used.

The following settings will process forecast leads between 3 and 12 that align with the current valid time and available init times:

INIT_SEQ = 0,6,12,18
LEAD_SEQ_MIN = 3
LEAD_SEQ_MAX = 12

For Valid 0Z:

  • Foreca…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@malloryprow
Comment options

malloryprow Aug 25, 2022
Collaborator Author

@malloryprow
Comment options

malloryprow Aug 25, 2022
Collaborator Author

@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