-
Sometimes it's useful to run a simulation with tracers and have the tracers start evolving _only_ after a certain spin-up period. Since https://github.com/CliMA/Oceananigans.jl/pull/2938 this is possi…
-
## Describe the bug
ClimaLSM seems to be type-pirating `zero` on `NTuple`s:
```julia
function Base.zero(x::Type{NTuple{N, FT}}) where {N, FT}
ntuple(i -> FT(0), N)
end
```
This definiti…
-
thank you so much for releasing this amazing repo!
it'd be very helpful to have some info on the computational resources required to run various simulations available with this repo for different g…
-
Hi, it is a great model here. I've already make a default run `run_speedy()`. Now I need to customize it. Specifically, I need to:
- modify dynamical core to single-layer shallow-water model,
- c…
-
Presently, applying differential operators to fields offline (as opposed to using diagnosing them online using using an `OutputWriter`) yields erroneous results because derivatives seem to be naively …
-
**Describe the bug**
There are several checks that do not allow AWI-CM-1-1-MR unstructured ocean data (`thetao` and `so`) to pass the cmorization checks.
**Little background**
Here is a small d…
-
@simone-silvestri were discussing implementing some new closures such as K-epsilon / "Generic Length Scale", and the OSMOSIS scheme used by the NEMO ocean model. Both these closures, and `CATKEVertica…
-
@m3azevedo and me are doing a simulation of an unstable baroclinic jet in the context of the Nonhydrostatic model and having some success but some difficulties as well.
We have tried two different …
-
We currently calculate the barotropic mode inside the AB2 step:
https://github.com/CliMA/Oceananigans.jl/blob/e27988039e65e9244a84d241b70c2dcdeac93309/src/Models/HydrostaticFreeSurfaceModels/hydros…
-
**Submitting author:** @teubert (Chris Teubert)
**Repository:** https://github.com/nasa/prog_models
**Branch with paper.md** (empty if default branch): paper
**Version:** v1.5
**Editor:** @kellyrowlan…