Skip to content

Commit

Permalink
Merge pull request #245 from JessicaMeixner-NOAA/v16_wave_errorchecks
Browse files Browse the repository at this point in the history
Issue #1 and issue #238 - adding definition of errchk which was undefined in three wave scripts
  • Loading branch information
KateFriedman-NOAA committed Jan 25, 2021
2 parents 12b7c14 + cd9af8b commit 7abf72c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/exgfs_wave_nawips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export cycle=${cycle:-t${cyc}z}
export GEMwave=${GEMwave:-$HOMEgfs/gempak}
export FIXwave=${FIXwave:-HOMEgfs/fix}
export DATA=${DATA:-${DATAROOT:?}/${jobid}}

export errchk=${errchk:-err_chk}

if [ ! -d $DATA ];then
mkdir -p $DATA
fi
Expand Down
2 changes: 2 additions & 0 deletions scripts/exgfs_wave_prdgen_bulls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
export USHwave=${USHwave:-$HOMEgfs/ush}
#export EXECcode=${EXECcode:-CODEwave/exec}

export errchk=${errchk:-err_chk}

mkdir -p $DATA
cd $DATA
export wavelog=${DATA}/${RUNwave}_prdgbulls.log
Expand Down
2 changes: 2 additions & 0 deletions scripts/exgfs_wave_prdgen_gridded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
mkdir -p $DATA
cd $DATA
export wavelog=${DATA}/${COMPONENTwave}_prdggridded.log

export errchk=${errchk:-err_chk}

postmsg "$jlogfile" "HAS BEGUN on `hostname`"
msg="Starting MWW3 GRIDDED PRODUCTS SCRIPT"
Expand Down

0 comments on commit 7abf72c

Please sign in to comment.