Wilton Aguiar
Wilton Aguiar
Note that issue [#341](https://github.com/COSIMA/cosima-recipes/issues/341) is related to it. Explanation: The new agnostic code should likely take into account the correct variable of MOM5 for the surface Water Mass Transformation
Pull [#402](https://github.com/COSIMA/cosima-recipes/pull/402) tries to solve this issue
I was using the RelativeVorticity notebook to calculate Ekman and the curl....It is a good option but I think it only works with MOM5 grid. I also don't think it...
This is an attempt to automatically get the resolution of the model, assuming a global square-cell grid. This is necessary so we can identify the correct name of the isobath...
This is a print that only appears when I run ... cc.querying.getvar ...through VScode ssh system. It doesn't appear when I run it on ARE as it is usually done....
True, it wouldn't if the regional model is not circumpolar. How would we map the dict to the experiment name? something like... if expt='panant-01-zstar-ACCESSyr2': resolution='01' ? Or maybe only extracting...
> I also find it a bit hard to follow, mostly because all the magic is happening within 1 function in a really long cell. Would maybe splitting the code...
Ok, I did an updated version of the code where I solved most of the suggestions. However, there have been some changes in the organization of the recipes GH, so...
I haven't changed that one --- View entire conversation on ReviewNB
Closes [#402](https://github.com/COSIMA/cosima-recipes/pull/402)