Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed May 7, 2024
1 parent 13a0d65 commit e5d3345
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions gridcomps/cap3g/tests/basic_captest/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
10 changes: 8 additions & 2 deletions gridcomps/cap3g/tests/parent_child_captest/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit e5d3345

Please sign in to comment.