Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ush/config_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,16 @@ SKEB_VDOF="10"
USE_ZMTNBLCK="false"
#
#-----------------------------------------------------------------------
#
Comment thread
JeffBeck-NOAA marked this conversation as resolved.
# HALO_BLEND:
# Number of rows into the computational domain that should be blended
# with the LBCs. To shut of halo blending, this can be set to zero.
#
#-----------------------------------------------------------------------
#
HALO_BLEND=10
#
#-----------------------------------------------------------------------
#
# GWD_RRFS_v1beta_BASEDIR:
# Temporary workflow variable specifies the base directory in which to
Expand Down
1 change: 1 addition & 0 deletions ush/generate_FV3LAM_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ settings="\
'fv_core_nml': {
'target_lon': ${LON_CTR},
'target_lat': ${LAT_CTR},
'nrows_blend': ${HALO_BLEND},
#
# Question:
# For a ESGgrid type grid, what should stretch_fac be set to? This depends
Expand Down
1 change: 1 addition & 0 deletions ush/templates/input.nml.FV3
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
nord = 2
nord_zs_filter = 4
npz = 64
nrows_blend = 10
ntiles = 1
nudge_qv = .false.
nwat = 6
Expand Down