Skip to content

Commit

Permalink
Update gldas_forcing.sh
Browse files Browse the repository at this point in the history
Add atmos subfolder to GDA and relevant DMPDIR paths
  • Loading branch information
HelinWei-NOAA authored Jun 10, 2022
1 parent e8b42da commit c27eba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ush/gldas_forcing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ sdat0=`sh $FINDDATE $sdate d-1`
cd $xpath
rm -f fort.* grib.*

pathp1=$CPCGAUGE/gdas.$sdate/00
COMPONENT=${COMPONENT:-"atmos"}
pathp1=$CPCGAUGE/gdas.$sdate/00/$COMPONENT
pathp2=$DCOMIN/$sdate/wgrbbul/cpc_rcdas
yyyy=`echo $sdate |cut -c 1-4`
cpc_precip="PRCP_CU_GAUGE_V1.0GLB_0.125deg.lnx.$sdate.RT"
Expand Down

0 comments on commit c27eba6

Please sign in to comment.