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
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