Iury Simoes-Sousa

Results 69 comments of Iury Simoes-Sousa

Hi @dksasaki, Thanks for raising this issue. Do you mean that there is a memory leakage after running the function or just cleaning these variables before running the rest of...

If you want to implement breaking into blocks, go ahead. You can add an argument like `nblocks=None` to scaloa and vectoa. Despite loosing performance, I believe this is a nice...

It turns out that I came back here for some reason. I just think that we could make this package better by making it work with `xarray`, that way makes...

I see, so in the case of my project, I should then add a workaround to access >2020 data from somewhere else. Should I leave this issue open?

In that case, I suggest that the website should be updated from "01/01/1979 – Present" to "01/01/1979 – 31/12/2020", right?

Hm... I am not sure how to check that. The Jupyter is launched by an [OpenOnDemand](https://openondemand.org/) system on a cluster. I have my own kernels, but not sure how to...

I ended up using a machine that I could install things on the base env. I contacted the sys admin and they were checking from their side to reproduce the...

> A way you could do it with a buoyancy tracer is to manually set the tracers like `tracers=(:N, :P, :Z, :D, :b)` and add `T` as an auxiliary field...

@jagoosw I think that we could add the option that if T is not in the tracers, it should be in the auxiliary_fields, but I can see that it might...