Skip to content

Commit

Permalink
Turn off date cutoff for waves
Browse files Browse the repository at this point in the history
Removing the bit that turns off the wave model prior to a certain
date, as the coupled model prototypes run far earlier than that
date. The code remains in commented form, as we may need to revisit
the cutoff and how to handle it going forward.

Refs: NOAA-EMC#416
  • Loading branch information
WalterKolczynski-NOAA committed Aug 19, 2021
1 parent 107e99f commit 3fd6bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ case "${APP}" in
;;
esac

if [[ "$SDATE" -lt "2019020100" ]]; then # no rtofs in GDA
export DO_WAVE="NO"
echo "WARNING: Wave suite turned off due to lack of RTOFS in GDA for SDATE"
fi
# if [[ "$SDATE" -lt "2019020100" ]]; then # no rtofs in GDA
# export DO_WAVE="NO"
# echo "WARNING: Wave suite turned off due to lack of RTOFS in GDA for SDATE"
# fi

# Microphysics Options: 99-ZhaoCarr, 8-Thompson; 6-WSM6, 10-MG, 11-GFDL
export imp_physics=11
Expand Down

0 comments on commit 3fd6bbd

Please sign in to comment.