ClimaLand.jl
ClimaLand.jl copied to clipboard
Clima's Land Model
Follow on to PR #415 - we can also use an optimality model for ci!
This test outputs a lot of warnings and it's annoying. The FileReader and Regridder tests already exercise the code branches that we want to produce these warnings
**Is your feature request related to a problem? Please describe.** When we update the docs, we could also consider making the doc creation "strict" - so that we get failures...
Check to see if we can use the default init methods for the LSMs as well, since we can construct the prognostic vars, types, and domains for all the models,...
When reading in a data file over time, `to_datetime` is called at each timestep to convert the current time of the simulation to a `DateTime`, then to compare this to...
We should fix the code loading in ClimaLSM. Here is a write-up on the preferred form and why: https://github.com/CliMA/policies/wiki/Software-Design-Patterns-(SDPs)#avoid-using-somepkg--import-somepkg-in-src.
**Is your feature request related to a problem? Please describe.** Currently, when a user is running a mixed implicit/explicit simulation, we require them to construct a ClimaTimeSteppers `ClimaODEFunction` manually. Part...
**Is your feature request related to a problem? Please describe.** We currently rely on default comms values set in ClimaCore. These will be deprecated and we should instead pass in...
We removed our old model_usage tutorial because it conflicted with changes we had to make as well as being outside of the land surface modeling field. Add a new tutorial...
**Is your feature request related to a problem? Please describe.** #218 introduces functions used for implicit timestepping. These will soon be moved to ClimaTimeSteppers (see https://github.com/CliMA/ClimaCore.jl/issues/1230), but we should still...