Lack of establishment in bare ground simulations #985
Replies: 4 comments 3 replies
-
So I guess the strange thing is that if the plants get past the first year, then they do relatively OK? This seems to suggest that either there is a problem around the initial conditions (of storage, temperature, water content, etc) or thst there is a problem just with the plants being small? I wonder thus if it's worth testing a larger minimum size, to see if simply growing larger (and maybe having more leaves and/or storage compared to other tissues) allow survival.
|
Beta Was this translation helpful? Give feedback.
-
I've seen this type of thing as well in tropical simulations. Some thoughts:
Some ideas that were "kicked" around on during the meeting:
|
Beta Was this translation helpful? Give feedback.
-
Just one other thought in addition to the great comments above. The difference between starting in January vs. June makes me think the issue could have something to do with the drought and cold phenology flags in the recruitment subroutine (see here)? If January is a "cold" season then, depending on the pft, would start with leaves off which could lead to carbon starvation, which wouldn't happen in June? Just a thought! |
Beta Was this translation helpful? Give feedback.
-
This issue has mostly been fixed by starting runs in June, increasing initial soil moisture and initializing the run with large trees (DBH 50 cm). I’ll make a PR for the large tree size initialisation as it might be a useful feature for speeding up spin up in no comp (it won’t work in full fates). This works by setting the initial_density parameter as a negative and interpreting it to mean (positive) initial DBH, then calculating the cohort number density needed to give a closed canopy. I increased soil moisture in ELM here: https://github.com/E3SM-Project/E3SM/blob/b30a6a0cb3e610f80a00cd0fcdbfffab7044df54/components/elm/src/data_types/ColumnDataType.F90#L1619 by switching use_fates_planthydro to use_fates. Maybe we can make this the default? Results for a control, high soil moisture, large size, and large size + high soil moisture run are here: https://github.com/adrifoster/fates-global-cal/blob/main/jupyter_ppe_scripts/jessie_scripts/Atkin_dbhinit_soilmoisture.ipynb Even with all these changes some grid cells look like they will still have low biomass (I’ve only run for 10 years so far). There are also still a few grid cells that have reasonable GPP in SP mode but very low Veg C in fixed biogeography no comp mode, suggesting there is still something weird with the carbon balance in these sites. |
Beta Was this translation helpful? Give feedback.
-
I’ve been running global FATES in fixed biogeography no comp mode and am finding that a bunch of places that should have forests have extremely low biomass. I’m spinning up from bare ground and the problem seems to be lack of establishment. In some places starting the run in June rather than January will allow plants to grow. However, in most sites the lack of establishment seems to be caused by very high termination mortality in the first few time steps. I tried turning off all mortality except termination mortality, and then all but one termination mortality term at a time. It looks like in most places mortality is triggered by this line:
fates/biogeochem/EDCohortDynamicsMod.F90
Line 816 in da1f7f7
Some slides on my attempts to figure out this issue are here:
https://docs.google.com/presentation/d/1tkhwVAYqVq_YYavTc65792AKrNRlqRBQsuOTk0mVjZ4/edit?usp=sharing
At the FATES software meeting today @adrifoster reported seeing a similar lack of establishment in some NEON simulations.
We discussed ways to make cold start simulations a bit more robust. Options included:
There is also the issue of what to do with plants that have negative storage.
Noting this here so folks can chime in with suggestions.
Beta Was this translation helpful? Give feedback.
All reactions