Tom Vo
Tom Vo
> Just to clarify, we will keep `drop_incomplete_season` while we drop `drop_incomplete_djf`, did I get it right? @lee1043 this is correct. I updated the description.
Running into edge cases with the unit tests. This still needs more work. Converting to draft.
## **ESMF + xESMF failure when using Dask Distributed** I am running into an issue where xESMF/ESMF breaks when using a Dask Distributed scheduler and the num_workers is < number...
## xESMF does not play well with Dask Distributed Scheduler `xESMF` relies on `ESMF`/`ESMPy`, which is **not thread-safe** and uses **global state**, making it sensitive to concurrency issues. When using...
Example with `zonal_mean_2d` ``` 2025-03-03 10:11:42,440 [INFO]: zonal_mean_2d_driver.py(run_diag:42) >> Variable: T 2025-03-03 10:11:43,085 [INFO]: dataset_xr.py(_get_dataset_with_derived_climo_var:713) >> Deriving the test climatology variable using the source variables: ('T_mid',) 2025-03-03 10:11:44,889 [INFO]: dataset_xr.py(_get_dataset_with_derived_ts_var:876)...