Skip to content

Commit

Permalink
Remove EXEC* variable exports from JJOB scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Feb 28, 2024
1 parent ffdca03 commit d8dd761
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion jobs/JGDAS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak" -c "base gempak"

################################
# Set up the HOME directory
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}

############################################
Expand Down
1 change: 0 additions & 1 deletion jobs/JGDAS_ATMOS_GEMPAK_META_NCDC
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_meta" -c "base gempak"
# Set up the HOME directory
################################
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}

#
Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export OMP_NUM_THREADS=${OMP_NUM_THREADS:-1}
# Set up the HOME directory
################################
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}

###################################
# Specify NET and RUN Name and model
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_AWIPS_G2
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "awips" -c "base awips"

export OMP_NUM_THREADS=${OMP_NUM_THREADS:-1}

################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}

###################################
# Specify NET and RUN Name and model
####################################
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_FBWIND
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/ush/jjob_header.sh" -e "fbwind" -c "base"

################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}

###################################
# Specify NET and RUN Name and model
####################################
Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak" -c "base gempak"
################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}

Expand Down
3 changes: 1 addition & 2 deletions jobs/JGFS_ATMOS_GEMPAK_META
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ export MP_DEBUG_NOTIMEOUT=yes
################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}

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

#############################################
#set the fcst hrs for all the cycles
Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_gif" -c "base"
################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}

Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_GEMPAK_PGRB2_SPEC
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_spec" -c "base"
################################
# Set up the HOME directory
################################
export EXECgfs="${EXECgfs:-${HOMEgfs}/exec}"
export EXPDIR="${EXPDIR:-${HOMEgfs}/parm/config}"
export SRCgfs="${SRCgfs:-${HOMEgfs}/scripts}"

Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_PGRB2_SPEC_NPOESS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export OMP_NUM_THREADS=${OMP_NUM_THREADS:-1}
################################
# Set up the HOME directory
################################
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}

###################################
Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_POSTSND
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn}
###################################

export HOMEbufrsnd=${HOMEbufrsnd:-${HOMEgfs}}
export EXECbufrsnd=${EXECbufrsnd:-${HOMEbufrsnd}/exec}
export SCRbufrsnd=${SCRbufrsnd:-${HOMEbufrsnd}/scripts}

##############################
Expand Down
1 change: 0 additions & 1 deletion jobs/JGLOBAL_ATMOS_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export RUN=${RUN:-gfs}
# Specify Execution Areas
####################################
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}
export EXECgfs=${HOMEgfs:-${HOMEgfs}/exec}

###########################
# Set up EXT variable
Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_INIT
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ export errchk=${errchk:-err_chk}

export MP_PULSE=0

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths
YMD=${PDY} HH=${cyc} generate_com -rx COM_WAVE_PREP

Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_POST_BNDPNT
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export errchk=${errchk:-err_chk}

export MP_PULSE=0

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths and GETGES environment
YMD=${PDY} HH=${cyc} generate_com -rx COM_WAVE_PREP COM_WAVE_HISTORY COM_WAVE_STATION

Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_POST_BNDPNTBLL
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export CDATE=${PDY}${cyc}

export MP_PULSE=0

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths and GETGES environment
YMD=${PDY} HH=${cyc} generate_com -rx COM_WAVE_PREP COM_WAVE_HISTORY COM_WAVE_STATION

Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_POST_PNT
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export errchk=${errchk:-err_chk}

export MP_PULSE=0

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths and GETGES environment
YMD=${PDY} HH=${cyc} generate_com -rx COM_WAVE_PREP COM_WAVE_HISTORY COM_WAVE_STATION

Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_POST_SBS
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export errchk=${errchk:-err_chk}

export MP_PULSE=0

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths and GETGES environment
YMD=${PDY} HH=${cyc} generate_com -rx COM_WAVE_PREP COM_WAVE_HISTORY COM_WAVE_GRID

Expand Down
3 changes: 0 additions & 3 deletions jobs/JGLOBAL_WAVE_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export MP_PULSE=0
# CDO required for processing RTOFS currents
export CDO=${CDO_ROOT}/bin/cdo

# Path to HOME Directory
export EXECwave=${EXECwave:-${HOMEgfs}/exec}

# Set COM Paths and GETGES environment
YMD=${PDY} HH=${cyc} generate_com -rx COM_OBS COM_WAVE_PREP
generate_com -rx COM_RTOFS
Expand Down

0 comments on commit d8dd761

Please sign in to comment.