Skip to content

Commit

Permalink
Needed to change date for SF custom domain test; RAP and HRRR not ava…
Browse files Browse the repository at this point in the history
…ilable staged on disk for original date
  • Loading branch information
mkavulich committed Sep 7, 2023
1 parent ddf4240 commit f159832
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ user:
workflow:
CCPP_PHYS_SUITE: FV3_WoFS_v0
GRID_GEN_METHOD: ESGgrid
DATE_FIRST_CYCL: '2019061500'
DATE_LAST_CYCL: '2019061500'
DATE_FIRST_CYCL: '2020080100'
DATE_LAST_CYCL: '2020080100'
FCST_LEN_HRS: 6
PREEXISTING_DIR_METHOD: rename
task_make_grid:
Expand All @@ -24,10 +24,14 @@ task_make_grid:
task_get_extrn_ics:
EXTRN_MDL_NAME_ICS: HRRR
USE_USER_STAGED_EXTRN_FILES: true
EXTRN_MDL_FILES_ICS:
- '{yy}{jjj}{hh}00{fcst_hr:02d}00'
task_get_extrn_lbcs:
EXTRN_MDL_NAME_LBCS: RAP
LBC_SPEC_INTVL_HRS: 3
USE_USER_STAGED_EXTRN_FILES: true
EXTRN_MDL_FILES_LBCS:
- '{yy}{jjj}{hh}00{fcst_hr:02d}00'
task_run_fcst:
DT_ATMOS: 15
LAYOUT_X: 24
Expand Down

0 comments on commit f159832

Please sign in to comment.