Skip to content

Commit

Permalink
Don't wipe $DATA before running ocean bmat (#1280)
Browse files Browse the repository at this point in the history
JGDAS_GLOBAL_OCEAN_ANALYSIS_BMAT reuses the rundir from JGDAS_GLOBAL_OCEAN_ANALYSIS_PREP and so shouldn't wipe the data before running.

Necessary for NOAA-EMC/GDASApp#288
  • Loading branch information
AndrewEichmann-NOAA committed Jan 25, 2023
1 parent f78afeb commit 710d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGDAS_GLOBAL_OCEAN_ANALYSIS_BMAT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
export STRICT="NO"
source "${HOMEgfs}/ush/preamble.sh"

WIPE_DATA="NO"

export DATA="${DATAROOT}/${RUN}ocnanal_${cyc}"
source "${HOMEgfs}/ush/jjob_header.sh" -e "ocnanalrun" -c "base ocnanal ocnanalrun"
Expand Down

0 comments on commit 710d1b7

Please sign in to comment.