Commit 90e25ef
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
File tree
28 files changed
+23963
-8235
lines changed- docs
- user-guide
- test
- meshfiles/ugrid/quad-hexagon
- uxarray
- core
- grid
- io
28 files changed
+23963
-8235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Large diffs are not rendered by default.
0 commit comments