mike_run
Run a MIKE+ simulation headless using the MIKE 1D engine. Supply a copy of the model's .sqlite file to execute the active or specified simulation. Returns result paths and engine log.
Instructions
Run a MIKE+ simulation headless via the MIKE 1D engine. Runs the model's active simulation unless 'simulation' is given. Returns the result file paths plus the engine log tail. Needs MIKE+ installed + a valid license. ALWAYS run on a COPY of the model (mikeplus has no undo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sqlite | Yes | Path to the MIKE+ .sqlite to run (use a copy). | |
| simulation | No | Optional simulation setup id (msm_Project MUID). Default: the active simulation. | |
| timeout_s | No | Max seconds to wait for the engine (default 1800). |