Skip to content

Commit

Permalink
Reenable GEFS aerosol forecasts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 17, 2024
1 parent c80def6 commit 1975b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gefs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ case "${APP}" in
ATM)
;;
ATMA)
export DO_AERO_FCST="NO"
export DO_AERO_FCST="YES"
;;
ATMW)
export DO_COUPLED="YES"
Expand All @@ -196,7 +196,7 @@ case "${APP}" in
export DO_ICE="YES"

if [[ "${APP}" =~ A$ ]]; then
export DO_AERO_FCST="NO"
export DO_AERO_FCST="YES"
fi

if [[ "${APP}" =~ ^S2SW ]]; then
Expand Down

0 comments on commit 1975b2f

Please sign in to comment.