Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Feb 21, 2024
1 parent 711656d commit a4c7187
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jobs/JGDAS_GLOBAL_OCEAN_ANALYSIS_ECEN
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
source "${HOMEgfs}/ush/preamble.sh"
export WIPE_DATA="NO"
export DATA="${DATAROOT}/${RUN}ocnanal_${cyc}"
source "${HOMEgfs}/ush/jjob_header.sh" -e "ocnanalecen" -c "base ocnanalecen"

source "${HOMEgfs}/ush/jjob_header.sh" -e "ocnanalecen" -c "base ocnanal ocnanalecen"

##############################################
# Set variables used in the script
Expand Down Expand Up @@ -33,8 +30,9 @@ if [[ -e "${pgmout}" ]] ; then
fi

##########################################
# Do not remove the Temporary working directory (do this in POST)
# Remove the Temporary working directory
##########################################
cd "${DATAROOT}" || exit 1
[[ "${KEEPDATA}" = "NO" ]] && rm -rf "${DATA}"

exit 0

0 comments on commit a4c7187

Please sign in to comment.