EcoLabForcing Class |
The only forcings that vary in space, are the build-in ones. If the forcing is user specified, it is either specified as a constant in ConstantValue or as a time series file in TsFileName and TsItemNumber, depending on Timetype.
Namespace: DHI.Mike1D.EcoLabDataAccess
public class EcoLabForcing
The EcoLabForcing type exposes the following members.
Name | Description | |
---|---|---|
![]() | EcoLabForcing | Initializes a new instance of the EcoLabForcing class |
Name | Description | |
---|---|---|
![]() | BuildInId |
builtinID if engine provided value
|
![]() | ConstantValue | |
![]() | Description |
General description of forcing
|
![]() | EcoLabId |
EcoLab ID, as defined in the template
|
![]() | IsGlobal |
Flag specifying whether the forcing is global in EcoLab terms,
if not, it must be set for all computational points.
|
![]() | Timetype |
Temporal variation.
|
![]() | TsFileName |
Time series file, used if Timetype is
TimeSeries |
![]() | TsItemNumber |
Item number in time series file, used if Timetype is
TimeSeries |
![]() | UserSpecified | |
![]() | Values |
Constant, local values of Forcing.
If IsGlobal is set, only the GlobalValue is used. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |