create_model
Create a new Stella model for system dynamics simulation by specifying time settings, including start, stop, time step, integration method, and time units.
Instructions
Create a new Stella model with specified time settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model name | |
| model_id | No | Optional model ID to assign in this session | |
| 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 |