Skip to content

Commit

Permalink
set JEDI ATM CASE_ANL based on DOHYBVAR, replace C48C48 JEDI ATM case…
Browse files Browse the repository at this point in the history
… with C96C48 (NOAA-EMC#2294)
  • Loading branch information
RussTreadon-NOAA committed Mar 5, 2024
1 parent e4d2eea commit db669cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ experiment:
arguments:
pslot: {{ 'pslot' | getenv }}
app: ATM
resdetatmos: 48
resdetatmos: 96
resensatmos: 48
comroot: {{ 'RUNTESTS' | getenv }}/COMROOT
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C48C48
idate: 2021032312
edate: 2021032400
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C96C48
idate: 2024022318
edate: 2024022400
nens: 2
gfs_cyc: 1
start: warm
yaml: {{ HOMEgfs }}/ci/cases/yamls/ufs_hybatmDA_defaults.ci.yaml

skip_ci_on_hosts:
- orion
- hercules
6 changes: 5 additions & 1 deletion parm/config/gfs/config.atmanl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

echo "BEGIN: config.atmanl"

export CASE_ANL=${CASE}
if [[ ${DOHYBVAR} = "YES" ]]; then
export CASE_ANL=${CASE_ENS}
else
export CASE_ANL=${CASE}
fi
export OBS_YAML_DIR=${HOMEgfs}/sorc/gdas.cd/parm/atm/obs/config/
export OBS_LIST=${HOMEgfs}/sorc/gdas.cd/parm/atm/obs/lists/gdas_prototype_3d.yaml
export ATMVARYAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/variational/3dvar_drpcg.yaml
Expand Down

0 comments on commit db669cf

Please sign in to comment.