-
Notifications
You must be signed in to change notification settings - Fork 92
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
Bare ground establishment problem and increased soil moisture #994
Comments
4 tasks
PR for ELM is here: |
peterdschwartz
added a commit
to E3SM-Project/E3SM
that referenced
this issue
Apr 3, 2023
… (PR #5508) This PR changes the condition for a higher initial value of soil moisture so that all FATES runs, not just FATES-Hydro, will be initialized with higher soil moisture. This is to improve the establishment of forest in bare ground simulations. See FATES issue here NGEET/fates#994 and discussion here NGEET/fates#985. [non-BFB] for FATES only
peterdschwartz
added a commit
to E3SM-Project/E3SM
that referenced
this issue
Apr 5, 2023
This PR changes the condition for a higher initial value of soil moisture so that all FATES runs, not just FATES-Hydro, will be initialized with higher soil moisture. This is to improve the establishment of forest in bare ground simulations. See FATES issue here NGEET/fates#994 and discussion here NGEET/fates#985. [non-BFB] FATES only
github-project-automation
bot
moved this from 🟢 In Progress
to ✔ Done
in FATES issue board
May 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is related to discussion #985 . Two changes that improve the lack of bare ground establishment in some grid cells is to initialise the run with large trees rather than seedlings, and to increase initial soil moisture.
I will make a PR with changes that allow for no comp mode to be initialised with large trees.
Soil moisture initialisation is on the HLM side so will need ELM and CLM PRs.
ELM code here:
https://github.com/E3SM-Project/E3SM/blob/b30a6a0cb3e610f80a00cd0fcdbfffab7044df54/components/elm/src/data_types/ColumnDataType.F90#L1619
Not sure about the CLM side.
I suggest changing use_fates_planthydro to use_fates so that higher soil moisture is default for all FATES runs.
The text was updated successfully, but these errors were encountered: