Skip to content

Commit

Permalink
Change CCPP_SUITE from FV3_GFS_v16beta to FV3_GFS_v16
Browse files Browse the repository at this point in the history
- newer ufs-weather-model hash supports FV3_GFS_v16 suite

Refs: #164
  • Loading branch information
KateFriedman-NOAA committed May 10, 2021
1 parent 1aea3ee commit aa1d1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export CASE_ENKF="@CASEENS@"

# Run with CCPP physics
export RUN_CCPP="YES"
export CCPP_SUITE="FV3_GFS_v16beta"
export CCPP_SUITE="FV3_GFS_v16"

# Surface cycle update frequency
if [[ "$CDUMP" == "gdas" ]] ; then
Expand Down
4 changes: 2 additions & 2 deletions parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export CASE="C768"
export CASE_ENKF="C384"

# Run with CCPP physics
export RUN_CCPP="NO"
export CCPP_SUITE="FV3_GFS_v16beta"
export RUN_CCPP="YES"
export CCPP_SUITE="FV3_GFS_v16"

# Surface cycle update frequency
if [[ "$CDUMP" == "gdas" ]] ; then
Expand Down

0 comments on commit aa1d1e9

Please sign in to comment.