From afe635e401b7f103daa7137c743d23689abd0657 Mon Sep 17 00:00:00 2001 From: ctgh Date: Wed, 8 Nov 2023 13:38:41 +0000 Subject: [PATCH] time window configuration --- src/tests/testinput/hofx_profiles_2var_writer.yaml | 5 +++-- src/tests/testinput/hofx_profiles_writer.yaml | 5 +++-- src/tests/testinput/hofx_sic_writer.yaml | 5 +++-- src/tests/testinput/hofx_two_vars_writer.yaml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/tests/testinput/hofx_profiles_2var_writer.yaml b/src/tests/testinput/hofx_profiles_2var_writer.yaml index 7d9e30f..79ba0b9 100644 --- a/src/tests/testinput/hofx_profiles_2var_writer.yaml +++ b/src/tests/testinput/hofx_profiles_2var_writer.yaml @@ -1,5 +1,6 @@ -window begin: 2021-06-29T12:00:00Z -window end: 2021-06-30T12:00:00Z +time window: + begin: 2021-06-29T12:00:00Z + end: 2021-06-30T12:00:00Z observations: - obs space: name: Sea Temperature diff --git a/src/tests/testinput/hofx_profiles_writer.yaml b/src/tests/testinput/hofx_profiles_writer.yaml index 0bafc2d..ac117e8 100644 --- a/src/tests/testinput/hofx_profiles_writer.yaml +++ b/src/tests/testinput/hofx_profiles_writer.yaml @@ -1,5 +1,6 @@ -window begin: 2021-06-29T12:00:00Z -window end: 2021-06-30T12:00:00Z +time window: + begin: 2021-06-29T12:00:00Z + end: 2021-06-30T12:00:00Z observations: - obs space: name: Sea Temperature diff --git a/src/tests/testinput/hofx_sic_writer.yaml b/src/tests/testinput/hofx_sic_writer.yaml index d79c823..e5d87a8 100644 --- a/src/tests/testinput/hofx_sic_writer.yaml +++ b/src/tests/testinput/hofx_sic_writer.yaml @@ -1,5 +1,6 @@ -window begin: 2021-06-28T12:00:00Z -window end: 2021-06-30T12:00:00Z +time window: + begin: 2021-06-28T12:00:00Z + end: 2021-06-30T12:00:00Z observations: - obs space: name: Sea Ice diff --git a/src/tests/testinput/hofx_two_vars_writer.yaml b/src/tests/testinput/hofx_two_vars_writer.yaml index 02f5282..83a1f18 100644 --- a/src/tests/testinput/hofx_two_vars_writer.yaml +++ b/src/tests/testinput/hofx_two_vars_writer.yaml @@ -1,5 +1,6 @@ -window begin: 2021-06-29T21:00:00Z -window end: 2021-06-30T21:00:00Z +time window: + begin: 2021-06-29T21:00:00Z + end: 2021-06-30T21:00:00Z observations: - obs space: name: Sea Ice