ClimaLand.jl icon indicating copy to clipboard operation
ClimaLand.jl copied to clipboard

Clima's Land Model

Results 155 ClimaLand.jl issues
Sort by recently updated
recently updated
newest added

Follow on to PR #415 - we can also use an optimality model for ci!

enhancement

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

enhancement

**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...

documentation
enhancement

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,...

enhancement

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...

enhancement

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.

bug

**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...

enhancement

**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...

enhancement

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...

enhancement

**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...

enhancement