Skip to content

Commit

Permalink
modify job card for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Mar 17, 2020
1 parent a2b76f1 commit 06ff92b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions driver/product/run_postsnd.sh.dell
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#BSUB -W 01:30
#BSUB -q dev
#BSUB -P GFS-DEV
#BSUB -cwd /gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfsv16bnetcdf3/driver/product
#BSUB -cwd /gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfsv16bnetcdf_mpmd/driver/product
#BSUB -R span[ptile=4]
#BSUB -n 32
#BSUB -n 40
#BSUB -R affinity[core(1):distribute=balance]

############################################
Expand Down Expand Up @@ -53,8 +53,8 @@ export MP_STDOUTMODE=ordered
machine="WCOSS_DELL_P3"
#machine="THEIA"
#machine="JET"
export npe_postsnd=32
export npe_postsndcfp=10
export npe_postsnd=40
export npe_postsndcfp=9
##export OUTPUT_FILE="nemsio"
export OUTPUT_FILE=${OUTPUT_FILE:-netcdf}
if [ $machine == "WCOSS_C" ]; then
Expand All @@ -72,7 +72,7 @@ elif [ $machine == "WCOSS_DELL_P3" ]; then
##For WCOSS-Dell ################
if [ $OUTPUT_FILE == "netcdf" ]; then
export FHMAX_HF_GFS=120
export FHOUT_HF_GFS=1
export FHOUT_HF_GFS=3
export FHOUT_GFS=3
else
export FHMAX_HF_GFS=120
Expand Down Expand Up @@ -115,7 +115,7 @@ export DATA_IN=${DATA_IN:-/gpfs/dell2/ptmp/$USER}
export DATA=$DATA_IN/postsnd.${pid}
mkdir -p $DATA
cd $DATA
export PDY=20200215
export PDY=20200315
export cyc=00
export STARTHOUR=00
export ENDHOUR=180
Expand Down Expand Up @@ -151,16 +151,16 @@ mkdir -p $pcom
###################################

export HOMEgfs=/gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/global-workflow/feature_gfsv16b
export HOMEbufrsnd=/gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfsv16bnetcdf3
export HOMEbufrsnd=/gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfsv16bnetcdf_mpmd
##export HOMEbufrsnd=/gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/fv3gfs
##export HOMEbufrsnd=/gpfs/hps3/emc/meso/noscrub/Guang.Ping.Lou/fv3gfs

##############################
# Define COM Directories
##############################
if [ $OUTPUT_FILE == "netcdf" ]; then
##export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/${RUN}.${PDY}/$cyc
export COMIN=/gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfs_v16_data/2020021500
export COMIN=/gpfs/dell3/ptmp/emc.glopara/ROTDIRS/v16rt2/${RUN}.${PDY}/$cyc
##export COMIN=/gpfs/dell2/emc/verification/noscrub/Guang.Ping.Lou/gfs_v16_data/2020021500
else
export COMIN=/gpfs/dell1/nco/ops/com/gfs/prod/${RUN}.${PDY}/$cyc
fi
Expand Down

0 comments on commit 06ff92b

Please sign in to comment.