Scan forecast for frost and heat stress risk
get_frost_and_heat_riskScan forecast for frost, freeze, and heat stress risks to crops. Flags each day with temperature extremes that threaten crop health.
Instructions
Scan the daily forecast for temperature extremes that threaten crops: frost/freeze risk (low temperatures) and heat stress risk (high temperatures). Flags each day with any risk found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of forecast days to scan (default 7). | |
| frost_c | No | Temperature at or below which frost risk is flagged, in Celsius (default 0). | |
| latitude | Yes | Latitude in decimal degrees. | |
| longitude | Yes | Longitude in decimal degrees. | |
| hard_freeze_c | No | Temperature at or below which hard-freeze risk is flagged, in Celsius (default -2). | |
| heat_stress_c | No | Temperature at or above which heat stress risk is flagged, in Celsius (default 32). | |
| severe_heat_c | No | Temperature at or above which severe heat risk is flagged, in Celsius (default 38). |