Changes between Version 11 and Version 12 of EcosimVariableTimestepPluginExample
- Timestamp:
- 2010-02-25 15:07:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EcosimVariableTimestepPluginExample
v11 v12 13 13 = = 14 14 = Running Ecosim on a variable time step = 15 By default Ecosim runs on a monthly time step, 12 time steps per year. To accommodate a variable time step Ecosim can be told to run more then one time step in a month via the cEcosimDataStuctures.!StepsPerMonth property. The !StepsPerMonth property is only accessible from code and can not be set in the Scientific Interface. This allows Ecosim to run on a sub time step scheme by setting the cEcosimDataStuctures.!StepsPerMonth property to the number of sub time steps to run in a month. At the end of each run Ecosim will set cEcosimDataStuctures. [wiki:StepsPerMonth]back to its default value of one.15 By default Ecosim runs on a monthly time step, 12 time steps per year. To accommodate a variable time step Ecosim can be told to run more then one time step in a month via the cEcosimDataStuctures.!StepsPerMonth property. The !StepsPerMonth property is only accessible from code and can not be set in the Scientific Interface. This allows Ecosim to run on a sub time step scheme by setting the cEcosimDataStuctures.!StepsPerMonth property to the number of sub time steps to run in a month. At the end of each run Ecosim will set cEcosimDataStuctures.!StepsPerMonth back to its default value of one. 16 16 17 17 Sub time step data