MESH-Model / MESH-Dev

This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
1 stars 3 forks source link

`NCZarr` and `Zarr` data stores to be supported by `MESH` #29

Open kasra-keshavarz opened 8 months ago

kasra-keshavarz commented 8 months ago

NCZarr and Zarr can hugely benefit the package, as huge forcing datasets can be loaded with MESH. The netcdf-c library already provides the exact same API to access datastores of this format.

Further, this can eliminate the need for the model to have access to the forcing data locally.

My 2cent is that MESH, as is, should be able to handle these datastores.