Tom Vo

Results 265 comments of Tom Vo

Some notes about Xarray loading `cftime` objects into memory because `cftime.num2date` is not vectorized: - The answer to [source 1](https://github.com/pydata/xarray/discussions/6332?sort=top) states that **`cftime` objects are loaded into memory**, which I...

Notes from 5/24/23 meeting: * Peter will open up a GH discussions post on 3TB data + cmorizing - issue with 3 hourly data bombing after a few years, obscure...

Hey @jasonb5 and @pochedls, this parallel computing notebook is ready for review. I tried to make the notebook easy to read for users with simple code examples. If we want...

Todo (3/28/24) - [x] Add content about requesting interactive jobs and starting a Dask cluster, then connecting to it via the Dask Client in Jupyter - [x] Add call to...

FYI @pochedls @jasonb5, I'm taking the Dask Training at NERSC and will update the notebook based on my experience. I'll let you both know when it is ready.

Thanks for the review @jasonb5! I'll add your suggestion and make a note about the `memory_limit="auto"` sometimes setting the limit too low for the workers, which can cause bottlenecks. I'll...

Hey @pochedls, the notebook is ready for review. Here's a link to the current version of the [notebook](https://xcdat.readthedocs.io/en/doc-485-dask-guide/examples/parallel-computing-with-dask.html). Summary of changes: - Updated env setup instructions to follow same structure...

@pochedls Just bugging you again for your approval (or denial)

> @tomvothecoder – thank you for putting together this notebook with a lot of helpful information. I am good with this PR. I have listed some minor detailed comments at...

Need to address #662 before this PR can be merged