Tom Vo

Results 265 comments of Tom Vo

I'll start exploring UXARRAY in the next few weeks.

I'm using the [xcdat-validation](https://github.com/xCDAT/xcdat-validation/tree/main) for the uxarray exploration work. I merged a PR that includes an env with the latest stable version of xCDAT and Uxarray: https://github.com/xCDAT/xcdat-validation/blob/main/conda-env/test_uxarray.yml There's also a...

For spatial averaging, try pandas approach and then call APIs. @chengzhuzhang

A few things I've learned so far while working on the E3SM Tutorial Workshop practicum [notebook](https://github.com/xCDAT/xcdat-validation/blob/e3sm-workshop/demos/2024-e3sm-workshop/practicum_notebook.ipynb): 1. The `ux.UxDataset` and `ux.UxDataArray` classes just wrap the `xr.Dataset` and `xr.DataArray` classes, respectively....

> @tomvothecoder thank you for the notes! I'm curious when uxarray=2024.04.01 will become available. Maybe it will be in time for the unified release? No problem! I followed up with...

> > @tomvothecoder thank you for the notes! I'm curious when uxarray=2024.04.01 will become available. Maybe it will be in time for the unified release? > > No problem! I...

I think this is done based on my comment [above](https://github.com/xCDAT/xcdat/issues/551#issuecomment-2070867870) so I will close this issue. If anybody thinks otherwise, feel free to re-open and we can further explore UXarray.

I opened this [discussion item](https://github.com/xCDAT/xcdat/discussions/6571) for exploring Python-based unstructured to structured regridding solutions. This issue can be closed and we can consider this goal complete. @xCDAT/core-developers

Hi @xCDAT/core-developers, I need some help developing test cases for this Dask notebook. Do any of you have any datasets with the following sizes in mind, and can you provide...

> 105 GB: `/p/css03/esgf_publish/CMIP6/CMIP/MOHC/HadGEM3-GC31-MM/historical/r2i1p1f3/day/ta/gn/v20191218/` ~~Hey @pochedls, any chance you can find another 100GB multi-file dataset that has a different calendar type? This multi-file dataset has `calendar="360_day"` which is only compatible...