Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Toms dycore regional DA fix #154

Merged
merged 11 commits into from
Jul 14, 2020
Prev Previous commit
Next Next commit
fix regional fv3 control test
  • Loading branch information
junwang-noaa committed Jun 26, 2020
commit 969e6f741173bd332a985c6aa8bb81b8f26dc836
5 changes: 5 additions & 0 deletions tests/fv3_conf/ccpp_regional_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ if [ $WARM_START = .T. ]; then
cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.phy_data.nc INPUT/phy_data.nc
cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.sfc_data.nc INPUT/sfc_data.nc
fi
if [ $WRITE_RESTART_WITH_BCS = .true. ]; then
cp @[RTPWD]/fv3_regional_control/RESTART/fv_core.res.tile1_new.nc RESTART/fv_core.res.tile1_new.nc
cp @[RTPWD]/fv3_regional_control/RESTART/fv_tracer.res.tile1_new.nc RESTART/fv_tracer.res.tile1_new.nc
fi


if [ $OZ_PHYS_NEW = .T. ]; then
cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77
Expand Down
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ while getopts ":cfsl:mkreh" opt; do
done

if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200611/${COMPILER^^}}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200625/${COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200611}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200625}
fi

shift $((OPTIND-1))
Expand Down