Skip to content

Commit

Permalink
Further modification based on EE2 review (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: wx20hw <Helin.Wei@m71a3.ncep.noaa.gov>
  • Loading branch information
HelinWei-NOAA and wx20hw authored Sep 21, 2020
1 parent 6ab7598 commit d47e8a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/exgdas_gldas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
#################################
# Set up UTILITIES
#################################
export FINDDATE=${FINDDATE:-$HOMEgldas/util/ush/finddate.sh}
export FINDDATE=${FINDDATE:-/gpfs/dell1/nco/ops/nwprod/prod_util.v1.1.4/util/ush/finddate.sh}
export utilexec=${utilexec:-/gpfs/dell1/nco/ops/nwprod/grib_util.v1.1.0/exec}
export CNVGRIB=${CNVGRIB:-$utilexec/cnvgrib}
export WGRIB=${WGRIB:-$utilexec/wgrib}
Expand Down
2 changes: 1 addition & 1 deletion ush/gldas_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -ux

if [ $# -lt 1 ]; then
echo "usage: ksh $0 sdate [edate]"
exit
exit $?
fi

sdate=$1
Expand Down
2 changes: 1 addition & 1 deletion ush/gldas_get_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ if [ $machine = "WCOSS_DELL_P3" ] || [ $machine = "WCOSS_C" ] || \
$APRUN_GLDAS_DATA_PROC ./cfile
fi

exit
exit $?
2 changes: 1 addition & 1 deletion ush/gldas_liscrd.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if [ $# -lt 3 ]; then
echo usage $0 yyyymmddhh1 yyyymmddhh2 126/382/574/1534
exit
exit $?
fi

date1=$1
Expand Down
2 changes: 1 addition & 1 deletion ush/gldas_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ rm -f fort.11 fort.12 fort.22

echo ${sfcanl}.gldas

exit
exit $?

0 comments on commit d47e8a4

Please sign in to comment.