Skip to content

Commit

Permalink
Update jobs/JGDAS_GLOBAL_AERO_ANALYSIS_INITIALIZE
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
CoryMartin-NOAA and aerorahul authored Dec 15, 2022
1 parent 79af76f commit bae934f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/JGDAS_GLOBAL_AERO_ANALYSIS_INITIALIZE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source "${HOMEgfs}/ush/preamble.sh"
# Make temp directory
##############################################
export DATA=${DATA:-${DATAROOT}/${RUN}aeroanl_${cyc}}
[[ -d "${DATA}" ]] && rm -rf "${DATA}"
mkdir -p "${DATA}"
cd "${DATA}" || (echo "${DATA} does not exist. ABORT!"; exit 1)

Expand Down

0 comments on commit bae934f

Please sign in to comment.