Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Nov 8, 2024
1 parent c702c47 commit 256b356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions parm/atm/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ analysis_variables: [ua,va,t,ps,sphum,ice_wat,liq_wat,o3mr]
# Testing
# -------

{% if DO_JEDI_TESTING == 'YES' %}
do_testing: true
{% else %}
do_testing: false
{% endif %}
do_testing: {{ DO_JEDI_TESTING | default(false, true) }}

# Model things
# ------------
Expand Down
2 changes: 1 addition & 1 deletion test/atm/global-workflow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base:
DUMPDIR: "@dumpdir@"
STMP: "@bindir@/test/atm/global-workflow/testrun"
PTMP: "@bindir@/test/atm/global-workflow/testrun"
DO_JEDI_TESTING: "YES"
DO_JEDI_TESTING: "\"YES\""

atmanl:
JCB_ALGO_YAML_VAR: "@srcdir@/test/atm/global-workflow/jcb-prototype_3dvar.yaml.j2"
Expand Down

0 comments on commit 256b356

Please sign in to comment.