Skip to content

Commit

Permalink
Coupled atm to wave for S2SW app
Browse files Browse the repository at this point in the history
Turns on coupling from waves to atmosphere when running the full
coupled (S2SW) app. This includes moving the setting to config.base
so it is set alongside other app-specific settings.

Refs: NOAA-EMC#416
  • Loading branch information
WalterKolczynski-NOAA committed Aug 23, 2021
1 parent c3c0599 commit 0763009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export DO_AERO="NO"
export CCPP_SUITE="FV3_GFS_v16"
export WAVE_CDUMP="" # When to include wave suite: gdas, gfs, or both
export confignamevarfornems="atm" # For APP=ATM
export cplwav2atm=".false."

case "${APP}" in
ATM)
Expand All @@ -268,6 +269,7 @@ case "${APP}" in
export CCPP_SUITE="FV3_GFS_v16_coupled_nsstNoahmpUGWPv1"
export WAVE_CDUMP="both"
export confignamevarfornems="cpld_wave"
export cplwav2atm=".true."
;;
ATMAERO)
export DO_COUPLED="YES"
Expand Down
1 change: 0 additions & 1 deletion parm/config/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export cplflx=".false."
export cplice=".false."
export cplgocart=".false."
export cplwav=".false."
export cplwav2atm=".false."

# cpl changes based on APP

Expand Down

0 comments on commit 0763009

Please sign in to comment.