-
Notifications
You must be signed in to change notification settings - Fork 18
Reformulation of nitrogen fixation: dependent on plant N uptake and availability of Nmin #193
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
base: master
Are you sure you want to change the base?
Conversation
remove t dependence of N fixation. N fixation is proportional to NPP, which itself is proportional to temperature. I did not find evidence for other models using T dependence.
docs/model-structure.md
Outdated
| $$ | ||
|
|
||
| Nitrogen fixation is represented by adding fixed nitrogen directly to the soil mineral nitrogen pool. This is a reasonable first approximation, consistent with the simplicity of the nitrogen limitation model where limitation only occurs when nitrogen demand exceeds supply. | ||
| <!-- do parameter estimates / ranges go in this doc? in the params doc? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this would be great in the params doc
Alomir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Might want to put the parameter estimate into the params doc, but that can be here in this PR or elsewhere
…N demand modified by Nmin availability
…dit N fixation / N demand description
…I changed some \eqref to \ref
|
@Alomir RE:
I changed the formulation since that note, so didn't carry over this particular value, but drafted a document for priors and default values in #194 so that next time there would be a place to take notes. |
Replace N fixation as f(NPP) with N fixation = f(N demand, N availability).
Any further modifications, other than reversion to N_fix = a * NPP, should be proposed as a separate pull request.
Highlights (from rendered model-structure.md):