source: branches/publications/ORCHIDEE_2.2_r7266/ORCHIDEE/DOC/ORCHIDEE/src_stomate/lpj_establish/equation_lpj_establish.tex @ 7541

Last change on this file since 7541 was 7541, checked in by fabienne.maignan, 2 years ago
  1. Zhang publication on coupling factor
File size: 1.4 KB
Line 
1\begin{equation}
2FPC = \frac{CN \cdot IND}{FRAC} \cdot \left[ 1 - \exp \left( -1 \cdot 
3    LM_{\rm max} \cdot SLA \cdot coff \right) \right]
4\end{equation}
5where $FPC$ is foliage projective cover (``fpc\_nat'' in source code),
6$CN$ crown area (cn\_ind; m$^{2}$), $IND$ number of individuals (ind;
7m$^{-2}$), $FRAC$ total fraction occupied by natual vegetation
8(fracnat), $LM_{\rm max}$ maximum leaf mass in last year
9(lm\_lastyearmax; g C m$^{-2}$), $SLA$ specific leaf area (sla;
10m$^{2}$ (g C)$^{-1}$), and $coff$ coefficient (ext\_coeff).
11
12\begin{equation}
13  EST_{\rm tree} = EST_{clm} \left[1 - \exp \left( -5 \cdot (1 - FPC_{\rm woody})
14    \right) \right] \cdot (1 - FPC_{\rm woody})
15\end{equation}
16where $EST_{\rm tree}$ is maximum tree establishment rate
17(estab\_rate\_max\_tree), $EST_{clm}$ maximum tree establishment rate
18controled by climate (estab\_rate\_\\max\_climate\_tree), $FPC_{\rm
19  woody}$ total woody FPC (sumfpc\_wood).
20
21\begin{equation}
22  EST_{\rm grass} = \max \left[  \min \left[ EST_{clm}, 0.98 - FPC_{\rm sum} \right],
23    0 \right]
24\end{equation}
25where $EST_{\rm grass}$ is maximum grass establishment rate
26(estab\_rate\_max\_grass) and $FPC_{\rm sum}$ total natural fpc
27(sumfpc).
28
29\begin{equation}
30FPC = \min \left[ 1, CN \right] \cdot IND \cdot \max \left[ 1 - \exp 
31  \left( -coff \cdot LAI \right), MIN_{\rm cover} \right]
32\end{equation}
33where $MIN_{\rm cover}$ is fraction of crown area invaded by other
34trees (min\_cover = 0.05)
35
36
37
Note: See TracBrowser for help on using the repository browser.