-
I think probably the zenith angle calculation should be abstracted into a utility that resides outside the albedo object. Possibly, this is
https://github.com/CliMA/ClimaOcean.jl/blob/b3b44b709c70…
-
**Is your feature request related to a problem? Please describe.**
We need multiple decades of forcing data available for longruns of the full land model. We intend to do these runs on clima, so we c…
-
at the moment, the default time stepping function is designed with the non-hydrostatic model in mind, so the logical steps of a time step (or substep for RK3) are
```julia
step_variables!(...)
ca…
-
It would make sense to restrict the size of the field to fit to the grid in question I think. Here's the code:
https://github.com/CliMA/ClimaOcean.jl/blob/b3b44b709c70b296adb63cf7b2f4552334dcfd1b/s…
-
-
This issue describes an overhaul / refactoring of the "Model setup" part of the documentation. We've noticed that while our examples and docstrings seem to be useful, the "model setup" is less so, and…
-
As suggested on https://github.com/CliMA/ClimaOcean.jl/pull/130. This is a bug if so.
-
A performance regression occurred between some commits of PR#104.
This commit ran in 4hr51
https://buildkite.com/clima/climaocean-examples/builds/103#_
while the latest one takes 5hr46
https…
-
```[tasklist]
### Tasks
- [ ] https://github.com/CliMA/CloudMicrophysics.jl/issues/178
- [ ] https://github.com/CliMA/CloudMicrophysics.jl/issues/306
- [ ] https://github.com/CliMA/CloudMicrophysics.j…
-
https://github.com/CliMA/RRTMGP.jl/blob/73280d6b7b23c7ef386e532e7da1924b66e6a30f/test/clear_sky_utils.jl#L96
Infiltrator is convenient, but it is a debug/developlment tool. It should not be left in…