Skip to content

Commit

Permalink
Remove non-gfs EXEC* variables in scripts scripts
Browse files Browse the repository at this point in the history
Replace with EXECgfs where needed.

Refs NOAA-EMC#2332
  • Loading branch information
KateFriedman-NOAA committed Feb 28, 2024
1 parent 08b57e6 commit 2dab00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/exgfs_wave_post_pnt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ source "${HOMEgfs}/ush/preamble.sh"
ln -fs ./out_pnt.${waveuoutpGRD} ./out_pnt.ww3
ln -fs ./mod_def.${waveuoutpGRD} ./mod_def.ww3
export pgm=ww3_outp;. prep_step
$EXECwave/ww3_outp > buoy_lst.loc 2>&1
${EXECgfs}/ww3_outp > buoy_lst.loc 2>&1
export err=$?;err_chk


Expand Down
3 changes: 0 additions & 3 deletions scripts/exgfs_wave_prdgen_bulls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ source "$HOMEgfs/ush/preamble.sh"
export cycle=${cycle:-t${cyc}z}
export pgmout=OUTPUT.$$
export DATA=${DATA:-${DATAROOT:?}/${job}.$$}
#export CODEwave=${CODEwave:-${PACKAGEROOT}/${NET}_code.${wave_code_ver}/${code_pkg}}
export EXECwave=${EXECwave:-$HOMEgfs/exec}
#export EXECcode=${EXECcode:-CODEwave/exec}

mkdir -p $DATA
cd $DATA
Expand Down

0 comments on commit 2dab00a

Please sign in to comment.