Skip to content

Commit

Permalink
Fix missing defaults for GEFS
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Nov 15, 2023
1 parent e5eab4d commit 1e86209
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions parm/config/gefs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,16 @@ case ${fv3_res} in
esac
export OUTPUT_FILETYPE_ATM OUTPUT_FILETYPE_SFC

# cpl defaults
export cpl=".false."
export cplflx=".false."
export cplice=".false."
export cplchm=".false."
export cplwav=".false."
export cplwav2atm=".false."
export CCPP_SUITE="FV3_GFS_v17_p8_ugwpv1"
model_list="atm"

# Mediator specific settings
if [[ "${skip_mediator}" == "false" ]]; then
export cpl=".true."
Expand Down

0 comments on commit 1e86209

Please sign in to comment.