Skip to content

Commit

Permalink
Clean out additional unneeded HOMEgfs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Feb 29, 2024
1 parent 4b7ee2a commit d2c5a65
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 34 deletions.
7 changes: 0 additions & 7 deletions jobs/JGDAS_ATMOS_GEMPAK_META_NCDC
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/ush/jjob_header.sh" -e "gempak_meta" -c "base gempak"

################################
# Set up the HOME directory
################################
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}

#
# Now set up GEMPAK/NTRANS environment
#

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

Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_AWIPS_20KM_1P0DEG
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,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 HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}

###################################
# Specify NET and RUN Name and model
####################################
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGFS_ATMOS_GEMPAK_NCDC_UPAPGIF
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 "gempak_gif" -c "base"

######################################
# Set up the GEMPAK directory
#######################################
export HOMEgempak=${HOMEgempak:-${HOMEgfs}/gempak}

export MP_PULSE=0
export MP_TIMEOUT=2000

Expand Down
7 changes: 0 additions & 7 deletions jobs/JGFS_ATMOS_POSTSND
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "postsnd" -c "base postsnd"
##############################################
export CDUMP=${RUN/enkf}


########################################
# Runs GFS BUFR SOUNDINGS
########################################
Expand All @@ -18,12 +17,6 @@ export model=${model:-gfs}
export SENDDBN=${SENDDBN:-YES}
export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn}

###################################
# Set up the source directories
###################################

export HOMEbufrsnd=${HOMEbufrsnd:-${HOMEgfs}}

##############################
# Define COM Directories
##############################
Expand Down
5 changes: 0 additions & 5 deletions jobs/JGLOBAL_ATMOS_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "post" -c "base post"
export NET=${NET:-gfs}
export RUN=${RUN:-gfs}

####################################
# Specify Execution Areas
####################################
export HOMEgfs=${HOMEgfs:-${PACKAGEROOT}/gfs.${gfs_ver}}

###########################
# Set up EXT variable
###########################
Expand Down
7 changes: 2 additions & 5 deletions ush/fv3gfs_remap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
#-- Fanglin Yang, October 2016
#--------------------------------------

source "$HOMEgfs/ush/preamble.sh"
source "${HOMEgfs}/ush/preamble.sh"

export CDATE=${CDATE:-"2016100300"}
export CASE=${CASE:-"C192"} # C48 C96 C192 C384 C768 C1152 C3072
export GG=${master_grid:-"0p25deg"} # 1deg 0p5deg 0p25deg 0p125deg

pwd=$(pwd)
export DATA=${DATA:-$pwd}
export HOMEgfs=${HOMEgfs:-$PACKAGEROOT}
export REMAPEXE=${REMAPEXE:-$HOMEgfs/exec/fregrid_parallel}
export REMAPEXE=${REMAPEXE:-${EXECgfs}/fregrid_parallel}
export IPD4=${IPD4:-"YES"}

cycn=$(echo $CDATE | cut -c 9-10)
Expand Down

0 comments on commit d2c5a65

Please sign in to comment.