Skip to content

Dask chunking in im-calc #110

Description

@lispandfound

To support extremely large simulations with dense station grids we should introduce chunking using dask. The fastest way to do this would be:

Use xarray's map_blocks api, which allows us map over chunks in serial. Unlike hf sim, we would want to process these in serial because there is already a parallel layer in the rust code that processes the intensity measures using rayon. Rayon has a much lower parallel overhead than dask so this is preferable to parallelising at the dask level.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions