From 92ae95d76554b65dea741b57234ba5c6870d42dd Mon Sep 17 00:00:00 2001 From: Kevin Dougherty Date: Thu, 14 Nov 2024 16:43:40 +0000 Subject: [PATCH 1/3] add anlstat jcb yaml --- anlstat.yaml.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 anlstat.yaml.j2 diff --git a/anlstat.yaml.j2 b/anlstat.yaml.j2 new file mode 100644 index 0000000..5686e7a --- /dev/null +++ b/anlstat.yaml.j2 @@ -0,0 +1,9 @@ +time window: + begin: '{{window_begin}}' + +obs spaces: +{% for obspace in obspaces %} +{% filter indent(width=2) %} +{% include obspace + '_template.yaml.j2' %} +{% endfilter %} +{% endfor %} \ No newline at end of file From 9661b1dad3e87751f9abef0a5b5584c7e320dd08 Mon Sep 17 00:00:00 2001 From: Kevin Dougherty Date: Thu, 14 Nov 2024 19:45:33 +0000 Subject: [PATCH 2/3] changes to time window --- anlstat.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anlstat.yaml.j2 b/anlstat.yaml.j2 index 5686e7a..943f4fa 100644 --- a/anlstat.yaml.j2 +++ b/anlstat.yaml.j2 @@ -1,5 +1,7 @@ time window: begin: '{{window_begin}}' + length: '{{window_length}}' + bound to include: '{{ bound_to_include | default("begin", true) }}' obs spaces: {% for obspace in obspaces %} From 0ea9d37481d38f58a54b4c614a0f9098ccfc3fca Mon Sep 17 00:00:00 2001 From: Kevin Dougherty Date: Thu, 12 Dec 2024 20:23:28 +0000 Subject: [PATCH 3/3] add anlstat template --- anlstat.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anlstat.yaml.j2 b/anlstat.yaml.j2 index 943f4fa..69b97e0 100644 --- a/anlstat.yaml.j2 +++ b/anlstat.yaml.j2 @@ -1,6 +1,6 @@ time window: - begin: '{{window_begin}}' - length: '{{window_length}}' + begin: '{{ stat_current_cycle_iso }}' + length: '{{ window_length }}' bound to include: '{{ bound_to_include | default("begin", true) }}' obs spaces: