Skip to content

Commit

Permalink
Merge pull request #10 from NOAA-EMC/feature/stats-workflow
Browse files Browse the repository at this point in the history
Add stat analysis template
  • Loading branch information
danholdaway authored Dec 13, 2024
2 parents f25c1e5 + 2114f9a commit e854bd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions anlstat.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
time window:
begin: '{{ stat_current_cycle_iso }}'
length: '{{ window_length }}'
bound to include: '{{ bound_to_include | default("begin", true) }}'

obs spaces:
{% for obspace in obspaces %}
{% filter indent(width=2) %}
{% include obspace + '_template.yaml.j2' %}
{% endfilter %}
{% endfor %}

0 comments on commit e854bd8

Please sign in to comment.