Commit f5b43ca 1 parent ae0ed4c commit f5b43ca Copy full SHA for f5b43ca
File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- #PBS -N jevs_global_det_prep_00
1
+ #PBS -N jevs_global_det_atmos_prep_00
2
2
#PBS -j oe
3
3
#PBS -S /bin/sh
4
4
#PBS -q dev
@@ -54,7 +54,7 @@ export DATAROOT=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir/tmp
54
54
module list
55
55
###### define error handling
56
56
# In prod, /apps/ops/prod/nco/core/ecflow.v5.6.0.11/include/envir-p1.h?
57
- export job=${PBS_JOBNAME:-jevs_global_det_prep }
57
+ export job=${PBS_JOBNAME:-jevs_global_det_atmos_prep }
58
58
export jobid=$job.${PBS_JOBID:-$$}
59
59
#export SENDCANNEDDBN=
60
60
#export eval=
@@ -80,13 +80,16 @@ module list
80
80
##export cyc=%CYC%
81
81
export cyc=00
82
82
83
+ export STEP=prep
84
+ export COMPONENT=global_det
85
+ export RUN=atmos
86
+
83
87
# CALL executable job script here
84
88
$HOMEevs/jobs/global_det/prep/JEVS_GLOBAL_DET_PREP
85
89
86
90
##%include <tail.h>
87
91
##%manual
88
92
######################################################################
89
- # Purpose: This does the prep work for the global deterministic
90
- # component
93
+ # Purpose: This does the prep work for the global deterministic atmospheric
91
94
######################################################################
92
95
#%end
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ export RUN=${RUN:-atmos}
53
53
# Define COMIN/COMOUT variables
54
54
# ###################################
55
55
# #COMIN=${COMIN:-$(compath.py -o $NET/$evs_ver/$STEP/$COMPONENT/$RUN.$PDY)}
56
- export COMIN=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir /com/$NET /$evs_ver /$STEP /$COMPONENT /$RUN .$PDYm1
56
+ export COMIN=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir /com/$NET /$evs_ver /$STEP /$COMPONENT /$RUN .$INITDATE
57
57
# export COMINgfs=${COMN:-$(compath.py gfs/${gfs_ver})}
58
58
# #COMOUT=${COMOUT:-$(compath.py -o $NET/$evs_ver/$STEP/$COMPONENT/$RUN.$PDY)}
59
- export COMOUT=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir /com/$NET /$evs_ver /$STEP /$COMPONENT /$RUN .$PDYm1
59
+ export COMOUT=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir /com/$NET /$evs_ver /$STEP /$COMPONENT /$RUN .$INITDATE
60
60
mkdir -p $COMOUT
61
61
62
62
# ######################################################################
63
63
# Execute the script
64
64
# ######################################################################
65
65
env
66
- $HOMEevs /scripts/global_det/prep/exevs_global_det_prep .sh
66
+ $HOMEevs /scripts/global_det/prep/exevs_global_det_ ${RUN} _prep .sh
67
67
export err=$? ; err_chk
68
68
69
69
cat $pgmout
File renamed without changes.
You can’t perform that action at this time.
0 commit comments