Skip to content

Commit

Permalink
Fix syntax error in prior commit
Browse files Browse the repository at this point in the history
Forgot a 'then' in the previous commit for chem cold start.
  • Loading branch information
WalterKolczynski-NOAA committed May 19, 2020
1 parent 429b487 commit c1ab234
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 c1ab234

Please sign in to comment.