Skip to content

Commit

Permalink
Add new variables related to lbcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Apr 25, 2023
1 parent c49c09a commit c6e6485
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,16 @@ workflow:
# run. By default, set it to a 1-item list containing the standard
# fcst length.
#
#
# BOUNDARY_LEN_HRS
# The length of boundary condition for normal forecast, in integer hours.
#
# BOUNDARY_LONG_LEN_HRS
# The length of boundary condition for long forecast, in integer hours.
#
# BOUNDARY_PROC_GROUP_NUM
# The number of groups used to run make_lbcs, in integer from 1 to forecast longest hours.
#
#-----------------------------------------------------------------------
#
DATE_FIRST_CYCL: "YYYYMMDDHH"
Expand All @@ -859,6 +869,9 @@ workflow:
- '{{ FCST_LEN_HRS }}'
LONG_FCST_LEN: '{% if FCST_LEN_HRS < 0 %}{{ FCST_LEN_CYCL|max }}{% else %}{{ FCST_LEN_HRS }}{% endif %}'

BOUNDARY_LEN_HRS: 0
BOUNDARY_LONG_LEN_HRS: 0
BOUNDARY_PROC_GROUP_NUM: 1
#
#-----------------------------------------------------------------------
#
Expand Down Expand Up @@ -1026,16 +1039,7 @@ nco:
#
NWGES: '{{ OPSROOT }}/nwges'
NWGES_BASEDIR: '{{ NWGES }}'
RRFSE_NWGES: '{{ OPSROOT }}/nwges'
RRFSE_NWGES_BASEDIR: '{{ RRFSE_NWGES }}'
ENSCTRL_NWGES: '{{ OPSROOT }}/nwges'
ENSCTRL_NWGES_BASEDIR: '{{ ENSCTRL_NWGES}}'

ENSCTRL_COMIN: '{{ COMIN_BASEDIR}}'
ENSCTRL_COMOUT: '{{ COMOUT_BASEDIR}}'
ENSCTRL_COMROOT: '{{ ENSCTRL_COMOUT }}'
ENSCTRL_COMIN_BASEDIR: '{{ ENSCTRL_COMIN }}'
ENSCTRL_COMOUT_BASEDIR: '{{ ENSCTRL_COMROOT}}/{{ envir}}'
#
#-----------------------------------------------------------------------
#
Expand Down

0 comments on commit c6e6485

Please sign in to comment.