Julius Busecke

Results 595 comments of Julius Busecke

One of the datasets as an example: ``` ---------DROPPED-------- ACCESS-ESM1-5.gn.ssp245.Omon.r17i1p1f1.thkcello 1032 360 ---------DROPPED-------- ``` This logic might also be applied [upstream](https://github.com/pangeo-data/pangeo-cmip6-cloud/issues/31#issue-1117850927), where we could avoid uploading these sorts of data...

While doing this it might be nice to provide a dict that translates the numerical masking values to actual strings, like `{'North Atlantic':0, ...}`

of course there is! JK, this is awesome. Ill make sure to incorporate it and check back with you CF gurus!

Quick check in: I am currently producing this as a basin mask output Would this be conform for what you are planning over in https://github.com/xarray-contrib/cf-xarray/issues/199 @dcherian ?

The github action was just updated by #184, perhaps that fixes the issue. Ill wait a bit more before closing this.

Thanks a lot for the valuable input @DamienIrving. I would love to collaborate with you on implementing these options (and also precalculate these in the cloud so users could easily...

> Pre-calculating is an interesting idea. In my own work, I've tended to fit a cubic to the control data and then store the polynomial coefficients for re-use later. For...

Hi @DamienIrving, I think once https://github.com/pydata/xarray/issues/5629 has a solution we could start working on this issue. I will be on vacation in the two middle weeks of August but am...

Thanks for raising the issue @hmkhatri. The masking is ultimately based on [combining smaller named subregions](https://github.com/jbusecke/cmip6_preprocessing/blob/209041a965984c2dc283dd98188def1dea4c17b3/cmip6_preprocessing/regionmask.py#L7-L136) from [regionmask](https://regionmask.readthedocs.io/en/stable/defined_ocean_basins.html). I suspect that a new one of these regions has been added...