Skip to content

Enable model to create output on different coordinates than source #864

Description

@kacpnowak

Is your feature request related to a problem? Please describe.

The current model's output functionality is coupled to the input data's coordinate system. It can only generate output data on the exact same geographical placements as the source data. This is a significant limitation for some downstream taks, (eg downscaling, limited area models) or when one needs to analyze the output on a standardized grid (like a regular lat-lon grid) or integrate it with other models and tools that use different meshing systems (e.g., HEALPix, different FESOM meshes).

Describe the solution you'd like

I propose implementing a feature that allows users to specify a target coordinate system for the model's inference, effectively decoupling the output grid from the source grid. This would involve modifying the data streams to create target coordinates that are different from the source coordinates.

Describe alternatives you've considered

I don't see any. I think it has to be done at some point

Additional context

No response

Organisation

AWI

Metadata

Metadata

Assignees

No one assigned

    Labels

    modelRelated to model training or definition (not generic infra)
    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions