Skip to content

Commit 3ec844e

Browse files
committed
Change references to "Mallory.Row" to "$USER"
Refs: NOAA-EMC#1
1 parent 5ba0270 commit 3ec844e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ecf/global_det/prep/jevs_global_det_atmos_prep.ecf

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export model=evs
2323
###### do module reset
2424
module reset
2525
###### set HOMEevs
26-
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/Mallory.Row/verification/global/EVS
26+
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/$USER/verification/global/EVS
2727
###### read version file and set model_ver
2828
versionfile=$HOMEevs/versions/run.ver
2929
. $versionfile
@@ -50,7 +50,7 @@ module load prod_util/2.0.13
5050
###### sets:
5151
##### load prod_envir
5252
###### sets: OPSROOT, OPSROOTssd, COMROOT, DATAROOT, DCOOMROOT, PACKAGEROOT
53-
export DATAROOT=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir/tmp
53+
export DATAROOT=/lfs/h2/emc/stmp/$USER/evs_output/$envir/tmp
5454
module list
5555
###### define error handling
5656
# In prod, /apps/ops/prod/nco/core/ecflow.v5.6.0.11/include/envir-p1.h?

ecf/global_det/stats/jevs_global_det_atmos_grid2grid_stats.ecf

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export model=evs
2323
###### do module reset
2424
module reset
2525
###### set HOMEevs
26-
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/Mallory.Row/verification/global/EVS
26+
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/$USER/verification/global/EVS
2727
###### read version file and set model_ver
2828
versionfile=$HOMEevs/versions/run.ver
2929
. $versionfile
@@ -50,7 +50,7 @@ module load prod_util/2.0.13
5050
###### sets:
5151
##### load prod_envir
5252
###### sets: OPSROOT, OPSROOTssd, COMROOT, DATAROOT, DCOOMROOT, PACKAGEROOT
53-
export DATAROOT=/lfs/h2/emc/stmp/Mallory.Row/evs_output/$envir/tmp
53+
export DATAROOT=/lfs/h2/emc/stmp/$USER/evs_output/$envir/tmp
5454
module list
5555
###### define error handling
5656
# In prod, /apps/ops/prod/nco/core/ecflow.v5.6.0.11/include/envir-p1.h?

jobs/global_det/prep/JEVS_GLOBAL_DET_PREP

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export RUN=${RUN:-atmos}
5353
# Define COMIN/COMOUT variables
5454
####################################
5555
##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.$INITDATE
56+
export COMIN=/lfs/h2/emc/stmp/$USER/evs_output/$envir/com/$NET/$evs_ver/$STEP/$COMPONENT/$RUN.$INITDATE
5757
#export COMINgfs=${COMN:-$(compath.py gfs/${gfs_ver})}
5858
##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.$INITDATE
59+
export COMOUT=/lfs/h2/emc/stmp/$USER/evs_output/$envir/com/$NET/$evs_ver/$STEP/$COMPONENT/$RUN.$INITDATE
6060
mkdir -p $COMOUT
6161

6262
#######################################################################

jobs/global_det/stats/JEVS_GLOBAL_DET_STATS

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export RUN=${RUN:-atmos}
5353
# Define COMIN/COMOUT variables
5454
####################################
5555
##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.$VDATE
56+
export COMIN=/lfs/h2/emc/stmp/$USER/evs_output/$envir/com/$NET/$evs_ver/$STEP/$COMPONENT/$RUN.$VDATE
5757
#export COMINgfs=${COMN:-$(compath.py gfs/${gfs_ver})}
5858
##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.$VDATE
59+
export COMOUT=/lfs/h2/emc/stmp/$USER/evs_output/$envir/com/$NET/$evs_ver/$STEP/$COMPONENT/$RUN.$VDATE
6060
mkdir -p $COMOUT
6161

6262
#######################################################################

0 commit comments

Comments
 (0)