Skip to content

Commit

Permalink
Merge branch 'develop' into feature/cleanup-rundirs
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA authored Aug 6, 2024
2 parents e22415c + d599fff commit 5233b4e
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 5233b4e

Please sign in to comment.