-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
METplus jobs fail for gfs_cyc=2 or 4 #2790
Comments
FYI @malloryprow. |
@malloryprow Is the intent to run the METplus jobs once all of the data for a given date is available? e.g. run the If that is the case, then I can just modify the rocoto XML dependencies. |
Oh yeah, it shouldn't be looking for data for the next 3 cycles.
Temporary fix to get your tests working would be to adjust |
Thanks, @malloryprow. I have a work-in-progress solution in EMC_verif-global. I'll open a draft PR. |
What is wrong?
When running the
C96_atm3DVar_extended
test, thegfsmetpg2g1
andgfsmetpg2o1
jobs fail to locate all data. For this test,gfs_cyc=4
and themetp
jobs only run on the 00z cycle, so it should be looking for GRIB2 data from the 00Z cycle and the previous 3 cycles. Instead, it is looking for the 00Z cycle and the next 3 cycles. These data are not available until later cycles, so the.stat
files are not generated for cycles 06-18.What should have happened?
The METplus scripts should look backwards instead of forwards and skip over cycles that should not exist.
What machines are impacted?
All or N/A
Steps to reproduce
Run a GFS cycle in either forecast-only or cycled mode with
gfs_cyc=4
.Additional information
Found while testing #2749 and #2732.
Sample log file can be found here:
/lfs/h2/emc/nems/noscrub/david.huber/GFS_CI_ROOT/PR/2749/RUNTESTS/COMROOT/C96_atm3DVar_extended_5a7dd316/logs/2021122100/gfsmetpg2g1.log
Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered: