Skip to content

Support 24h averaging with anemoi datasets #2235

Description

@MatKbauer

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

  • datasets, data readers, data preparation and transfer
  • model
  • science
  • infrastructure and engineering
  • evaluation, export and visualization
  • documentation
  • performance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

dataAnything related to the datasets used in the project

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions