2.18 Plant Respiration Tech Note edits#3959
Open
katyarjay wants to merge 2 commits into
Open
Conversation
Contributor
|
@olyson can you review this PR? |
olyson
requested changes
Apr 30, 2026
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| Atkin et al. (2016) propose a model for leaf respiration that is based on the leaf nitrogen content per unit area (:math:`NS_{narea}` , gN m\ :sup:`-2` leaf), with an intercept parameter that is PFT dependant, and an acclimation term that depends upon the average temperature of the previous 10 day period :math:`t_{2m,10days}`, in Celsius. | ||
| Maintenance respiration is calculated separately for leaves, live stems, live coarse roots, and fine roots. For leaf maintenance respiration (:math:`CF_{mr\_ leaf}`; gC m\ :sup:`-2` s\ :sup:`-1`), :ref:`Atkin et al. (2016)<Atkin2016>` propose a model that includes an intercept parameter that is PFT-dependent (:math:`i_{atkin,pft}`; see :numref:`Table Atkin leaf respiration model intercept values` for values), a term for leaf nitrogen content per unit area (:math:`NS_{narea}`; gN m\ :sup:`-2` leaf), and an acclimation term that depends on the average temperature of the previous 10 day period (:math:`t_{2m,10days}`; °C). Leaf maintenance respiration is calculated as: |
Contributor
There was a problem hiding this comment.
I'm curious what "CF" stands for (carbon flux)? Maybe I missed it. Similarly, "NS"?
Contributor
Author
There was a problem hiding this comment.
Yes, CF is carbon flux (confirmed by the units). I was wondering if this needed to be defined somewhere but it seemed like other chapters were using it similarly without definition. I added text to clarify that CF= carbon flux.
I'm not sure about "NS" - I assume it stands for nitrogen stock? is 'leaf nitrogen content per unit area (NSarea)' clear enough?
8 tasks
Contributor
|
@katyarjay are you able to address suggestions from Keith's review, or do you want help with this next stage of merging the PR? |
Contributor
Author
|
@wwieder Yes, I'll work on making these changes early next week! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Updates to section 2.18 of the Tech Note, Plant Respiration. Includes some updated text, fixed typos/formatting, and updated references/links. Note that there is a table of PFT-specific parameter values in 2.18.1.1 that will need to be updated with the latest values.
Also note that this was branched from master instead of b4b-dev, so it will appear smaller once b4b-dev is merged.
Specific notes
Contributors other than yourself, if any:
CTSM Issues Fixed (include github issue #): closes Issue #3864
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? No
Does this create a need to change or add documentation? Did you do so? Yes and yes
Testing performed, if any: