Skip to content

Commit

Permalink
Fix RESTART_INTERVAL locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Mar 25, 2023
1 parent 742846b commit 01a0649
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,19 +1009,6 @@ workflow:
# DA_CYCLE_INTERV:
# Data assimilation cycle interval, in integer hours for now.
#
# RESTART_INTERVAL:
# frequency of the output restart files (unit:hour).
# Default=0: restart files are produced at the end of a forecast run
# For example, i) RESTART_INTERVAL: 1 -1 => restart files are produced
# every hour with the prefix "YYYYMMDD.HHmmSS." in the RESTART directory
# ii) RESTART_INTERVAL: 1 2 5 => restart files are produced only when
# fh = 1, 2, and 5.
#
#
# RESTART_INTERVAL_LONG:
# Set up frequenency or list of the forecast hours that FV3 should
# generate the restart files.
#
# POSTPROC_LEN_HRS:
# The length of post process, in integer hours.
#
Expand Down Expand Up @@ -1065,8 +1052,6 @@ workflow:
FCST_LEN_HRS_SPINUP: 1
FCST_LEN_HRS_CYCLES: []
DA_CYCLE_INTERV: 3
RESTART_INTERVAL: 0 # was 3,6 in rrfs_dev
RESTART_INTERVAL_LONG: 0 # was 3.6 in rrfs_dev
CYCL_HRS_HYB_FV3LAM_ENS: [ "99" ]
#
#-----------------------------------------------------------------------
Expand Down Expand Up @@ -2281,6 +2266,10 @@ task_run_fcst:
# ii) RESTART_INTERVAL: 1 2 5 => restart files are produced only when
# fh = 1, 2, and 5.
#
# RESTART_INTERVAL_LONG:
# Set up frequenency or list of the forecast hours that FV3 should
# generate the restart files.
#
# WRITE_DOPOST:
# Flag that determines whether or not to use the inline post feature
# [i.e. calling the Unified Post Processor (UPP) from within the weather
Expand All @@ -2291,7 +2280,8 @@ task_run_fcst:
#-----------------------------------------------------------------------
#
DT_ATMOS: ""
RESTART_INTERVAL: 0
RESTART_INTERVAL: 0 # was 3,6 in rrfs_dev
RESTART_INTERVAL_LONG: 0 # was 3.6 in rrfs_dev
WRITE_DOPOST: false

#
Expand Down

0 comments on commit 01a0649

Please sign in to comment.