freezing_level
Get the altitude where air reaches 0°C at a Swiss location and time, so you can determine how high a ski area must be for snow.
Instructions
Get the height of the 0 degree line at a location at a specific time.
This is the height where the air is at 0 degrees. Snow usually reaches somewhat below it,
so it answers questions about snow in the mountains, such as how high a ski area has to be.
Args:
location (str): Location name (e.g., "Zurich") or Swiss postal code (e.g., "8001").
when (str): Swiss local time in ISO 8601 without offset, e.g. "2026-09-23T14:00". Today or up to 8 days ahead.
Returns:
dict: The freezing level in metres above sea level, the resolved location with its
altitude, the time it is valid for, and the model run.
Examples:
freezing_level("Zermatt", "2026-09-23T14:00")
freezing_level("Davos", "2026-09-25T06:00")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| when | Yes | ||
| location | Yes |