How to update the depth of the active soil layer in ELM? #7297
Replies: 2 comments 3 replies
-
|
Hi @mpaiao I’ve come across the same issue. I attempted to define the soil depth manually but wasn’t successful. Have you been able to resolve it? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @LianGong98, the depth to bedrock can be defined through the surface file, you can add a variable In addition, my pull request #7319 should allow changing the soil layer depths, also through the surface file. For this you would need to specify the maximum number of active soil layers by updating |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running ELM-FATES for multiple sites across the Amazon and in California, using single-site configuration because I want to drive the model with in situ meteorological observations.
I recently noticed that ELM assumes a fixed soil profile with the number of layers defined by
nlevgrnd=15and going down to ~ 35 m, and a fixed number of active soil layers (nlevsoi=10). If I understood correctly, this means that roots can extract water from the top 10 layers, or the top 2.8 m (or 3.8 m based on the bottom of soil layer 10). Is this correct?Assuming it is, then this depth is somewhat shallower the typical rooting zone in many parts of the Amazon, and also deeper than the sites in the Sierra Nevada. I tried to reset
nlevsoi=15by editing the surface file for a site in the Amazon with very deep soils, however the model did not run:I checked the sub-routine
surfrd_special, and it seems it expects the surface file to have 10 soil layers (as defined bynlevsoifl). I see how I could manually change these defaults and the soil layers, though this is not ideal because it would require hardcoding the changes for each site. Is there a way to reset these soil depth layers settings when I create and set the case? If not, I can try to make a branch that reads in optional fields from the surface file and resets the soil layer settings.If I did not correctly understand the way soils and the rooting zone are defined, any input or guidance would be much appreciated too, thanks!
Beta Was this translation helpful? Give feedback.
All reactions