Changes between Version 1 and Version 2 of EcosimVariableTimestepPluginExample


Ignore:
Timestamp:
2010-02-24 14:34:38 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EcosimVariableTimestepPluginExample

    v1 v2  
    1 Running Ecosim on a variable time step 
    2  
    3 Ecosim can be run on a variable time step via a plugin. When run from the Scientific Interface Ecosim runs 1 time step per month, 12 time steps per year. The number of timesteps per year can be set by in code via the cEcosimDataStuctures.!StepsPerMonth property. This allows a plugin to run Ecosim with multiple time steps in a month 
     1= Running Ecosim on a variable time step = 
     2Ecosim can be run on a variable time step via a plugin. When run from the Scientific Interface Ecosim runs 1 time step per month, 12 time steps per year. The number of timesteps per month can be set in code via the cEcosimDataStuctures.!StepsPerMonth property. This allows a plugin to run Ecosim on sub time steps, multiple time steps in a month. When running with sub time steps Ecosim will only update its results objects once at the end of the month. Data computed for the sub time step can only be access via the IEcosimSubTimestepsPlugin.!EcosimSubTimeStepBegin() and I!EcosimSubTimestepsPlugin.!EcosimSubTimeStepEnd() plugin points