Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding definition of errchk which was undefined in these scripts #245

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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