mike_results_summary
Extract global peak value, element, chainage, and time from a MIKE+ .res1d file for specified quantities. Use skip_hours to exclude warm-up period and ensure accurate storm peaks.
Instructions
Per-quantity peak summary (peak value, element, chainage, time) from a MIKE+ .res1d. No license needed. NOTE: this is the GLOBAL max over the whole run, which can fall in the warm-up/initial-condition period (a base-flow value near t=0) rather than the storm peak — pass skip_hours to exclude an initial window and always check peak_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| res1d | Yes | ||
| quantities | No | Optional subset, e.g. ['Discharge','WaterLevel']. | |
| skip_hours | No | Exclude the first N hours (warm-up) before finding peaks. |