diff --git a/gridcomps/cap3g/tests/basic_captest/history.yaml b/gridcomps/cap3g/tests/basic_captest/history.yaml index dfec155022f6..540b5c56dd75 100644 --- a/gridcomps/cap3g/tests/basic_captest/history.yaml +++ b/gridcomps/cap3g/tests/basic_captest/history.yaml @@ -17,14 +17,20 @@ active_collections: - coll1 - coll2 +time_specs: + three_hour: &three_hour + frequency: PT3H + collections: coll1: + template: "%c_%y4%m2$d2_%h2.nc4" geom: *geom1 - time_spec: {} + time_spec: *three_hour var_list: E1: {expr: E_1} coll2: + template: "%c_%y4%m2$d2_%h2.nc4" geom: *geom2 - time_spec: {} + time_spec: *three_hour var_list: E2: {expr: E_2} diff --git a/gridcomps/cap3g/tests/parent_child_captest/history.yaml b/gridcomps/cap3g/tests/parent_child_captest/history.yaml index 123e1b6479c7..b7ab16ab3ef6 100644 --- a/gridcomps/cap3g/tests/parent_child_captest/history.yaml +++ b/gridcomps/cap3g/tests/parent_child_captest/history.yaml @@ -17,14 +17,20 @@ active_collections: - coll1 - coll2 +time_specs: + three_hour: &three_hour + frequency: PT3H + collections: coll1: + template: "%c_%y4%m2%d2.nc4" geom: *geom1 - time_spec: {} + time_spec: *three_hour var_list: E1: {expr: AGCM.E_1} coll2: + template: "%c_%y4%m2%d2.nc4" geom: *geom2 - time_spec: {} + time_spec: *three_hour var_list: E2: {expr: AGCM.E_2}