Skip to content

Commit

Permalink
feat: Add missing oldext quantities (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Oct 23, 2023
1 parent bf75f02 commit 912ef15
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions hydrolib/core/dflowfm/extold/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,36 @@ class ExtOldQuantity(str, Enum):
"""Discharge, salinity temperature source-sinks"""
NudgeSalinityTemperature = "nudge_salinity_temperature"
"""Nudging salinity and temperature"""
AirPressure = "airpressure"
"""AirPressure"""
StressX = "stressx"
"""eastward wind stress"""
StressY = "stressy"
"""northward wind stress"""
AirTemperature = "airtemperature"
"""AirTemperature"""
Cloudiness = "cloudiness"
"""Cloudiness, or cloud cover (fraction)"""
Humidity = "humidity"
"""Humidity"""
StressXY = "stressxy"
"""eastward and northward wind stress"""
AirpressureStressXStressY = "airpressure_stressx_stressy"
"""Airpressure, eastward and northward wind stress"""
WindSpeed = "wind_speed"
"""WindSpeed"""
WindFromDirection = "wind_from_direction"
"""WindFromDirection"""
DewpointAirTemperatureCloudinessSolarradiation = (
"dewpoint_airtemperature_cloudiness_solarradiation"
)
"""Dewpoint temperature, air temperature, cloudiness, solarradiation"""
AirDensity = "airdensity"
"""Air density"""
Charnock = "charnock"
"""Charnock coefficient"""
Dewpoint = "dewpoint"
"""Dewpoint temperature"""

# Structure parameters
Pump = "pump"
Expand Down

0 comments on commit 912ef15

Please sign in to comment.