create_model
Create Stella system dynamics models with configurable time parameters for simulation and analysis in XMILE format.
Instructions
Create a new Stella model with specified time settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model name | |
| start | No | Simulation start time | |
| stop | No | Simulation stop time | |
| dt | No | Time step | |
| method | No | Integration method (Euler or RK4) | Euler |
| time_units | No | Time units | Years |