kmdeck
kmdeck
## Describe the bug We get incorrect absorbed/reflected/transmitted radiation from `plant_absorbed_pfd` for both of our radiation schemes when the zenith angle is pi/2 or the sun is below the horizon,...
In our tendency functions and Jacobians, we have ``` top_bc = p.top_bc # scalar field bottom_bc = p.bottom_bc # scalar field divf2c = Operators.DivergenceF2C( top = Operators.SetValue(Geometry.WVector.(top_bc)), bottom = Operators.SetValue(Geometry.WVector.(bottom_bc)),)...
**Is your feature request related to a problem? Please describe.** We dont use this option, so it was not a priority, but we should reduce the allocations of fields in...
When running the Richards and Bucket benchmark CI runs, the computed average time in a build can vary by large amounts (larger than the standard deviation within a build) from...
**Is your feature request related to a problem? Please describe.** see https://gmd.copernicus.org/articles/4/701/2011/
**Is your feature request related to a problem? Please describe.** Consider CLM scheme
**Is your feature request related to a problem? Please describe.** Revisit how we compute the moisture stress factor for photosynthesis. In particular, at the Ozark site, it looks quite bad.
- Add SNOWMIP data - create script that runs the model at each site and computes metrics, plots, that will be easy to compare when we make adjustments to the...
Now that we have a basic standalone snow model, we need to integrate it with the other components. We will do this in two stages - integrate with soil #629...
Currently, the bucket model and clima atmos make their own parameter structs. There are common parameters between them, though, that could be overwritten (e.g. clima atmos decides to simulate a...