Method | Description | |
---|---|---|
AddMass ( double inputMass, double inputDecayValue ) : void |
Adds some dead biomass (and associated C/N/P contents) to the pool. The pool's decomposition rate is adjusted by computing a weighted average of the its current decay rate and the decay rate associated with the incoming biomass. |
|
Clone ( ) : Pool | ||
Decompose ( ) : void |
Decomposes the pool's biomass for a year.
|
|
Pool ( ) : Edu.Wisc.Forest.Flel.Util | ||
ReduceMass ( double percentage ) : double |
Reduces the pool's biomass by a specified percentage.
|
public AddMass ( double inputMass, double inputDecayValue ) : void | ||
inputMass | double | |
inputDecayValue | double | |
return | void |
public ReduceMass ( double percentage ) : double | ||
percentage | double | |
return | double |