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

sapwood and respiration #392

Open
ckoven opened this issue Jun 1, 2018 · 8 comments
Open

sapwood and respiration #392

ckoven opened this issue Jun 1, 2018 · 8 comments

Comments

@ckoven
Copy link
Contributor

ckoven commented Jun 1, 2018

The sapwood values we've been using are unrealistically small (default parameter values for fates_allom_latosa_int and fates_allom_latosa_slp). However, I've found that if I put in reasonable values, the respiratory costs become too high and the plants die off. I think this is because the plants are using fine root C:N for their sapwood respiration (under the assumption, like leaves and roots, that maintenance respiration scales with total N content). Code here: https://github.com/NGEET/fates/blob/master/biogeophys/FatesPlantRespPhotosynthMod.F90#L522

But the fine root C:N ratios are quite low (default value 42). There are published obs of this value that are much higher, e.g. here: https://nph.onlinelibrary.wiley.com/doi/pdf/10.1111/nph.12943 which report median sapwood C:N for tropical trees at 210 gC/gN. So I propose to add a new wood C:N ratio parameter and use this for the maintenance respiration rates for live stem and coarse roots.

@ckoven
Copy link
Contributor Author

ckoven commented Jun 1, 2018

realizing this is partial overlap with #335

@rosiealice
Copy link
Contributor

rosiealice commented Jun 1, 2018 via email

@ckoven
Copy link
Contributor Author

ckoven commented Jun 1, 2018

ok, so I just did a first attempt at this, commit 4724747. I changed latosa to 0.5 and made woodcn 210. Interestingly, the trees still die, or at least the big ones do anyway. What appears to be going on is that, since sapwood cross-sectional area scales with LAI, it means that stem respiration per tree scales with LAI * height, whereas all other maintenance respiration scales with LAI. So the value of latosa and woodcn seem to define a maximum survivable height. which is kind of interesting if it is qualitatively correct behavior; but also suggests that maybe the hypothesis that wood N determines maintenance respiration isn't correct, if we are using realistic values of wood C:N and sapwood area parameters?

a possible solution is to further increase the value of wood C:N until we have reasonable stem respiration rates? we are going to need to sort this out for FATES-hydro if we are to have reasonable sapwood conductance...

@rosiealice
Copy link
Contributor

rosiealice commented Jun 1, 2018 via email

@ckoven
Copy link
Contributor Author

ckoven commented Jun 6, 2018

@rosiealice thanks for sending that. it does seem like we may need to include a sapwood taper term in order to have reasonable respiratory costs of sapwood. a couple questions we ought to discuss:

  1. in the interest of minimizing new parameters, maybe we should go for a linear taper model (i.e. effectively just multiplying the volume by 0.5) rather than the more complex ones in that paper?
  2. do you/anyone know of observations of sapwood area taper in tropical forest trees?
  3. if we do this, should we include the sapwood area taper in the hydro code too (or is it already?) my reading of that code (here: https://github.com/NGEET/fates/blob/master/biogeophys/FatesPlantHydraulicsMod.F90#L379 ) says that it is assuming a cylindrical rather than a tapered sapwood model.

cc @bchristo @xuchongang

@rgknox
Copy link
Contributor

rgknox commented Jun 6, 2018

One thing to note @ckoven , is that sapwood in our model extends below ground, so it it scaled not just by height, but by height/agb_frac.

Perhaps the we should scale the volume by 0.5 for just the above ground portion? I guess we have not had too many conversation on how how below-ground, non-fine, live-tissues really function (in terms of resource demands).

@bchristo
Copy link

bchristo commented Jun 6, 2018

The hydro code does not assume any sapwood taper, so yes, for consistency we should include whatever taper parameter there as well as here

I am not aware of any sapwood volume and/or taper studies, but htat doesn't mean there aren't some out there -- the main ones I'm familiar with are Calvo-Alvarado et al. 2003 and Ryan et al. 1994 Oecologia (respiration and sapwood volume, which was derived rather simply from sapwood depth).

@ckoven ckoven mentioned this issue Jul 6, 2018
5 tasks
@bchristo
Copy link

Just an observation regarding @ckoven 's observation that in the model sapwood scales with LAI*H

Of the five species in Calvo-Alvarado et al. 2008, four of them had increasing leaf area:sapwood area ratios with height. Depending on the value of that slope, it may partially cancel the effect of multiplying by height again to get the sapwood volume...

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

4 participants