Property | Type | Description | |
---|---|---|---|
IDisturbance | int | ||
PartialHarvestDisturbance | Landis.Biomass | ||
PartialHarvestDisturbance | Landis.Core |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
RecordBiomassReduction ( ICohort cohort, int reduction ) : void |
Records the biomass reduction for a particular cohort.
|
|
ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void |
Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.
|
Method | Description | |
---|---|---|
IDisturbance ( ICohort cohort ) : int | ||
PartialHarvestDisturbance ( ) : Landis.Biomass | ||
PartialHarvestDisturbance ( ) : Landis.Core |
public static RecordBiomassReduction ( ICohort cohort, int reduction ) : void | ||
cohort | ICohort | |
reduction | int | |
return | void |
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void | ||
site | Landis.Landscape.ActiveSite | |
stand | Stand | |
return | void |