Skip to content

Commit

Permalink
solved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jul 24, 2023
2 parents 4e45b69 + 50e047c commit 81d3fe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hydrolib/core/dflowfm/extold/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ class ExtOldQuantity(str, Enum):
"""WindSpeed"""
WindFromDirection = "wind_from_direction"
"""WindFromDirection"""
DewpointAirTemperatureCloudinessSolarradiation = "dewpoint_airtemperature_cloudiness_solarradiation"
DewpointAirTemperatureCloudinessSolarradiation = (
"dewpoint_airtemperature_cloudiness_solarradiation"
)
"""Dewpoint temperature, air temperature, cloudiness, solarradiation"""
AirDensity = "airdensity"
"""Air density"""
Expand Down

0 comments on commit 81d3fe1

Please sign in to comment.