Fix and standardize parameters.md — notation, tables, units, and row numbering#203
Fix and standardize parameters.md — notation, tables, units, and row numbering#203dlebauer merged 49 commits intoPecanProject:masterfrom
Conversation
|
hey @dlebauer please review this pr |
|
Looking at this PR, it has a commit that splits maintenance respiration, so it modifies state.h and sipnet.c. Should those changes be included in this PR? |
|
Hi @mswilburn |
dlebauer
left a comment
There was a problem hiding this comment.
@ayushman1210 - I've asked @mswilburn to review this PR, and it seems like she is wrapping up her review. I haven't done a complete review yet, but wanted to add a few notes and questions that came up during my initial pass. Thanks again for this effort!
mswilburn
left a comment
There was a problem hiding this comment.
Some changes requested. Additional comment - please review superscript notation in all parameter tables. Some are not resolving as superscripts such as Initial Nitrogen Content units in Initial State Values table. There are other places where this happening.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
A few more updates; documented the leaf-water cap and fixed units (mm-->cm) in docs and source |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
hi @dlebauer i have updated the parameter.md and model.md as per your suggestion |
| | | $SLW$ | Specific Leaf Weight (leaf carbon per unit leaf area) | | ||
|
|
||
| ### Subscripts (Temporal, Spatial, or Contextual Identifiers) | ||
| **Note on superscripts:** Most variables use superscripts for process context (e.g., $X^{\text{growth}}$ for growth respiration). However, certain fluxes follow established scientific conventions and are written without superscripts: carbon fluxes ($NPP$, $GPP$, $R_H$, $R_A$) and water fluxes ($ET$, $T$). These terms are widely used in the scientific literature as standard measurements and retain this notation even when combined with subscripts (e.g., $R_{H,\text{litter}}$). |
There was a problem hiding this comment.
Transpiration is now using flux notation, please remove
| | Symbol | Parameter Name | Definition | Units | Notes | | ||
| | --------------------------- | --------------------- | --------------------------------------------------------------- | -------- | ------------------ | | ||
| | $\alpha_{\text{fine root}}$ | fineRootAllocation | Fraction of $NPP$ allocated to fine roots | unitless | | | ||
| | $\alpha_{\text{coarse root}}$ | | Fraction of $NPP$ allocated to coarse roots | unitless | Calculated internally from remainder: $\alpha_{\text{coarse root}} = 1 - \alpha_{\text{leaf}} - \alpha_{\text{wood}} - \alpha_{\text{fine root}}$ | |
There was a problem hiding this comment.
Named coarseRootAllocation
Mikki approved today; its not easy to find and resolve outstanding change requests but the changes have been implemented.
|
That was a big effort and a huge improvement in our documentation. Thanks you @ayushman1210 and @mswilburn! |
|
Woohoo! It looks great! |
|
Happy to contribute and excited to keep contributing more in the future !! |
##Summary:
##What I changed (high level):
-Minor
fixes #81