Skipping initialization hours? #1760
-
Hi everyone, In the METplus documentation, I see the configuration option "SKIP_TIMES". It sounds like this pertains only to valid times. Is there any way to skip initialization times? I'm verifying the GFS against observations from the NAM prepbufr files at valid times 00, 03, 06, 09, 12, 15, 18, and 21Z. We want verification every 3 forecast hours. The GFS is only initialized at 00, 06, 12, and 18Z, so when the verification is running I get error messages that it is missing files for 03, 09, 15, and 21Z (which is expected of course). Since there are missing forecast files this causes METplus to exit with a non-zero status. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @malloryprow, You are correct that the SKIP_TIMES logic only applies to valid times. Looping by initialization time ( 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:
For Valid 0Z:
For Valid 3Z:
... For Valid 21Z:
|
Beta Was this translation helpful? Give feedback.
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:
For Valid 0Z: