Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Maintenance respiration Q10 for C4 grasses (Ryan 1991) #1127

Closed
mpaiao opened this issue Dec 8, 2023 · 1 comment
Closed

Maintenance respiration Q10 for C4 grasses (Ryan 1991) #1127

mpaiao opened this issue Dec 8, 2023 · 1 comment

Comments

@mpaiao
Copy link
Contributor

mpaiao commented Dec 8, 2023

I was just checking the Ryan (1991) leaf maintenance respiration subroutine, and I noticed that the reference value at 25°C is calculated from the original reference at 20°C using a Q10 = 1.5

lmr25top = EDPftvarcon_inst%maintresp_leaf_ryan1991_baserate(ft) * (1.5_r8 ** ((25._r8 - 20._r8)/10._r8))
lmr25top = lmr25top * lnc_top / (umolC_to_kgC * g_per_kg)

However, when the respiration is calculated for C4 grasses, the actual Q10 used is 2.0:

! temperature sensitivity of C4 plants
lmr = lmr25 * 2._r8**((veg_tempk-(tfrz+25._r8))/10._r8)
lmr = lmr / (1._r8 + exp( 1.3_r8*(veg_tempk-(tfrz+55._r8)) ))

Perhaps we would want to use the same value in both cases? I have the impression this is making the reference respiration to be less than intended for C4 grasses...

@glemieux
Copy link
Contributor

Consensus is to continue to discuss this and come back to it later.

@NGEET NGEET locked and limited conversation to collaborators Dec 18, 2023
@glemieux glemieux converted this issue into discussion #1137 Dec 18, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants