-
We have Smagorinsky implemented and working. However we are taking a large number of ffts:
```
uh=-il*ph
vh=ik*ph
Sxx = torch.fft.irfftn(uh*ik,dim=(1,2))
Syy = t…
-
Not sure exactly where we should put this, but I thought we have somewhere an extra categorization for the examples so that new users have an idea where to start from. E.g., some of the examples there…
-
We have found that GMwork can take both positive and negative signs. We believe it should be negative definite. The spots where it is positive tend to occur in the high latitudes, but we have also id…
-
Why we need to have two ways for people to load output? At the moment, after #298, we have tutorials _both_ for the cookbook and for the ACCESS-NRI Intake catalog
https://cosima-recipes.readthedocs…
-
Inspired by the recent advances in pyqg, I would like to put together another QG example. Basically, I want to reproduce some of the results of Glenn's from 1987.
http://journals.ametsoc.org/doi/abs…
-
Hi!
I am using the ECCO v4r4 product and realized that the bolus velocity is not purely divergent-free. I think this is the repo that hosts the code that is responsible for converting GMPsiX and GM…
-
Unlike #39, here, we change the surface heat fluxes on the globe by a certain factor. The idea is to add heat to subtropics and lose out heat from the subpolar regions. So, in a way, not only are we c…
-
Scatter plots of all time for each model shows similarity across models
For Ocean1 and Ocean2
-
- Improve Arctic initial conditions
~- Should we have a short spin up to bring ocean and ice into balance?~
~- Coordinate with other teams: Leon Hermanson, Ed Blockley~
Edited to split ICs from work t…
-
Hello everyone! I have been trying to run one of the basic setups available in Versos, i.e. , the gloabl_1deg setup on my PC. But each time I try to run, its showing a "killed" message in the terminal…