C# Class Landis.Extension.BiomassHarvest.PartialHarvestDisturbance

A biomass disturbance that handles partial thinning of cohorts.
Inheritance: IDisturbance
Exibir arquivo Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Private Properties

Property Type Description
IDisturbance int
PartialHarvestDisturbance Landis.Biomass
PartialHarvestDisturbance Landis.Core

Public Methods

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.

Private Methods

Method Description
IDisturbance ( ICohort cohort ) : int
PartialHarvestDisturbance ( ) : Landis.Biomass
PartialHarvestDisturbance ( ) : Landis.Core

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

RecordBiomassReduction() public static method

Records the biomass reduction for a particular cohort.
public static RecordBiomassReduction ( ICohort cohort, int reduction ) : void
cohort ICohort
reduction int
return void

ReduceCohortBiomass() public static method

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.
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void
site Landis.Landscape.ActiveSite
stand Stand
return void