slgentil / croco

Code CROCO de base + CONFIGS qui contient les différentes configurations
0 stars 1 forks source link

implementation of zarr conversion #26

Closed apatlpo closed 4 years ago

apatlpo commented 4 years ago

We implement a zarr conversion capability in post that will enable:

This PR lead to a major overhaul of netcdf file reading which also improves it. By default, we do not chunk time and vertical dimensions anymore. This was counter productive for small simulations. For large simulations chunks will have to be provided

Hard parts:

The PR also proposes several the renaming of several variables (breaking changes):

croco vmode outputs files are excluded from the zarr conversion and deleting

apatlpo commented 4 years ago

Ok, I'm going to merge this and we'll make adjustments via master.