Skip to content

Commit

Permalink
Account code update for Cray/Dell (#52)
Browse files Browse the repository at this point in the history
Replace obsolete account code 'FV3GFS-T2O' with new code
'GFS-DEV' in all Cray and Dell scripts.
  • Loading branch information
GeorgeGayno-NOAA committed Feb 5, 2020
1 parent 0f5d0f1 commit 2112a72
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.cray.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#BSUB -L /bin/sh
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -oo log.grid.%J
#BSUB -eo log.grid.%J
#BSUB -J grid_fv3
Expand Down
2 changes: 1 addition & 1 deletion driver_scripts/driver_grid.dell.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -oo log.grid.%J
#BSUB -eo log.grid.%J
#BSUB -q debug
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -J grid_fv3
#BSUB -W 0:30
#BSUB -x # run not shared
Expand Down
Empty file modified driver_scripts/driver_grid.hera.sh
100644 → 100755
Empty file.
Empty file modified driver_scripts/driver_grid.jet.sh
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions ush/fv3gfs_chgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#------------------------------------------------------------------------

#----WCOSS_DELL JOBCARD
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -o log.chgres.%J
#BSUB -e log.chgres.%J
#BSUB -J fv3_chgres
Expand All @@ -49,7 +49,7 @@ export machine=WCOSS_DELL_P3

#----WCOSS_CRAY JOBCARD
##BSUB -L /bin/sh
##BSUB -P FV3GFS-T2O
##BSUB -P GFS-DEV
##BSUB -oo log.chgres.%J
##BSUB -eo log.chgres.%J
##BSUB -J fv3_chgres
Expand Down Expand Up @@ -137,7 +137,7 @@ if [ $machine = WCOSS_C ]; then
export APRUNC="aprun -n 1 -N 1 -j 1 -d $OMP_NUM_THREADS_CH -cc depth"
export APRUNTF='aprun -q -j1 -n1 -N1 -d1 -cc depth'
export SUB=$LS_SUBCWD/../util/sub_wcoss_c
export ACCOUNT=FV3GFS-T2O
export ACCOUNT=GFS-DEV
export QUEUE=dev
export QUEUE_TRANS=dev_transfer
elif [ $machine = WCOSS_DELL_P3 ]; then
Expand All @@ -146,7 +146,7 @@ elif [ $machine = WCOSS_DELL_P3 ]; then
export APRUNC="time"
export APRUNTF="time"
export SUB=$LS_SUBCWD/../util/sub_wcoss_d
export ACCOUNT=FV3GFS-T2O
export ACCOUNT=GFS-DEV
export QUEUE=dev
export QUEUE_TRANS=dev_transfer
elif [ $machine = HERA ]; then
Expand Down

0 comments on commit 2112a72

Please sign in to comment.