Julius Busecke

Results 532 comments of Julius Busecke

![](https://media.giphy.com/media/yQLiFQIFSwmSCdka5m/giphy.gif?cid=ecf05e47hstjsptbigmlo69qhb0kh242bnj2a1z2xwnr1ptq&rid=giphy.gif&ct=g)

Thats a great idea. We should definitely do that.

Actually could you try running the movie creation with `verbose=True`. I think that already does a similar thing.

Hi @brianmapes, sorry for the long response time. I think a conda-forge feedstock would be a great addition. I opened a separate issue for this (#37), since it is technically...

Thanks for the feedback @rabernat. I think I do see your point here: > I am strongly opposed to "Storing all information in the grid object". This really breaks the...

Actually I am still curious if any of the conventions like sgrid/CF provide the needed information for vector fields in the metadata. If that is the case, I would be...

One more understanding question for @rabernat. We currently only allow to move vector components [to 'center'](https://github.com/xgcm/xgcm/blob/f099a82afa7977785c62190b4b256840a208fe48/xgcm/grid.py#L1961-L1969). Should this remain restricted? From the understanding above, I do not see why it...

Yeah I looked through it and did not find anything either...

Hey folks, I just wanted to document some of the things possible while implementing this feature. I am using ECCO as an example here: ```python from intake import open_catalog import...

> The alternative, closer to what we have today in xgcm, is to have separate methods for vectors, as we do today, e.g. diff_2d_vector and interp_2d_vector. I would kind of...