Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev/ci/cases/gfsv17/s2sw_realtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ prepoceanobs:
# realtime
dmpdir_exp: /lfs/h2/emc/da/noscrub/emc.da/obsForge/COMROOT/realtime

prep:
# This can only be enabled in realtime
PROCESS_TROPCY: "YES"

marinebmat:
SOCA_INPUT_FIX_DIR: {{ HOMEgfs }}/fix/gdas/soca/1440x1080x75/soca
SOCA_ANL_GEOM: {{ HOMEgfs }}/fix/gdas/soca/720x540x75/soca
Expand Down
2 changes: 1 addition & 1 deletion dev/jobs/JGLOBAL_ATMOS_TROPCY_QC_RELOC
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export TANK_TROPCY=${TANK_TROPCY:-${DCOMROOT}} # path to tropical cyclone record
##############################################
# Define COM directories
##############################################
declare_from_tmpl COMOUT_OBS:COM_OBS_TMPL
YMD=${PDY} HH=${cyc} declare_from_tmpl COMOUT_OBS:COM_OBS_TMPL
mkdir -p "${COMOUT_OBS}"

export CRES=${CASE_HIST:1}
Expand Down
2 changes: 2 additions & 0 deletions dev/parm/config/gfs/config.base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export FIXgdas="${FIXgfs}/gdas"
# GLOBAL static environment parameters
export PACKAGEROOT="{{ PACKAGEROOT }}" # TODO: set via prod_envir in Ops
export COMROOT="{{ COMROOT }}" # TODO: set via prod_envir in Ops
# Available for WCOSS2/realtime only
export DCOMROOT="/lfs/h1/ops/prod/dcom" # TODO: set via prod_envir in ops
export COMINsyn="{{ COMINsyn }}"
export DMPDIR="{{ DMPDIR }}"
export IODADIR="{{ IODADIR }}"
Expand Down
2 changes: 1 addition & 1 deletion dev/parm/config/gfs/config.prep.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "${EXPDIR}/config.resources" prep
export cdate10=${PDY}${cyc}

# Relocation and syndata QC
export PROCESS_TROPCY=${PROCESS_TROPCY:-NO}
export PROCESS_TROPCY="{{PROCESS_TROPCY}}"
export TROPCYQCRELOSH="${SCRgfs}/exglobal_atmos_tropcy_qc_reloc.sh"
export COMINsyn=${COMINsyn:-$(compath.py "${envir}/com/gfs/${gfs_ver}")/syndat}

Expand Down
3 changes: 3 additions & 0 deletions dev/parm/config/gfs/yaml/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ marineanlletkf:
SOCA_ANL_GEOM: "${FIXgfs}/gdas/soca/72x35x25/soca"
SOCA_OBS_LIST: "${PARMgfs}/gdas/marine/obs/obs_list.yaml.j2"

prep:
PROCESS_TROPCY: "NO"

prepoceanobs:
use_exp_obs: "YES"
dmpdir_exp: "${BASE_DATA}/experimental_obs"
Expand Down
2 changes: 2 additions & 0 deletions ush/jjob_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ export pgm=${pgm:-}
# Run setpdy and initialize PDY variables
##############################################
export cycle="t${cyc}z"
unset_strict
setpdy.sh || true
set_strict
source ./PDY || true

#############################
Expand Down
Loading