Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions 3dvar.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,12 @@ output:
{% set output_file = output_file|default('output', true) ~ '.yaml.j2' %}
{% include output_file %}
{% endif %}

# Optionally test the application
{% if test_file is defined %}
test:
{% filter indent(width=2) %}
{% set test_file = test_file|default('test', true) ~ '.yaml.j2' %}
{% include test_file %}
{% endfilter %}
{% endif %}
Comment thread
DavidNew-NOAA marked this conversation as resolved.
Outdated
9 changes: 9 additions & 0 deletions local_ensemble_da.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,12 @@ output variance posterior:
{% include output_variance_posterior_file %}
{% endfilter %}
{% endif %}

# Optionally test the application
{% if test_file is defined %}
test:
{% filter indent(width=2) %}
{% set test_file = test_file|default('test', true) ~ '.yaml.j2' %}
{% include test_file %}
{% endfilter %}
{% endif %}