Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored Nov 25, 2024
1 parent 74c0804 commit e5becab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ if [[ "${DO_AERO}" == "YES" ]]; then
export DO_AERO_ANL="YES"
fi
if [[ ${aero_fcst_runs} =~ ${RUN} ]]; then
export DO_AERO_FSCT="YES"
export DO_AERO_FCST="YES"
fi
fi

Expand Down

0 comments on commit e5becab

Please sign in to comment.