Skip to content

Commit 14230bf

Browse files
authored
add accumulation KWARGS for CERRA (#58)
1 parent 9049023 commit 14230bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/anemoi/datasets/create/functions/sources/accumulations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def accumulations(context, dates, **request):
375375
("od", "elda"): dict(base_times=(6, 18)),
376376
("ea", "oper"): dict(data_accumulation_period=1, base_times=(6, 18)),
377377
("ea", "enda"): dict(data_accumulation_period=3, base_times=(6, 18)),
378+
("rr", "oper"): dict(data_accumulation_period=3, base_times=(0, 3, 6, 9, 12, 15, 18, 21)),
378379
}
379380

380381
kwargs = KWARGS.get((class_, stream), {})

0 commit comments

Comments
 (0)