From dfbc798145ccc647aeeb7e2096d300aa7f9f732b Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Wed, 6 May 2026 14:17:04 -0700 Subject: [PATCH] Fix indentation preventing `\end{equation}` from rendering --- docs/model-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/model-structure.md b/docs/model-structure.md index e791ed42..af73628b 100644 --- a/docs/model-structure.md +++ b/docs/model-structure.md @@ -149,8 +149,8 @@ Note that $\alpha_i$ are specified input parameters and $\sum_i{\alpha_i} = 1$. - F^C_{\text{harvest,removed,}i} - F^C_{\text{litter,}i} - \label{eq:Zobitz_3} - \end{equation} +\label{eq:Zobitz_3} +\end{equation} This is equation (3) from Zobitz, et al. (2008), augmented with the harvest and litter terms. Summing over all plant pools shows that NPP is partitioned into biomass growth, removed harvest, and litter production.