Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/get-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA authored Aug 6, 2024
2 parents 9c4802a + d599fff commit c408fab
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 c408fab

Please sign in to comment.