You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor structure: e.g., API should be last, tutorials maybe second... [suggestions are welcome]
Getting started: explain that ClimaLand is an API to build a model (standalone or integrated), if you want an API to run a simulation, go to ClimaLandSimulations.
Getting started: explain "low level" vs. "high level" API, for instance, ClimaLand is low level relative to ClimaLandSimulations
Getting started: explain what is an "API"
Introduction to standalone model: explain what we call a model, and how we build it in ClimaLand, why we use Abstract type and what is multiple dispatch, demonstrate with a super simple example (MWE, maybe simple T arrhenius of soil C...), maybe do a simple model without any prognostic variable, then one with a prognostic variable, then show integrated model by combining both
It seems one of our docs dependencies is deprecated:
┌ Formatting
│ ┌ Warning: DEPRECATION NOTICE
│ │
│ │ Formatting.jl has been unmaintained for a while, with some serious
│ │ correctness bugs compromising the original purpose of the package. As a result,
│ │ it has been deprecated - consider using an alternative, such as
│ │ `Format.jl` (https://github.com/JuliaString/Format.jl) or the `Printf` stdlib di
rectly.
│ │
│ │ If you are not using Formatting.jl as a direct dependency, please consider
│ │ opening an issue on any packages you are using that do use it as a dependency.
│ │ From Julia 1.9 onwards, you can query `]why Formatting` to figure out which
│ │ package originally brings it in as a dependency.
│ └ @ Formatting ~/.julia/packages/Formatting/3VxOt/src/Formatting.jl:12
└
See also previous issues:
docs/src/folderstructure.md
is outdated #712Useful tutorials
The text was updated successfully, but these errors were encountered: