Click or drag to resize

cEcospaceModelParameters Class

[Missing <summary> documentation for "T:EwECore.cEcospaceModelParameters"]

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEcospaceModelParameters : cCoreInputOutputBase

The cEcospaceModelParameters type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceModelParameters
Initializes a new instance of the cEcospaceModelParameters class
Top
Properties
  NameDescription
Public propertyAdjustSpace
Ecospace initialization biomass to Habitat adjusted or Ecopath base
Public propertyContaminantTracing
Public propertyContaminantTracingStatus
Public propertyCoreComponent
Get the core component type that this object belongs to. Component types are useful for determining the level of impact that objects have on the EwE computing model.
(Inherited from cCoreInputOutputBase.)
Public propertyDataType
Get the data type uniquely identifying the type of core data that this class implements.
(Inherited from cCoreInputOutputBase.)
Public propertyDBID
Returns the persistent unique database ID for an ICoreInputOutput.
(Inherited from cCoreInputOutputBase.)
Public propertyDisposed (Inherited from cCoreInputOutputBase.)
Public propertyEcospaceAreaOutputDir
User defined output directory for Ecospace Area Average results
Public propertyEcospaceMapOutputDir
User defined output directory for Ecospace Map results
Public propertyEffortDistThreshold
Public propertyEndSummaryTime
Start of the last summary period (in years).
Public propertyFirstOutputTimeStep
Public propertyIBMMovePacketOnStanza
Public propertyIFDPower
Public propertyIndex
Get/set the one-based index of a cCoreInputOutputBase instance in the list that it is contained in.
(Inherited from cCoreInputOutputBase.)
Public propertyIsEcosimBiomassForcingLoaded
Public propertyIsEcosimDiscardForcingLoaded
Public propertyMaxNumberOfIterations
Public propertyName
Get/set the name of a core object. Every ICoreInterface derived instance in EwE6 has a name.
(Inherited from cCoreInputOutputBase.)
Public propertynEffortDistThreads
Number of Effort distrubtion threads
Public propertynGridSolverThreads
Public propertynRegions
Get/set the number of regions for this scenario.
Public propertynResultWriters
Get the number of available Ecospace result writers.
Public propertynSpaceThreads
Public propertyNumberOfTimeStepsPerYear
Get/set the number of time steps per year for this model. Internally, this value will be recalculated to the ratio of the time step size (years).
Public propertyNumberSummaryTimeSteps
Number to time steps to summarize the data over.
Public propertyPacketsMultiplier
Public propertyPredictEffort
Get/set the PredictEffort for this model.
Public propertyRemark
Get/set a remark.
(Inherited from cCoreInputOutputBase.)
Public propertySOR
Public propertyStartSummaryTime
Get/set the start of the first summary period (in years) for this model.
Public propertyTolerance
Public propertyTotalTime
Public propertyUnits (Inherited from cCoreInputOutputBase.)
Public propertyUseAnnualOuput
Get/set whether data should be written as annual average values.
Public propertyUseCoreOutputDirectory
Get/set whether Ecospace should save its data to the standard core output directory and scenario-dependent subdirectories. If false, data will be saved directly to the core output path ignoring the scenario-dependent subdirectory structures.
Public propertyUseEcosimBiomassForcing
Public propertyUseEcosimDiscardForcing
Public propertyUseEffortDistThreshold
Public propertyUseExact
Get/set the UseExact flag for this model.
Public propertyUseIBM
Get/set whether Ecospace should use its Individual Based Model.
Public propertyUseLocalMemory
Public propertyUseNewMultiStanza
Ecospace initialization biomass to Habitat adjusted or Ecopath base
Public propertyValidationStatus
Get the outcome of the most recently performed variable validation attempt on a cCoreInutOutputBase instance.
(Inherited from cCoreInputOutputBase.)
Public propertyValueDescriptor
Returns the Value descriptor for a given variable name, associated with this object.
(Inherited from cCoreInputOutputBase.)
Top
Methods
  NameDescription
Public methodClear (Inherited from cCoreInputOutputBase.)
Public methodDispose
Destroy an instance.
(Inherited from cCoreInputOutputBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetID
Returns the unique ID for this object as a text string.
(Inherited from cCoreInputOutputBase.)
Public methodGetStatus
Returns the status of a variable in this object.
(Inherited from cCoreInputOutputBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariable
Return the value of a variable.
(Inherited from cCoreInputOutputBase.)
Public methodGetVariableMetadata
Return metadata associated with a variable. If the local instance does not have metadata associated the central metadata repository is consulted.
(Inherited from cCoreInputOutputBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResultWriter
Protected methodSetStatus
Replaces current status flags for a given variable with a new set of status flags.
(Inherited from cCoreInputOutputBase.)
Public methodSetVariable
Set the value of a variable.
(Inherited from cCoreInputOutputBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_bReadOnly
States whether an object will allow its values to be modified via SetVariable.
(Inherited from cCoreInputOutputBase.)
Protected fieldm_bValidate
States whether Variable validation is enabled for this object.
(Inherited from cCoreInputOutputBase.)
Protected fieldm_core
Reference to the EwE Core that exposes the object.
(Inherited from cCoreInputOutputBase.)
Protected fieldm_coreComponent
The EwE core component that this object belongs to
(Inherited from cCoreInputOutputBase.)
Protected fieldm_dataType
Container for the data type describing the object.
(Inherited from cCoreInputOutputBase.)
Protected fieldm_ValidationStatus
Container for the Validation status of the object.
(Inherited from cCoreInputOutputBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also