Skip to content

Commit

Permalink
Remove EXPDIR exports from JJOB scripts
Browse files Browse the repository at this point in the history
The EXPDIR setting is exported within the jjob_header.sh script.

Refs NOAA-EMC#2332
  • Loading branch information
KateFriedman-NOAA committed Feb 29, 2024
1 parent b42b0fd commit 7bfc075
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 37 deletions.
12 changes: 3 additions & 9 deletions jobs/JGFS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak" -c "base gempak"


################################
# Set up the HOME directory
################################
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}

# For half-degree P Grib files
export DO_HD_PGRB=${DO_HD_PGRB:-YES}

############################################
# Set up model and cycle specific variables
############################################
Expand All @@ -22,6 +13,9 @@ export GRIB=${GRIB:-pgrb2f}
export EXT=""
export DBN_ALERT_TYPE=${DBN_ALERT_TYPE:-GFS_GEMPAK}

# For half-degree P Grib files
export DO_HD_PGRB=${DO_HD_PGRB:-YES}

###################################
# Specify NET and RUN Name and model
####################################
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_GEMPAK_META
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ export MP_LABELIO=yes
export MP_PULSE=0
export MP_DEBUG_NOTIMEOUT=yes

################################
# Set up the HOME directory
################################
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}

cp ${HOMEgfs}/gempak/fix/datatype.tbl datatype.tbl

#############################################
Expand Down
9 changes: 0 additions & 9 deletions jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_gif" -c "base"


################################
# Set up the HOME directory
################################
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}

######################################
# Set up the GEMPAK directory
#######################################
Expand All @@ -22,10 +16,7 @@ export HOMEgempak=${HOMEgempak:-${HOMEgfs}/gempak}
export MP_PULSE=0
export MP_TIMEOUT=2000


#
# Set up model and cycle specific variables
#
export MODEL=GFS
export fend=384

Expand Down
12 changes: 3 additions & 9 deletions jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_spec" -c "base"


################################
# Set up the HOME directory
################################
export EXPDIR="${EXPDIR:-${HOMEgfs}/parm/config}"

# For half-degree P Grib files
#export DO_HD_PGRB=YES

###################################
# Specify NET and RUN Name and model
####################################
Expand All @@ -23,6 +14,9 @@ export finc=3
export model=gfs
export EXT=""

# For half-degree P Grib files
#export DO_HD_PGRB=YES

##############################################
# Define COM directories
##############################################
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "npoess" -c "base"

export OMP_NUM_THREADS=${OMP_NUM_THREADS:-1}

################################
# Set up the HOME directory
################################
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}

###################################
# Specify NET and RUN Name and model
####################################
Expand Down

0 comments on commit 7bfc075

Please sign in to comment.