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

Remove obsolete platforms (WCOSS1, Dell, Cray, Theia) references. #922

Merged
merged 19 commits into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
clean-up wcoss references from jobs
  • Loading branch information
aerorahul committed Jul 20, 2022
commit 3598a03bb223f56339b3712f3cc94b3650ff2dcf
19 changes: 2 additions & 17 deletions jobs/JGFS_ATMOS_CYCLONE_TRACKER
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ $RUN_ENVIR = "nco" ]; then
export COMOUTatcf=${COMROOTp1:?}/nhc/${envir}/atcf
mkdir -m 775 -p $COMOUThur $COMOUTatcf
else
# export COMOUThur=$COMOUT
# export COMOUThur=$COMOUT
# export COMOUTatcf=$COMOUT
export COMOUThur=$DATA
export COMOUTatcf=$DATA
Expand All @@ -132,22 +132,7 @@ export err=$?; err_chk
#------------------------------------------------

machine=${machine:-$(echo ${SITE})}
if [ $machine = TIDE -o $machine = GYRE ] ; then # For WCOSS
machine=wcoss
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
elif [ $machine = LUNA -o $machine = SURGE -o $machine = WCOSS_C ] ; then # For CRAY
machine=cray
${APRUNTRACK} ${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
elif [ $machine = VENUS -o $machine = MARS -o $machine = WCOSS_DELL_P3 ] ; then # For DELL
machine=dell
mpirun -n 1 ${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
elif [ $machine = HERA ]; then # For HERA
machine=hera
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
elif [ $machine = ORION ]; then # For ORION
machine=orion
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
fi
${USHens_tracker}/extrkr_gfs.sh ${loopnum} ${cmodel} ${CDATE} ${pert} ${DATA}
export err=$?; err_chk


Expand Down
8 changes: 4 additions & 4 deletions jobs/JGLOBAL_WAVE_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

date
set -xa
export PS4='$SECONDS + '
export PS4='$SECONDS + '

# JY - 10/29, move the block in the front, otherwise PDY is not defined for COMIN
export DATA=${DATA:-${DATAROOT}/${jobid:?}}
Expand All @@ -23,12 +23,12 @@ msg="Begin job for $job"
postmsg "$jlogfile" "$msg"


#
#
export NET=${NET:-gfs}
export RUN=${RUN:-gfs}
export COMPONENT=${COMPONENT:-wave}
export machine=${machine:-WCOSS_DELL_P3}
export HOMEgfs=${HOMEgfs:-$(dirname $(dirname $0))}
export machine=${machine:-WCOSS2}
export HOMEgfs=${HOMEgfs:-$(dirname $(dirname $0))}

# Add default errchk = err_chk
export errchk=${errchk:-err_chk}
Expand Down
2 changes: 1 addition & 1 deletion jobs/rocoto/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
###############################################################

###############################################################
# For running real-time parallels on WCOSS_C, execute tropcy_qc and
# For running real-time parallels, execute tropcy_qc and
# copy files from operational syndata directory to a local directory.
# Otherwise, copy existing tcvital data from globaldump.

Expand Down