ClimeTrend / DMD

Dynamic mode decomposition for noisy climate data
GNU General Public License v3.0
0 stars 0 forks source link

Review current data model #3

Open dsj976 opened 3 months ago

dsj976 commented 3 months ago

See the current data model here. Our DMD implementation takes NumPy arrays as input and produces NumPy arrays as output.

ERA5 data comes as a NetCDF file or Zarr store, and model evaluation libraries such as WeatherBench 2.0 also accept NetCDF/Zarr as input.

Design a data pipeline to allow the conversion: NetCDF/Zarr -> NumPy array -> DMD -> NumPy array -> NetCDF/Zarr -> WeatherBench 2.0