help_en:firelib:speciesfile
Table of Contents
SpeciesFile
The speciesFile is a parameter file for modules relying on the Fire library. It contains all the information to parametrize a species. It can be modified by the user.
The location of the default file is capsis4/data/fireparadox/specieFile for FuelManager and capsis4/data/standfire/specieFile for STANDFIRE
Several record should be set to define a new species. Among them:
Species information record:
Name | Genus | Trait | Tax. Level | Info | SLA | Color (RGB) | CrownGeometry |
---|---|---|---|---|---|---|---|
Pinus halepensis | Pinus | Resineous | 1 | No_info | 6.5 | 0,102,51 | {(0,5);(10,60);(25,100);(50,93);(75,69);(100,0)} |
- SLA: specific leaf area (m2kg-1), used to compute Leaf Area Index (LAI)
- CrownGeometry: List of (relative height in crown (% of (H-CBH)), relative width in crown (% of CD)). Eg: {(0,100);(100,100)} is a cylindric crown.
Particle properties:
ParticleType | Status | SpeciesName | MVR(kgm-3) | SVR(m-1) | MC(%) | source |
---|---|---|---|---|---|---|
Leave | Live | Pinus halepensis | 500 | 6000 | 100 | Unknown |
Twig1 | Live | Pinus halepensis | 500 | 2000 | 100 | Unknown |
Leave | Dead | Pinus halepensis | 500 | 6000 | 10 | Unknown |
Twig1 | Dead | Pinus halepensis | 500 | 2000 | 10 | Unknown |
- MVR: mass to volume ratio (kgm-3)
- SVR: surface to volume ratio (m-1)
- MC: moisture content (% of water mass over dry mass)
Vertical Mass crown profile (z in m, H in m):
- constantAboveCBH()
- constant()
- aover1plusExpbminuscHRELFromGround(a,b,c): cumulative is a/(1+Exp(b-c*z/H)
- aover1plusExpbminusc1minusHRELFromGround(a,b,c): cumulative is a/(1+Exp(b-c(1-z/H))
Particle type | Status | SpeciesName | ProfileType | EquationType | Source |
---|---|---|---|---|---|
Leave | Live | Default | Vertical | constantAboveCBH() | Unknown |
Twig1 | Live | Default | Vertical | constantAboveCBH() | Unknown |
Twig2 | Live | Default | Vertical | constantAboveCBH() | Unknown |
Twig3 | Live | Default | Vertical | constantAboveCBH() | Unknown |
Leave | Dead | Default | Vertical | constantAboveCBH() | Unknown |
Twig1 | Dead | Default | Vertical | constantAboveCBH() | Unknown |
Twig2 | Dead | Default | Vertical | constantAboveCBH() | Unknown |
Twig3 | Dead | Default | Vertical | constantAboveCBH() | Unknown |
Leave | Live | Pinus halepensis | Vertical | aover1plusExpbminuscHRELFromGround (1.045;4.925;8.055) | Mitsopoulos 2007 |
Twig1 | Live | Pinus halepensis | Vertical | aover1plusExpbminuscHRELFromGround (1.059;4.742;7.131) | Mitsopoulos 2007 |
Leave | Dead | Pinus halepensis | Vertical | aover1plusExpbminuscHRELFromGround (1.045;4.925;8.055) | Mitsopoulos 2007 |
Twig1 | Dead | Pinus halepensis | Vertical | aover1plusExpbminuscHRELFromGround (1.059;4.742;7.131) | Mitsopoulos 2007 |
Horizontal Mass crown profile (r in m, CD in m):
- constant()
Particle type | Status | SpeciesName | ProfileType | EquationType | Source |
---|---|---|---|---|---|
Leave | Live | Default | Horizontal | constant() | Unknown |
Twig1 | Live | Default | Horizontal | constant() | Unknown |
Twig2 | Live | Default | Horizontal | constant() | Unknown |
Twig3 | Live | Default | Horizontal | constant() | Unknown |
Leave | Dead | Default | Horizontal | constant() | Unknown |
Twig1 | Dead | Default | Horizontal | constant() | Unknown |
Twig2 | Dead | Default | Horizontal | constant() | Unknown |
Twig3 | Dead | Default | Horizontal | constant() | Unknown |
Plant dimension equations:
H=f(DBH)
- Models for height
- aDBHplusb: H(DBH)=a*DBH+b
- aDBHpowb: H(DBH)=a*DBH^b
- minaDBHpowbcDBHplusd: H(DBH)=min(a*DBH^b;c*DBH+d)
- aplusExpbpluscDBHpowd: H(DBH)=a+exp(b+cDBH^d);
- atimes1minusExpbDBHplusc: H(DBH)= a(1.0-exp(bDBH)) + c;
Dimension | SpeciesName | EquationType | Source |
---|---|---|---|
H | Quercus ilex | aDBHpowb(1.3025;0.5519) | Romane&Terradas+Canadell 1998 |
H | Quercus pubescens | atimes1minusExpbDBHplusc(10.5;-0.125;-1.3) | Tognetti 2003 |
CD=f(DBH, H) and CBH=f(DBH,H)
- aDBHplusb: f(DBH, H)=a*CBH+b
- aDBHpowb: f(DBH, H)=a*DBH^b
- aDBHpowbplusc: f(DBH)=a*DBH^b+c
- aH: f(DBH,H)=aH
- aHTresh: f(DBH,H)=if(H<c;aH;bH)
- hover1plusExpaplusbH: f(DBH,H)=H/(1+exp(a+bH))
Dimension | SpeciesName | EquationType | Source |
---|---|---|---|
CD | Picea mariana | aHThresh(0.6250;0.2727;1.3) | ICFME |
CD | Quercus ilex | aDBHpowb(0.6716;0.7028) | Canadell 1988 |
CBH | Picea mariana | aH(0.25) | ICFME |
Model for biomass f(DBH,H):
Particle type | Status | SpeciesName | EquationType | source |
---|---|---|---|---|
Leave | Live | Pinus halepensis | aDBHpowb(0.0231; 1.81) | Mitsopoulos et dimitrakopoulos 2007 |
Twig1 | Live | Pinus halepensis | aDBHpowb(0.00546; 2.13) | Mitsopoulos et dimitrakopoulos 2007 |
Twig1 | Dead | Pinus halepensis | aDBHpowb(0.000360; 2.62) | Mitsopoulos et dimitrakopoulos 2007 (<2.5 cm) |
help_en/firelib/speciesfile.txt ยท Last modified: 2021/12/13 09:28 by 127.0.0.1