Skip to content

Commit

Permalink
solar model descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jan 6, 2025
1 parent 78b59ec commit b39af00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openskistats/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SkiRunUsage(StrEnum):

_solar_irradiation_description = (
"This value measures solar irradiation by treating each run segment as a plane according to its latitude, longitude, elevation, bearing, and slope. "
"Solar irradiance is computed using clear sky estimates for diffuse normal irradiance, global horizontal irradiance, and direct horizontal irradiance according to the Ineichen and Perez model with Linke turbidity.",
"Solar irradiance is computed using clear sky estimates for diffuse normal irradiance, global horizontal irradiance, and direct horizontal irradiance according to the Ineichen and Perez model with Linke turbidity."
)


Expand Down Expand Up @@ -438,7 +438,7 @@ class SkiAreaModel(Model): # type: ignore [misc]
solar_irradiation_season: Annotated[
float | None,
Field(
description="Average daily solar irradiation received by run segments over the course of a typical 120 ski season in kilowatt-hours per square meter (kW/m²/day). "
description="Average daily solar irradiation received by run segments over the course of a typical 120 day ski season in kilowatt-hours per square meter (kW/m²/day). "
"The average is weighted by the vertical drop of each segment. "
f"{_solar_irradiation_description}",
),
Expand Down

0 comments on commit b39af00

Please sign in to comment.