-
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
Update FATES respiration model #729
Comments
Updating to using the Heskel et al. 2016 temperature sensitivity sounds great! My paper was prior to the Heskel work, so didn't incorporate it. In response to your questions:
|
I took a look at the Atkin Chapter (a comprehensive resource for modelers). It seems the Heskel equation in combination with the Atkin equation see (Fig 6.7) would appear to offer an improved representation in FATES. The Heskel et al 2016 equation is independent of PFT and requires an estimate of ambient leaf temperature to scale Rd25. The Rd25 comes from the Atkin et al 2015 equation and is linked to leaf N content but requires three parameters and an estimate of Tgrowth (over ten days). Some thoughts.
Atkin2017_Chapter_LeafRespirationInTerrestrialBi.pdf |
@mpaiao notes that we are still using some hard-coded parameters for leaf maintenance respiration, see here: comment in his PR: https://github.com/NGEET/fates/pull/800/files?diff=unified&w=1#diff-f62a39ba3dc682263ce52ac5f1bec68ac12bc849e5987c1a793938bb2a1339e8R505-R506 Or source code from sci.1.55.2_api.22.0.0: https://github.com/NGEET/fates/blob/sci.1.55.2_api.22.0.0/biogeophys/FatesPlantRespPhotosynthMod.F90#L503 |
Just wanted to note that I have a branch now that includes the Atkin et al 2017 respiration model as discussed above in this issue. Currently in early testing. |
Hi All-
in various threads and discussions, the topic of the (autotrophic) respiration model in FATES has come up a bunch recently. right now there are a few distinct issues:
I'd like to propose that, for 2-4 above, we add an option to include other respiration forms besides the current one based on Ryan et al 1991. In doing a cursory scan through the literature, it seems like the potential top candidate is this model from an Atkin 2017 book chapter (https://link.springer.com/chapter/10.1007%2F978-3-319-68703-2_6), which combines the long-term acclimation model that CLM5 and others use, with a short-term temperature sensitivity model based on Heskel et al 2016 (https://doi.org/10.1073/pnas.1520282113). I think this is also the formulation that JULES is now using (https://www.nature.com/articles/s41467-017-01774-z). It is however different from the acclimating respiration model in CLM5, which still uses a Q10 for the short-term temperature sensitivity, per @danicalombardozzi's paper https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2015GL065934
A few questions though:
The text was updated successfully, but these errors were encountered: