Skip to content

Add support for delayed saves #2042

@bouweandela

Description

@bouweandela

Since iris 3.6, iris supports delayed saves. This is a great new feature that allows:

  • checking that a preprocessor run will succeed before doing any data crunching, saving (compute) time if there is something wrong with the data
  • faster preprocessor runs because
    • intermediate results can be reused to write multiple output files (e.g. regrid only once for multimodel statistics)
    • I suspect this will allow to better overlap computations with writing/reading data, but I did not measure it so far.

See #1714 for an example implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions