We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will replace the detritus component with explicit particulate and dissolved organic matter pools.
$$ \begin{equation} \partial_t \mathrm{DOC} = \sum_j M_j^{\mathrm{DOM}} + g^{\mathrm{DOC}} - R_{\mathrm{DOC}} \end{equation} $$
$$ \begin{equation} \partial_t \mathrm{DOR} = \sum_j M_j^{\mathrm{DOM}} Q_j^{{\mathrm{R}}} + g^{\mathrm{DOR}} - R_{\mathrm{DOR}} \end{equation} $$
$$ \partial_t \mathrm{POC} = \sum_j M_j^{\mathrm{POM}} + g^{\mathrm{POC}} - \sum_j U_j^{\mathrm{POC}} - R_{\mathrm{POC}} $$
$$ \partial_t \mathrm{POR} = \sum_j M_j^{\mathrm{POM}} Q_j^{\mathrm{R}} + g^{\mathrm{POR}} - \sum_j U_j^{\mathrm{POR}} - R_{\mathrm{POR}} $$
This will require:
#21 and #18
Here R=any nutrient and could be used to represent N, P, or Fe.
R=any nutrient
The text was updated successfully, but these errors were encountered:
nanophyto
No branches or pull requests
This will replace the detritus component with explicit particulate and dissolved organic matter pools.
This will require:
#21 and #18
Here
R=any nutrient
and could be used to represent N, P, or Fe.The text was updated successfully, but these errors were encountered: