Skip to content

Commit

Permalink
Change land surface for HR4 (NOAA-EMC#2787)
Browse files Browse the repository at this point in the history
Resets the default value of opt_diag to 2 corresponding to the land
surface upgrades in ufs-weather-model for HR4.

Resolves NOAA-EMC#2786
  • Loading branch information
HelinWei-NOAA committed Aug 5, 2024
1 parent 6d7f7e8 commit d599fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ cat >> input.nml <<EOF
iopt_tbot = ${iopt_tbot:-"2"}
iopt_stc = ${iopt_stc:-"1"}
iopt_trs = ${iopt_trs:-"2"}
iopt_diag = ${iopt_diag:-"1"}
iopt_diag = ${iopt_diag:-"2"}
debug = ${gfs_phys_debug:-".false."}
nstf_name = ${nstf_name}
nst_anl = ${nst_anl}
Expand Down
2 changes: 1 addition & 1 deletion ush/parsing_namelists_FV3_nest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ cat >> "${nml_file}" <<EOF
iopt_tbot = ${iopt_tbot:-"2"}
iopt_stc = ${iopt_stc:-"1"}
iopt_trs = ${iopt_trs:-"2"}
iopt_diag = ${iopt_diag:-"1"}
iopt_diag = ${iopt_diag:-"2"}
debug = ${gfs_phys_debug:-".false."}
nstf_name = ${nstf_name}
nst_anl = ${nst_anl}
Expand Down

0 comments on commit d599fff

Please sign in to comment.