Skip to content

Commit

Permalink
Merge pull request #74 from WalterKolczynski-NOAA/release/gefs_v12
Browse files Browse the repository at this point in the history
Fix syntax error in prior commit
  • Loading branch information
WalterKolczynski-NOAA committed May 19, 2020
2 parents 429b487 + c1ab234 commit 4e4a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_fcst_nemsfv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ EOF
if [ $cplchm = ".true." ]; then
if [ $imp_physics -eq 99 ]; then NTRACER=0; fi
if [ $imp_physics -eq 11 ]; then NTRACER=1; fi
if [[ warm_start = ".true." ]];
if [[ warm_start = ".true." ]]; then
chem_in_opt=1
else
chem_in_opt=0
Expand Down

0 comments on commit 4e4a94c

Please sign in to comment.