Skip to content

Commit

Permalink
Updates so the first regression test can run successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Nov 21, 2023
1 parent 877268f commit 138cb47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions reg_tests/global_cycle/C768.fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,22 @@ export JCAP=1534
export LONB=3072
export LATB=1536

export OROFIX=$BASE_GSM/fix/orog/$CASE
export OROFILE=${CASE}_oro_data

export FIXgsm=$BASE_GSM/fix/am

export FNALBC2=$FIXgsm/global_albedo4.1x1.grb
export FNALBC=$FIXgsm/global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb
export FNALBC=$FIXgsm/global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb
export FNTG3C=$FIXgsm/global_tg3clim.2.6x1.5.grb
export FNVETC=$FIXgsm/global_vegtype.igbp.t1534.3072.1536.rg.grb
export FNSOTC=$FIXgsm/global_soiltype.statsgo.t1534.3072.1536.rg.grb
export FNVEGC=$FIXgsm/global_vegfrac.0.144.decpercent.grb
export FNVMNC=$FIXgsm/global_shdmin.0.144x0.144.grb
export FNVMXC=$FIXgsm/global_shdmax.0.144x0.144.grb
export FNSLPC=$FIXgsm/global_slope.1x1.grb
export FNABSC=$FIXgsm/global_mxsnoalb.uariz.t1534.3072.1536.rg.grb
export FNAISC=$FIXgsm/CFSR.SEAICE.1982.2012.monthly.clim.grb

export DONST="YES"
Expand Down
4 changes: 3 additions & 1 deletion ush/global_cycle_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export FIXam=${FIXam:-$FIX_DIR/am}
export OROFIX=${OROFIX:-$FIX_DIR/orog/${CASE}.mx${OCNRES}_frac}
export FIX_SFC=${FIX_SFC:-$OROFIX/sfc}

OROFILE=${OROFILE:-oro_${CASE}.mx${OCNRES}}

ntiles=${ntiles:-6}
DONST=${DONST:-"NO"}
COMIN=${COMIN:-$pwd}
Expand Down Expand Up @@ -89,7 +91,7 @@ for n in $(seq 1 $ntiles); do
ln -fs $COMOUT/$PDY.${cyc}0000.sfcanl_data.tile${n}.nc $DATA/fnbgso.00$n

ln -fs ${OROFIX}/C${CRES}_grid.tile${n}.nc $DATA/fngrid.00$n
ln -fs ${OROFIX}/oro_C${CRES}.mx${OCNRES}.tile${n}.nc $DATA/fnorog.00$n
ln -fs ${OROFIX}/${OROFILE}.tile${n}.nc $DATA/fnorog.00$n
if [[ "$DO_SNO_INC" == ".true." ]] ; then
ln -fs $COMIN/$PDY.${cyc}0000.xainc.tile${n}.nc $DATA/xainc.00$n
fi
Expand Down

0 comments on commit 138cb47

Please sign in to comment.