Skip to content

Commit

Permalink
Use RUN instead of CDUMP for aerosols.
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
DavidHuber-NOAA and WalterKolczynski-NOAA authored May 13, 2024
1 parent 990d49b commit fe5d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gefs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ esac

# Turn off waves if not used for this CDUMP
case ${AERO_FCST_CDUMP} in
both | "${CDUMP/enkf}" ) ;; # Don't change
both | "${RUN/enkf}" ) ;; # Don't change
*) DO_AERO="NO" ;; # Turn waves off
esac

Expand Down

0 comments on commit fe5d68f

Please sign in to comment.