Skip to content

Commit 90e25ef

Browse files
Consistently use Xarray for Grid Reader, Improved Dask Support (#1092)
* preserve dask when loading MPAS grids * use pure xarray for reading mpas grids * remove values from face_node_connectivity property * continue dask implementation, fix repr speed and lost attributes * update decorator * use face centers instead of nodes due to slow connectivity construction * update slice.py * small update * work on io * some progress * fix failing fesom test * work on refactor * clean up docstrings and chunking * update edge properties * update coordinates * remove .data * update dask notebook * pre-commit * work on api * work on api * fix issue with mutable dictionary * update notebook * update coord call * update healpix * update notebook * clean up comments and leftover code * use xarray directly for esmf * update subset notebook * update docstrings * add concat to api * update comments * add test for failing from topology test * update parameter for healpix boundary construction --------- Co-authored-by: Aaron Zedwick <[email protected]>
1 parent 9ed7505 commit 90e25ef

28 files changed

+23963
-8235
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Top Level Functions
1919
open_grid
2020
open_dataset
2121
open_mfdataset
22+
concat
2223

2324

2425
Grid

docs/user-guide/parallel-load-ux-with-dask.ipynb

Lines changed: 23242 additions & 7501 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)