Skip to content

Commit

Permalink
bring GLDAS changes made by NCO back to EMC repositories (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelinWei-NOAA authored Nov 20, 2020
1 parent db342a4 commit 4b3091e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/JGDAS_ATMOS_GLDAS
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ else
fi
[[ ! -d $COMOUT ]] && mkdir -m 775 -p $COMOUT

export COMINgdas=${COMINgdas:-$ROTDIR}
export DCOMIN=${DCOMIN:-${DCOMROOT:-"/gpfs/dell1/nco/ops/dcom"}}

export model=${model:-noah}
export MODEL=${MODEL:-`echo $model |tr '[a-z]' '[A-Z]'`}

Expand Down
1 change: 1 addition & 0 deletions ush/gldas_forcing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ yyyy=`echo $sdate |cut -c 1-4`
cpc_precip="PRCP_CU_GAUGE_V1.0GLB_0.125deg.lnx.$sdate.RT"
cpc=$pathp1/$cpc_precip
if [ ! -s $cpc ]; then cpc=$pathp2/$cpc_precip ; fi
if [ $RUN_ENVIR = "nco" ]; then cpc=$pathp2/$cpc_precip ; fi
if [ ! -s $cpc ]; then
echo "WARNING: GLDAS MISSING $cpc, WILL NOT RUN."
exit 3
Expand Down

0 comments on commit 4b3091e

Please sign in to comment.