Skip to content

Commit

Permalink
add accumulation KWARGS for CERRA
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvginde committed Sep 26, 2024
1 parent f2d082f commit c35a36b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def accumulations(context, dates, **request):
("od", "elda"): dict(base_times=(6, 18)),
("ea", "oper"): dict(data_accumulation_period=1, base_times=(6, 18)),
("ea", "enda"): dict(data_accumulation_period=3, base_times=(6, 18)),
("rr", "oper"): dict(data_accumulation_period=3, base_times=(0, 3, 6, 9, 12, 15, 18, 21)),
}

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

0 comments on commit c35a36b

Please sign in to comment.