Julia Sloan

Results 90 issues of Julia Sloan

**Is your feature request related to a problem? Please describe.** Before updating the implicit solver interface, we see a failure in `_ldiv_serial` when running RichardsModel globally on GPU (see error...

enhancement
GPU

We have RichardsModel stepped implicitly, and now we want to do the same for the full soil model (EnergyHydrologyModel). follows off of RichardsModel work: #224, #528 part of SDI #135...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, fluxnet drivers are stored in a NamedTuple (see [here](https://github.com/CliMA/ClimaLand.jl/blob/main/experiments/integrated/fluxnet/met_drivers_FLUXNET.jl#L94-L102)). It would be nice to have these in a struct...

enhancement

**Is your feature request related to a problem? Please describe.** https://github.com/CliMA/ClimaLSM.jl/pull/431 fixed a bug in the state FieldVector structure, but also introduced a function `filter_nt`. This function takes in a...

enhancement

**Is your feature request related to a problem? Please describe.** We should download all data at beginning of simulation drivers. This will hopefully address the bucket albedo race condition when...

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

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

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