iLand
|
FireRUData contains data items for resource units. More...
#include <firemodule.h>
Public Member Functions | |
FireRUData () | |
void | setup (const ResourceUnit *ru) |
bool | valid () const |
returns false if the cell is not a valid resource unit (outside of project area) More... | |
bool | allowIgnition () const |
void | reset () |
double | kbdi () const |
double | kbdiRef () const |
double | baseIgnitionProbability () const |
double | managementSuppression () const |
const ResourceUnit * | ru () const |
Public Attributes | |
struct { | |
int fire_id | |
int n_trees_died | |
number of trees that are killed More... | |
int n_trees | |
number of trees that are on burning cells More... | |
int n_cells | |
number of burning cells More... | |
int n_cum_fire | |
number of fire events affecting the resource unit More... | |
int year_last_fire | |
the year of the last fire event on the RU More... | |
double died_basal_area | |
basal area (m2) of died trees More... | |
double basal_area | |
basal area (m2) of all trees on burning pixels More... | |
double fuel_moss | |
average affected moss biomass (kg/ha) More... | |
double fuel_ff | |
average fuel fine material (kg/ha) More... | |
double fuel_dwd | |
average fuel dead wood (kg/ha) More... | |
double crown_kill | |
average crown kill percent More... | |
double avg_dbh | |
average dbh (arithmetic mean) and limited to threshold More... | |
} | fireRUStats |
Friends | |
class | FireModule |
class | FireLayers |
FireRUData contains data items for resource units.
Data items include: parameters (KBDIref, ...) fuel values
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void FireRUData::setup | ( | const ResourceUnit * | ru | ) |
|
inline |
returns false if the cell is not a valid resource unit (outside of project area)
|
friend |
|
friend |
double FireRUData::avg_dbh |
average dbh (arithmetic mean) and limited to threshold
double FireRUData::basal_area |
basal area (m2) of all trees on burning pixels
double FireRUData::crown_kill |
average crown kill percent
double FireRUData::died_basal_area |
basal area (m2) of died trees
int FireRUData::fire_id |
struct { ... } FireRUData::fireRUStats |
double FireRUData::fuel_dwd |
average fuel dead wood (kg/ha)
double FireRUData::fuel_ff |
average fuel fine material (kg/ha)
double FireRUData::fuel_moss |
average affected moss biomass (kg/ha)
int FireRUData::n_cells |
number of burning cells
int FireRUData::n_cum_fire |
number of fire events affecting the resource unit
int FireRUData::n_trees |
number of trees that are on burning cells
int FireRUData::n_trees_died |
number of trees that are killed
int FireRUData::year_last_fire |
the year of the last fire event on the RU