Skip to content

Commit

Permalink
Further modification based on ecflow request (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: wx20hw <Helin.Wei@m71a1.ncep.noaa.gov>
  • Loading branch information
HelinWei-NOAA and wx20hw authored Sep 22, 2020
1 parent d47e8a4 commit 87d81e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/JGDAS_GLDAS → jobs/JGDAS_ATMOS_GLDAS
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ msg="HAS BEGUN on `hostname`"
postmsg "$jlogfile" "$msg"
$LOGSCRIPT

${GLDASSH:-$HOMEgldas/scripts/exgdas_gldas.sh}
${GLDASSH:-$HOMEgldas/scripts/exgdas_atmos_gldas.sh}
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions submit_test_gdas_gldas_dell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export JOBGLOBAL=./jobs
#############################################################
# Execute job
#############################################################
echo $JOBGLOBAL/JGDAS_GLDAS
$JOBGLOBAL/JGDAS_GLDAS
echo $JOBGLOBAL/JGDAS_ATMOS_GLDAS
$JOBGLOBAL/JGDAS_ATMOS_GLDAS

exit

0 comments on commit 87d81e6

Please sign in to comment.