-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define depth of first soil layer used by the abiotic (etc) models based on soil model constant #348
Comments
The depth of the soil layers is defined in the core schemer and initialized by the plant model. We could add the 0.25m as an additional layer or replace it; for the |
I don't think it makes sense to have these two as separate. If |
Or maybe |
What are we currently doing with additional soil layers - is that all hydrology? |
I think so, the soil model doesn't touch them anyway |
I think |
Is your feature request related to a problem? Please describe.
Currently the
soil
model defines a constant (CoreConsts.depth_of_active_soil_layer
) which sets the depth of soil which is considered to be biogeochemically active, i.e. the depth of topsoil simulated in thesoil
model. Theabiotic
/hydrology
models then also define soil layers separately (using config options).@vgro pointed out that this is strange as we really want the first soil layer to correspond to the topsoil simulated by the
soil
model. At present the default options for both are set to 0.25m, but this still would allow users to select different values for the different models.Describe the solution you'd like
I'm not 100% sure if we want to do this, but we could populate the topsoil layer height based on the core
depth_of_active_soil_layer
constant. This would have the advantage that the abiotic environmental information calculated for the 1st soil layer would always correspond to the layer that thesoil
model simulates. The drawback would be that this makes the system more inflexible.The text was updated successfully, but these errors were encountered: