Ashwin V. Mohanan
Ashwin V. Mohanan
Regarding authorship, thank you for considering including me. While the discussion is going on, I noticed that my colleague @wikfeldt was also listed with significant number of commits. 16 Kjartan...
I think this would require https://github.com/instant-markdown/instant-markdown-d/issues/84
You can try out https://github.com/instant-markdown/instant-markdown-d/pull/104
@dev-onejun I think this could be very useful to showcase preprints or whitepapers. Could you add a PR with an entry added under "Templates > Articles"
For example see this test case `tests/test_mfdataset.py::test_xr_open_mfdataset `
```py >>> import pymech as pm >>> pm.open_dataset("/tmp/channel3D_0.f00001") Size: 15MB Dimensions: (z: 64, y: 64, x: 64) Coordinates: * x (x) float64 512B 0.0 0.05037 0.1603 0.3105 ... 6.123 6.233...
Further reading: - https://github.com/pydata/xarray/issues/7856 - https://stackoverflow.com/questions/76409916/python-xarray-valueerror-unrecognized-chunk-manager-dask-must-be-one-of We need to check if this is an upstream issue or the way we implement pymech as a xarray backend.
The PR to improve the situtation with xarray landed on v.2025.01.0 (Jan 3, 2025) with https://github.com/pydata/xarray/pull/9676
Loading the EXODUS mesh file is easy. We can add supports for other meshes with help of meshio (https://github.com/nschloe/meshio) in the future if this works. ```py In [8]: mesh =...
@airwarriorg91 if you are interested and if you think it is not too complicated, I can assign this to you. You don't have to work through it all alone, so...