Julius Busecke
Julius Busecke
The resulting datasets look like the time was concatenated properly:
I did some more digging [here](https://gist.github.com/jbusecke/3fa83cabced0d5d12f7f26d39e60f80b). I concluded from this that we really only need to remove two latitude/y columns at each side, IF they are all nans. But doing...
I investigated this a bit further [here](https://gist.github.com/jbusecke/98da7054260dc493267c97d1c6d72b3f) and so far it seems this is an issue with only one of institutions (CMCC) and their models. I would be curious to...
Hi @JoranAngevaare and @bguillod. Very sorry for the long radio silence here. Trying to catch up with a lot of maintenance after working on the [new Pangeo/ESGF CMIP6 Zarr](https://github.com/leap-stc/cmip6-leap-feedstock) data...
Oh that is cool! I did not know about this. Thanks
Flake8 formatting issue was solved with [this](https://stackoverflow.com/questions/69983472/how-to-satisfy-flake8-w605-invalid-escape-sequence-and-string-format-in). Adding `r"..."` did the trick
I need to stash this for later. Last action was to put a blank raise in the deprecated iid function to facilitate refactoring.
I believe I just ran into the need for something like the proposed feature over [here](https://github.com/leap-stc/leap-stc.github.io/pull/90) This project is a jupyter book based documentation for our project. I am trying...
@dependabot rebase
I have concluded that my CMIP feedstock is just very special, and as such I think the need for this feature might not warrant this to be upstreamed all the...