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 12dcd0f commit fe539d0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,15 @@ workflow:
# An array containing the hours of the day at which the product cycle starts,
# from cold start input or from spin-up cycle forcast
#
# 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 @@ -886,6 +895,9 @@ workflow:

CYCL_HRS_SPINSTART: []
CYCL_HRS_PRODSTART: []
BOUNDARY_LEN_HRS: 0
BOUNDARY_LONG_LEN_HRS: 0
BOUNDARY_PROC_GROUP_NUM: 1
#
#-----------------------------------------------------------------------
#
Expand Down Expand Up @@ -1053,16 +1065,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 fe539d0

Please sign in to comment.