Skip to content

Commit

Permalink
Update 2020_CAPE.IN with c768 fix files on hera.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmononian committed Oct 17, 2024
1 parent 152934f commit 55ccb39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests-dev/test_cases/exp_conf/2020_CAPE.IN
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ if [ $TILEDFIX = .true. ]; then
if [ $CPLLND == .true. ]; then
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc INPUT/.
else
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc .
#cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc .
if [ ${MACHINE_ID} = hera ]; then
cp -r /scratch1/NCEPDEV/global/glopara/fix/orog/20230615/C768/sfc/*.nc .
fi
fi
cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb .
cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb .
Expand Down

0 comments on commit 55ccb39

Please sign in to comment.