Skip to content

Commit d599fff

Browse files
Change land surface for HR4 (NOAA-EMC#2787)
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
1 parent 6d7f7e8 commit d599fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ush/parsing_namelists_FV3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ cat >> input.nml <<EOF
389389
iopt_tbot = ${iopt_tbot:-"2"}
390390
iopt_stc = ${iopt_stc:-"1"}
391391
iopt_trs = ${iopt_trs:-"2"}
392-
iopt_diag = ${iopt_diag:-"1"}
392+
iopt_diag = ${iopt_diag:-"2"}
393393
debug = ${gfs_phys_debug:-".false."}
394394
nstf_name = ${nstf_name}
395395
nst_anl = ${nst_anl}

ush/parsing_namelists_FV3_nest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ cat >> "${nml_file}" <<EOF
446446
iopt_tbot = ${iopt_tbot:-"2"}
447447
iopt_stc = ${iopt_stc:-"1"}
448448
iopt_trs = ${iopt_trs:-"2"}
449-
iopt_diag = ${iopt_diag:-"1"}
449+
iopt_diag = ${iopt_diag:-"2"}
450450
debug = ${gfs_phys_debug:-".false."}
451451
nstf_name = ${nstf_name}
452452
nst_anl = ${nst_anl}

0 commit comments

Comments
 (0)