Julius Busecke
Julius Busecke
Thanks @scottyhq, I did make a note on the repo [readme](https://github.com/jbusecke/tutorial_osm22_cmip6)
> It was a confusing bug to find because all grid-related coordinates are re-attached at the end of apply_as_grid_ufunc but in this case time is not in the grid, but...
Related to #84
Also cc'ing @TomNicholas here. Tom, there might be some bits of logic that might be helpful for xgcm. In particular there is some logic to infer if a given input...
Hi @kevinrosa thanks for using xgcm, and providing this example. A minimal working example would be great to have! I am not sure if the intermediate step is actually necessary...
It seems that this is an issue of documenting the feature better. Is there a way we could get a small sample dataset or have some ROMS data in the...
And just in general: If you have (or can broadcast) the inputs/outputs in the same shape except the dimension associated with the transform axis, we should be able to support...
Hi everyone, thanks for reporting this bug and also providing fixes. I have started #597 which includes a test covering this issue and the fix suggested above. I am not...
Can you try if this works from the main branch for you? I will release 0.9.0 soon then.
Thanks for letting me know! Ill work on a fix when I get a minute. Thanks for the patience.