Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into update_s4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 8, 2023
2 parents 41c7f66 + 9d11e1e commit 9ecf6fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions jobs/JGDAS_GLOBAL_OCEAN_ANALYSIS_BMAT_VRFY
Original file line number Diff line number Diff line change
@@ -1,8 +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
7 changes: 7 additions & 0 deletions jobs/rocoto/coupled_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ source "$HOMEgfs/ush/preamble.sh"
## cyc : current cycle (HH)
###############################################################

###############################################################
# Source FV3GFS workflow modules
. ${HOMEgfs}/ush/load_fv3gfs_modules.sh
status=$?
[[ ${status} -ne 0 ]] && exit ${status}
err=0

###############################################################
# Source relevant configs
configs="base coupled_ic wave"
Expand Down

0 comments on commit 9ecf6fd

Please sign in to comment.