SORTIE Java Interface  1
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
sortie.data.funcgroups.disturbance.CompetitionHarvest Class Reference

Corresponds to the clCompetitionHarvest class. More...

Inheritance diagram for sortie.data.funcgroups.disturbance.CompetitionHarvest:
sortie.data.funcgroups.Behavior

Public Member Functions

 CompetitionHarvest (GUIManager oManager, BehaviorTypeBase oParent, String sDescriptor, String sParFileTag, String sXMLRootString) throws ModelException
 Constructor. More...
 
void changeOfSpecies (int iOldNumSpecies, int[] p_iIndexer, String[] p_sNewSpecies) throws ModelException
 Overridden for lambda management. More...
 
void validateData (TreePopulation oPop) throws ModelException
 Validates the data prior to writing it. More...
 
void copySpecies (int iSpeciesCopyFrom, int iSpeciesCopyTo) throws ModelException
 Updates competition harvest lambdas. More...
 
ArrayList< BehaviorParameterDisplayformatDataForDisplay (TreePopulation oPop)
 Overridden to remove the competition harvest lambdas that aren't necessary, but put them back afterwards; and to get the latest tree initial conditions size classes for the tree vigor quality classifier. More...
 
- Public Member Functions inherited from sortie.data.funcgroups.Behavior
GUIManager getGUIManager ()
 
 Behavior (GUIManager oManager, BehaviorTypeBase oParent, String sDescriptor, String sParFileTag, String sXMLRootString, String sHelpFileString)
 Constructor. More...
 
abstract void validateData (TreePopulation oPop) throws ModelException
 Override this to implement data checking. More...
 
void callSetupDialog (JDialog jParent, MainWindow oMain)
 Override this to call a specific setup dialog for this behavior. More...
 
int getNumberOfDataObjects ()
 Gets the number of managed data objects. More...
 
ModelData getDataObject (int iInd)
 Gets the managed data object at a particular index. More...
 
void validate () throws ModelException
 Behavior performs an internal check to make sure its settings are consistent and logical. More...
 
void setListPosition (int iListPosition) throws ModelException
 Sets the behavior list position. More...
 
int getListPosition ()
 Gets the behavior list position. More...
 
String getXMLParametersRoot ()
 Gets the XML parameter root string. More...
 
int getNumberNewDataMembers ()
 
DataMember getNewTreeDataMember (int iIndex) throws ModelException
 
void setCanApplyTo (int iType, boolean bCanApply)
 Sets whether this behavior can apply to a given tree type. More...
 
String getParameterFileBehaviorName ()
 Gets the parameter file name for this behavior. More...
 
double getVersion ()
 Gets behavior's parameter file version. More...
 
double getMinimumVersion ()
 Gets behavior's parameter file minimum version. More...
 
String getDescriptor ()
 Gets the descriptor string. More...
 
String getHelpFileString ()
 Gets the help file UD. More...
 
void setDescriptor (String s)
 Sets the descriptor string. More...
 
int getNumberOfCombos ()
 Gets the number of species/type combos to which this behavior applies. More...
 
int getNumberOfGrids ()
 Gets the number of grids to which this behavior applies. More...
 
void deleteSpeciesTypeCombo (int iIndex) throws ModelException
 Deletes the SpeciesTypeCombo at the given index. More...
 
void deleteSpeciesTypeCombo (SpeciesTypeCombo oCombo) throws ModelException
 Deletes a SpeciesTypeCombo. More...
 
void clearSpeciesTypeCombos ()
 Empties the species/type combo list. More...
 
SpeciesTypeCombo getSpeciesTypeCombo (int iIndex) throws ModelException
 Returns the SpeciesTypeCombo at the given index of the species/type combo list. More...
 
Grid getGrid (int iIndex) throws ModelException
 Returns the Grid at the given index of the grid applies to list. More...
 
ModelData getRequiredData (int iIndex)
 Returns the required data object at a given index. More...
 
int getNumberOfRequiredDataObjects ()
 Gets the number of required data objects for this behavior. More...
 
void addSpeciesTypeCombo (SpeciesTypeCombo oCombo) throws ModelException
 Adds a new species/type combo to the list to which this behavior applies. More...
 
void addGrid (Grid oGrid, boolean bReplace)
 Adds a new Grid to the list to which this behavior applies. More...
 
void addRequiredData (ModelData oData)
 Adds a piece of required data to the list. More...
 
boolean [] getWhichSpeciesUsed (TreePopulation oPop)
 Returns which species to which this behavior is applied. More...
 
boolean setVectorValueByXMLTag (String sXMLTag, String sXMLParentTag, ArrayList< String > p_oData, String[] p_sChildXMLTags, boolean[] p_bAppliesTo, Attributes oParentAttributes, Attributes[] p_oAttributes) throws ModelException
 Sets a data vector's value. More...
 
boolean setSingleValueByXMLTag (String sXMLTag, String sXMLParentTag, Attributes oAttributes, Object oData) throws ModelException
 Sets a data object's value. More...
 
ModelData findObjectByXMLTag (String sXMLTag)
 Finds an object based on its XML tag. More...
 
void copySpecies (int iSpeciesCopyFrom, int iSpeciesCopyTo) throws ModelException
 Copies one species to another. More...
 
void writeXML (BufferedWriter jOut, TreePopulation oPop) throws ModelException
 Writes the XML data to a parameter file for the behaviors owned by this object. More...
 
void writeSpeciesSpecificValue (BufferedWriter jOut, ModelVector p_oData, TreePopulation oPop) throws java.io.IOException, ModelException
 Writes a set of species-specific float values to a parameter file. More...
 
void writeSpeciesSpecificValue (BufferedWriter jOut, ModelVector p_oData, TreePopulation oPop, boolean[] p_bFlags) throws java.io.IOException, ModelException
 Writes a set of species-specific values to a parameter file for a certain subset of species. More...
 
void readXMLParentTag (String sXMLTag, Attributes oAttributes) throws ModelException
 Accepts an XML parent tag (empty, no data) from the parser. More...
 
void changeOfSpeciesName (String sOldSpecies, String sNewSpecies)
 Performs any necessary tasks associated with changing the name of a species. More...
 
void changeOfSpecies (int iOldNumSpecies, int[] p_iIndexer, String[] p_sNewSpecies) throws ModelException
 Triggered when there is a change in the species list. More...
 
boolean getMustHaveTrees ()
 Gets whether this behavior must have trees. More...
 
ModelData findObjectByDescriptor (String sDescriptor)
 Finds an object based on its descriptor. More...
 
void writeBehaviorNode (BufferedWriter out, TreePopulation oPop) throws ModelException
 Writes behavior tags to the parameter file. More...
 
ArrayList< BehaviorParameterDisplayformatDataForDisplay (TreePopulation oPop)
 Formats data for display in a set of JTables. More...
 
String getAppliedToForDisplay (TreePopulation oPop)
 Get which species/types this behavior applies to, in a display-friendly format truncated to 250 chars. More...
 
void readDataFromDisplay (ArrayList< BehaviorParameterDisplay > oData, TreePopulation oPop) throws ModelException
 Reads in data from the parameter display window. More...
 
boolean canBeDuplicated ()
 Whether or not this behavior can be duplicated in the run. More...
 
void endOfParameterFileRead ()
 Called at the end of the parameter file read process. More...
 
void changeOfPlotResolution (float fOldX, float fOldY, float fNewX, float fNewY) throws ModelException
 Performs any tasks associated with a change of plot resolution. More...
 
setupType getSetupType ()
 
void writeParametersToTextFile (FileWriter jOut, TreePopulation oPop) throws IOException
 Writes the parameters for the behavior to file, using the same system as the basic parameter display and entry system. More...
 

Protected Attributes

ModelVector mp_fCompHarvMaxRadius
 Competition harvest - maximum crowding radius - species specific. More...
 
ModelVector mp_fCompHarvProportion
 Competition harvest - proportion of each species to cut as a value between 0 and 1 - species specific. More...
 
ModelVector mp_fCompHarvAlpha
 Competition harvest - neighbor DBH effect (alpha) parameter for competition calculation - species specific - required for all species. More...
 
ModelVector mp_fCompHarvBeta
 Competition harvest - neighbor distance effect (beta) parameter for competition calculation - species specific - required for all species. More...
 
ModelVector mp_fCompHarvGamma
 Competition harvest - size sensitivity to competition parameter (gamma) for competition calculations - species specific - required for all species. More...
 
ModelVector mp_fCompHarvC
 Competition harvest - crowding effect slope (C) - species specific - required for all species. More...
 
ModelVector mp_fCompHarvD
 Competition harvest - crowding effect steepness (D) - species specific - required for all species. More...
 
ModelFloat m_fCompHarvQ
 Competition harvest - NCI DBH divisor. More...
 
ModelFloat m_fCompHarvMinDBH
 Competition harvest - minimum DBH for harvesting. More...
 
ModelFloat m_fCompHarvMaxDBH
 Competition harvest - maximum DBH for harvesting. More...
 
ModelEnum m_iCompHarvHarvType
 Competition harvest - type of harvest - 0 = fixed interval, 1 = fixed BA threshold with fixed amount to cut, 2 = fixed BA threshold with percentage to cut. More...
 
ModelFloat m_fCompHarvCutAmount
 Competition harvest - cut amount - if this is a fixed interval harvest, this is the amount to which the plot is cut back, in m2/ha of basal area; if this is a fixed BA threshold harvest with fixed amount to cut, this is that amount to cut; if this is a fixed BA threshold harvest with percentage to cut, this is the proportion to cut between 0 and 1. More...
 
ModelInt m_iCompHarvMinInterval
 Competition harvest - for fixed BA threshold harvests, the minimum interval between harvests. More...
 
ModelInt m_iCompHarvInterval
 Competition harvest - for fixed interval threshold harvests, the threshold. More...
 
ModelFloat m_fCompHarvBAThreshold
 Competition harvest - for fixed basal area threshold harvests, the threshold. More...
 
ModelString m_sCompHarvFilename
 Competition harvest - filename for list of trees harvested - optional. More...
 
- Protected Attributes inherited from sortie.data.funcgroups.Behavior
GUIManager m_oManager
 GUIManager object. More...
 
BehaviorTypeBase m_oParent
 Parent manager. More...
 
ArrayList< ModelDatamp_oAllData = new ArrayList<ModelData>()
 All data for this object. More...
 
ArrayList< SpeciesTypeCombomp_oTreesAppliesTo = new ArrayList<SpeciesTypeCombo>(0)
 A set of SpeciesTypeCombo objects to which this behavior is applied - or none if it is not applied to trees. More...
 
ArrayList< Integer > mp_iGridsAppliesTo = new ArrayList<Integer>(0)
 A set of hashcodes of the Grids to which this behavior is applied - or none if it is not applied to grids. More...
 
ArrayList< DataMembermp_oNewTreeDataMembers = new ArrayList<DataMember>(0)
 The new tree data members that this behavior adds, above and beyond the basic tree population data members. More...
 
boolean m_bCanBeDuplicated = true
 Whether or not this behavior can have multiple copies in a run or not. More...
 
String m_sDescriptor = ""
 This is what will be displayed as the name of a given behavior in the GUI. More...
 
String m_sParFileTag = ""
 String which is used to identify this behavior in the parameter file. More...
 
String m_sXMLRootString = ""
 XML tag to surround this behavior's data. More...
 
String m_sHelpFileString = ""
 Help file topic identifier string. More...
 
boolean [] mp_bCanApplyToTreeType
 For each tree type, whether or not this behavior can be applied to it. More...
 
double m_fVersion = 1.0
 Version of this behavior. More...
 
double m_fMinVersion = 1.0
 Minimum version of this behavior. More...
 
int m_iListPosition = -1
 This behavior's position in the behavior list. More...
 
setupType m_iBehaviorSetupType
 

Private Member Functions

void gridSetup (String[] p_sSpeciesNames) throws ModelException
 Sets up the grid. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from sortie.data.funcgroups.Behavior
static void setVectorValues (ModelVector oData, Float[] p_fValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Float[] p_fValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Double[] p_fValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Double[] p_fValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Integer[] p_iValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, String[] p_sValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, String[] p_sValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Integer[] p_iValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector p_oData, ArrayList< String > p_oValuesToSet, boolean[] p_bAppliesTo) throws ModelException
 Sets the values for vector variables. More...
 
static void writeDataToFile (BufferedWriter ojOut, ModelData oData) throws java.io. IOException
 Writes a piece of data to an XML file. More...
 
static Object [] formatBlankHeaderRow (Object[][] p_oTable)
 Creates a blank header row for a table. More...
 
static Object [][] formatDataAsComboBox (Object[][] p_oExisting, ModelEnum oToFormat)
 Adds a value with combo box formatting to an Object array for display in a JTable. More...
 
static String formatComboBoxString (ModelEnum oToFormat)
 Formats a combo box string from a ModelEnum. More...
 
static void addDataObjectToDisplayArrays (ModelData p_oDataObject, ArrayList< ModelData > p_oSingles, ArrayList< ArrayList< SpeciesSpecific >> p_oSpeciesSpecific, boolean[] p_bAppliesTo)
 Adds a data object to the arrays which will eventually display run parameters in a set of tables. More...
 
static Object [][] addDataToArray (Object[][] p_oExistingArray, Object[] p_oAddArray)
 Adds an Object array to an existing Object array. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelFloat oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelInt oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelString oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelVector oToFormat)
 Formats a vector of values into an object array and adds it to another Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelVector oToFormat, boolean[] p_bWhichSpecies)
 Formats a vector of values into a plain vector suitable for placing in a JTable and adds it to a vector of vectors at the end. More...
 
static Object [] formatSpeciesHeaderRow (boolean[] p_bUsed, TreePopulation oPop)
 Creates an object array of strings consisting of species names, suitable for including in the parameter entry table. More...
 
static void ensureSize (ArrayList<?> list, int size)
 Ensure an ArrayList is at least a specific size. More...
 
- Public Attributes inherited from sortie.data.funcgroups.Behavior
boolean m_bMustHaveTrees = true
 If true, and a tree has no species/type combos, it automatically becomes disabled. More...
 
- Protected Member Functions inherited from sortie.data.funcgroups.Behavior
void setSingleValue (ModelData oDataMember, Object oData) throws ModelException
 Sets the value of a single data member. More...
 
BehaviorParameterDisplay formatTable (ArrayList< ModelData > p_oSingles, ArrayList< ArrayList< SpeciesSpecific >> p_oSpeciesSpecific, TreePopulation oPop)
 Turns vector groups of data objects into a set of tables for display. More...
 
- Static Protected Member Functions inherited from sortie.data.funcgroups.Behavior
static boolean boolArraysEqual (boolean[] p_bArrayOne, boolean[] p_bArrayTwo)
 Tests two boolean arrays for equality. More...
 

Detailed Description

Corresponds to the clCompetitionHarvest class.

Author
lora

Constructor & Destructor Documentation

◆ CompetitionHarvest()

sortie.data.funcgroups.disturbance.CompetitionHarvest.CompetitionHarvest ( GUIManager  oManager,
BehaviorTypeBase  oParent,
String  sDescriptor,
String  sParFileTag,
String  sXMLRootString 
) throws ModelException

Constructor.

Parameters
oManagerGUIManager object
oParentParent managing object.
sDescriptorThe name of the behavior for the user.
sParFileTagString which is used to identify this behavior in the parameter file.
sXMLRootStringXML tag to surround this behavior's data.

Member Function Documentation

◆ changeOfSpecies()

void sortie.data.funcgroups.disturbance.CompetitionHarvest.changeOfSpecies ( int  iOldNumSpecies,
int []  p_iIndexer,
String []  p_sNewSpecies 
) throws ModelException

Overridden for lambda management.

◆ copySpecies()

void sortie.data.funcgroups.disturbance.CompetitionHarvest.copySpecies ( int  iSpeciesCopyFrom,
int  iSpeciesCopyTo 
) throws ModelException

Updates competition harvest lambdas.

Parameters
iSpeciesCopyFromint Species to copy.
iSpeciesCopyToint Species that is the copy.
Exceptions
ModelExceptionif there is a problem.

◆ formatDataForDisplay()

ArrayList<BehaviorParameterDisplay> sortie.data.funcgroups.disturbance.CompetitionHarvest.formatDataForDisplay ( TreePopulation  oPop)

Overridden to remove the competition harvest lambdas that aren't necessary, but put them back afterwards; and to get the latest tree initial conditions size classes for the tree vigor quality classifier.

Parameters
oPopTreePopulation object.
Returns
Vector from the base class.

◆ gridSetup()

void sortie.data.funcgroups.disturbance.CompetitionHarvest.gridSetup ( String []  p_sSpeciesNames) throws ModelException
private

Sets up the grid.

Parameters
p_sSpeciesNamesArray of species names.
Exceptions
ModelExceptionIf anything goes wrong.

◆ validateData()

void sortie.data.funcgroups.disturbance.CompetitionHarvest.validateData ( TreePopulation  oPop) throws ModelException

Validates the data prior to writing it.

Parameters
oPopTreePopulation object
Exceptions
ModelExceptionif:
  • If harvest type is fixed interval, the interval value is at least 1
  • If harvest type is fixed BA with proportion to cut, the cut amount is a proportion between 0 and 1
  • Species proportions to cut either add up to 1 or are all 1
  • If harvest type is fixed BA, the minimum interval is at least 1
  • All values in max crowding radius are greater than 0

Member Data Documentation

◆ m_fCompHarvBAThreshold

ModelFloat sortie.data.funcgroups.disturbance.CompetitionHarvest.m_fCompHarvBAThreshold
protected
Initial value:
= new ModelFloat(0,
"Competition Harvest: Fixed BA Harvest Threshold (m2/ha)",
"di_compHarvBAThreshold")

Competition harvest - for fixed basal area threshold harvests, the threshold.

◆ m_fCompHarvCutAmount

ModelFloat sortie.data.funcgroups.disturbance.CompetitionHarvest.m_fCompHarvCutAmount
protected
Initial value:
= new ModelFloat(0,
"Competition Harvest: Amount to Harvest", "di_compHarvCutAmount")

Competition harvest - cut amount - if this is a fixed interval harvest, this is the amount to which the plot is cut back, in m2/ha of basal area; if this is a fixed BA threshold harvest with fixed amount to cut, this is that amount to cut; if this is a fixed BA threshold harvest with percentage to cut, this is the proportion to cut between 0 and 1.

◆ m_fCompHarvMaxDBH

ModelFloat sortie.data.funcgroups.disturbance.CompetitionHarvest.m_fCompHarvMaxDBH
protected
Initial value:
= new ModelFloat(1000,
"Competition Harvest: Maximum DBH to Harvest", "di_compHarvMaxHarvDBH")

Competition harvest - maximum DBH for harvesting.

◆ m_fCompHarvMinDBH

ModelFloat sortie.data.funcgroups.disturbance.CompetitionHarvest.m_fCompHarvMinDBH
protected
Initial value:
= new ModelFloat(0,
"Competition Harvest: Minimum DBH to Harvest", "di_compHarvMinHarvDBH")

Competition harvest - minimum DBH for harvesting.

◆ m_fCompHarvQ

ModelFloat sortie.data.funcgroups.disturbance.CompetitionHarvest.m_fCompHarvQ
protected
Initial value:
= new ModelFloat(1,
"Competition Harvest: Target DBH Divisor", "di_compHarvDbhDivisor")

Competition harvest - NCI DBH divisor.

◆ m_iCompHarvHarvType

ModelEnum sortie.data.funcgroups.disturbance.CompetitionHarvest.m_iCompHarvHarvType
protected
Initial value:
= new ModelEnum(
new int[] { 2, 1, 0 }, new String[] { "Fixed BA %", "Fixed BA Amt",
"Fixed Interval" }, "Competition Harvest: Harvest Type",
"di_compHarvTypeHarvest")

Competition harvest - type of harvest - 0 = fixed interval, 1 = fixed BA threshold with fixed amount to cut, 2 = fixed BA threshold with percentage to cut.

◆ m_iCompHarvInterval

ModelInt sortie.data.funcgroups.disturbance.CompetitionHarvest.m_iCompHarvInterval
protected
Initial value:
= new ModelInt(1,
"Competition Harvest: Fixed Interval Harvest Interval (yr)",
"di_compHarvInterval")

Competition harvest - for fixed interval threshold harvests, the threshold.

◆ m_iCompHarvMinInterval

ModelInt sortie.data.funcgroups.disturbance.CompetitionHarvest.m_iCompHarvMinInterval
protected
Initial value:
= new ModelInt(1,
"Competition Harvest: Min Years Between Fixed BA Harvests",
"di_compHarvMinInterval")

Competition harvest - for fixed BA threshold harvests, the minimum interval between harvests.

◆ m_sCompHarvFilename

ModelString sortie.data.funcgroups.disturbance.CompetitionHarvest.m_sCompHarvFilename
protected
Initial value:
= new ModelString("",
"Competition Harvest: Filename for List of Harvested Trees",
"di_compHarvHarvestedListFile")

Competition harvest - filename for list of trees harvested - optional.

◆ mp_fCompHarvAlpha

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvAlpha
protected
Initial value:
= new ModelVector(
"Competition Harvest: DBH Effect of Targets (alpha)", "di_compHarvAlpha",
"di_chaVal", 0, ModelVector.FLOAT, true)

Competition harvest - neighbor DBH effect (alpha) parameter for competition calculation - species specific - required for all species.

◆ mp_fCompHarvBeta

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvBeta
protected
Initial value:
= new ModelVector(
"Competition Harvest: Distance Effect of Targets (beta)",
"di_compHarvBeta", "di_chbVal", 0, ModelVector.FLOAT, true)

Competition harvest - neighbor distance effect (beta) parameter for competition calculation - species specific - required for all species.

◆ mp_fCompHarvC

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvC
protected
Initial value:
= new ModelVector(
"Competition Harvest: C", "di_compHarvCrowdingSlope", "di_chcsVal", 0,
ModelVector.FLOAT, true)

Competition harvest - crowding effect slope (C) - species specific - required for all species.

◆ mp_fCompHarvD

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvD
protected
Initial value:
= new ModelVector(
"Competition Harvest: D", "di_compHarvCrowdingSteepness", "di_chcstVal",
0, ModelVector.FLOAT, true)

Competition harvest - crowding effect steepness (D) - species specific - required for all species.

◆ mp_fCompHarvGamma

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvGamma
protected
Initial value:
= new ModelVector(
"Competition Harvest: Size Sensitivity (gamma)", "di_compHarvGamma",
"di_chgVal", 0, ModelVector.FLOAT, true)

Competition harvest - size sensitivity to competition parameter (gamma) for competition calculations - species specific - required for all species.

◆ mp_fCompHarvMaxRadius

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvMaxRadius
protected
Initial value:
= new ModelVector(
"Competition Harvest: Max Radius of Competitive Effects (m)",
"di_compHarvMaxCrowdingRadius", "di_chmcrVal", 0, ModelVector.FLOAT)

Competition harvest - maximum crowding radius - species specific.

◆ mp_fCompHarvProportion

ModelVector sortie.data.funcgroups.disturbance.CompetitionHarvest.mp_fCompHarvProportion
protected
Initial value:
= new ModelVector(
"Competition Harvest: Amount of Harvest Per Species (0 - 1)",
"di_compHarvProportion", "di_chpVal", 0, ModelVector.FLOAT)

Competition harvest - proportion of each species to cut as a value between 0 and 1 - species specific.

All 1s mean treat the species as a common pool.


The documentation for this class was generated from the following file: