Skip to content

Commit

Permalink
Remote UTILgfs exports in JJOB scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Feb 27, 2024
1 parent d3b095a commit ffdca03
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion jobs/JGDAS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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}
export UTILgfs=${UTILgfs:-${HOMEgfs}/util}

############################################
# Set up model and cycle specific variables
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 @@ -15,7 +15,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_meta" -c "base gempak"
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}
export UTILgfs=${UTILgfs:-${HOMEgfs}/util}

#
# Now set up GEMPAK/NTRANS environment
Expand Down
1 change: 0 additions & 1 deletion jobs/JGFS_ATMOS_AWIPS_G2
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 UTILgfs=${UTILgfs:-${HOMEgfs}/util}

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

###################################
# Specify NET and RUN Name and model
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 @@ -15,7 +15,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_gif" -c "base"
export EXECgfs=${EXECgfs:-${HOMEgfs}/exec}
export EXPDIR=${EXPDIR:-${HOMEgfs}/parm/config}
export SRCgfs=${SRCgfs:-${HOMEgfs}/scripts}
export UTILgfs=${UTILgfs:-${HOMEgfs}/util}

######################################
# Set up the GEMPAK directory
Expand Down

0 comments on commit ffdca03

Please sign in to comment.