Skip to content
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

temperature criteria for preventing recruitment? #813

Open
rgknox opened this issue Nov 17, 2021 · 2 comments
Open

temperature criteria for preventing recruitment? #813

rgknox opened this issue Nov 17, 2021 · 2 comments

Comments

@rgknox
Copy link
Contributor

rgknox commented Nov 17, 2021

WIth PR #737, we introduce a new filter on recruitment. If the temperature of vegetation is at or below freezing, we cancel the recruitment process and return all mass to the germinated seed pool. This is a nice start, but here are a few specifics to keep in mind:

  1. We are only performing this filter when hydro is on
  2. The temperature diagnostic we are using is:
    a) instantaneous, which is really not ideal because we aren't using local times, so depending on your longitude, you could be using the temperature at midnight or the temperature at noon, or somewhere in between
    b) the vegetation temperature for patch 1. This is also not ideal, the temperature should be associated with the direct environment of the potential recruit. But I held off on making it the current patch in light of issue "a", and the need for a completely new time averaged diagnostic.

We can improve this temperature threshold. Any suggestions?

The "vegetation temperature" we get from CLM & ELM is for the whole patch, which includes vegetation of all sizes. My sense is that maybe upper layer soil temperature is more relevant for new recruits... but maybe not? Also, note that the vegetation heat balance algorithm may or may not take into account the heat capacity of the woody biomass, depending on the HLM and the parameterizations used.

It seems resonable to move this filter to outside of hydro and be applicable to non-hydro simulations, right?

There are different time averages we can perform as well. We could use the average temperature for the last 24 hours (coming soon), or an exponential moving average with any frequency (1 day, 2 day, 5 day?).

Should this filter have similarities with cold phenology filters?

I think @adamhb is planning to introduce a time-averaged temperature filter along with a set of other changes, but I'm not sure on the timeline there.

@adamhb @mariuslam @lmkueppers @JunyanDing @xuchongang @pnlfang

@rosiealice
Copy link
Contributor

Hi @rgknox. Thanks for this. I agree with most of your suggestions, specifically

  1. It would make sense to turn off recruitment when soil is frozen for all versions of FATES

  2. I think we should probably be using soil and not vegetation temperature because the soil is where the seeds are doing their thing and because it has better implicit time averaging.

  3. While 'soil is unfrozen' is maybe a good minimum criteria for establishment, it probably really needs soil to be a little warmer than that.
    In one of his many papers on this subject, Christian Korner mentions 5C at the observed limit for plant growth and 2C as the absolute limit for cell expansion ('Growth at low temperature' paragraph) https://www.sciencedirect.com/science/article/pii/S1369526615000540?casa_token=zGv6FCd-AMIAAAAA:6x57JeIdyIsizzwSl6-ts6U95DlbQVj5ojmMVC3_SrK79GBNSJEbQ2fBXkNZFNqRuNxIna_o8w

I guess my only concern is that there might be some threshold type behaviour that could be prevented with a general 'temperature limitation' scalar on recruitment. Maybe that will be part of @adamhb 's updates but I think it's still a sensible minimum condition.

@adamhb
Copy link
Contributor

adamhb commented Nov 29, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants