ecmwf / atlas

A library for numerical weather prediction and climate modelling
https://sites.ecmwf.int/docs/atlas
Apache License 2.0
115 stars 42 forks source link

Add MultiField to pack field allocations #229

Closed sbrdar closed 1 month ago

sbrdar commented 1 month ago

Add MultiField support. This means that fields are allocated simultaneously with a common underlying multidimensional array. The restriction of course is that they must share the same dimensionality and data type.