create_model
Create a system dynamics model by specifying time settings like start, stop, time step, and integration method.
Instructions
Create a new Stella model with specified time settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt | No | Time step | |
| name | Yes | Model name | |
| stop | No | Simulation stop time | |
| start | No | Simulation start time | |
| method | No | Integration method (Euler or RK4) | Euler |
| model_id | No | Optional model ID to assign in this session | |
| time_units | No | Time units | Years |