Skip to content

Commit

Permalink
Add namelist parameter, nord_tr, for GSL suites
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Jan 11, 2024
1 parent c4a41de commit 791d7a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@ cat > input.nml <<EOF
npz = ${npz}
dz_min = ${dz_min:-"6"}
psm_bc = ${psm_bc:-"0"}
EOF

if [ "$CCPP_SUITE" = "FV3_RAP_cires_ugwp" -o "$CCPP_SUITE" = "FV3_RAP_noah_sfcdiff_unified_ugwp" -o "$CCPP_SUITE" = "FV3_RAP_noah_sfcdiff_ugwpv1" ]; then
cat >> input.nml << EOF
nord_tr = ${nord_tr:-"2"}
nord_tr = ${nord_tr:-"2"}
EOF
fi

cat >> input.nml << EOF
grid_type = -1
make_nh = ${make_nh}
fv_debug = ${fv_debug:-".false."}
Expand Down

0 comments on commit 791d7a2

Please sign in to comment.