Describe the task. It can be a feature, documentation, etc.
Currently, and also described in #1699, we currently cannot pass keyword arguments to the initialisation of anemoi datasets. (Except for frequency, which is the only supported and hard-coded argument).
To support 24h avarage calculation instead of taking instantaneous time stamps, we could pass rolling_average= [-4, 0, 'frequency’] to the anemoi dataset init.
We can introduce a new indentation section for anemoi dataset keywords, such as
ERA5:
type: anemoi
anemoi_arguments:
frequency: 06:00:00
rolling_average: [-4, 0, "frequency"]
Hedgedoc URL, if you are keeping notes, plots, logs in hedgedoc.
No response
Area
Describe the task. It can be a feature, documentation, etc.
Currently, and also described in #1699, we currently cannot pass keyword arguments to the initialisation of anemoi datasets. (Except for
frequency, which is the only supported and hard-coded argument).To support 24h avarage calculation instead of taking instantaneous time stamps, we could pass
rolling_average= [-4, 0, 'frequency’]to the anemoi dataset init.We can introduce a new indentation section for anemoi dataset keywords, such as
Hedgedoc URL, if you are keeping notes, plots, logs in hedgedoc.
No response
Area