Skip to content

Commit

Permalink
#369: Add more quantities that are not listed in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Mar 17, 2023
1 parent 7d365d8 commit 6cc3178
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hydrolib/core/dflowfm/extold/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class Quantity(str, Enum):
"""Wind vector"""
AirPressureWindXWindY = "airpressure_windx_windy"
"""Atmospheric pressure and wind components"""
AirPressureWindXWindYCharnock = "airpressure_windx_windy_charnock"
"Atmospheric pressure and wind components Charnock"
AtmosphericPressure = "atmosphericpressure"
"""Atmospheric pressure"""
Rainfall = "rainfall"
Expand All @@ -64,6 +66,8 @@ class Quantity(str, Enum):
"humidity_airtemperature_cloudiness_solarradiation"
)
"""Combined heat flux terms"""
DewPointAirTemperatureCloudiness = "dewpoint_airtemperature_cloudiness"
"""Dew point air temperature cloudiness"""
LongWaveRadiation = "longwaveradiation"
"""Long wave radiation"""
SolarRadiation = "solarradiation"
Expand Down Expand Up @@ -96,12 +100,16 @@ class Quantity(str, Enum):
"""Initial vertical salinity profile"""
InitialTracer = "initialtracer"
"""Initial tracer"""
BedLevel = "bedlevel"
"""Bed level"""

# Spatial physical properties
FrictionCoefficient = "frictioncoefficient"
"""Firction coefficient"""
"""Friction coefficient"""
HorizontalEddyViscosityCoefficient = "horizontaleddyviscositycoefficient"
"""Horizontal eddy viscosity coefficient"""
InternalTidesFrictionCoefficient = "internaltidesfrictioncoefficient"
"""Internal tides friction coefficient"""
HorizontalEddyDiffusivityCoefficient = "horizontaleddydiffusivitycoefficient"
"""Horizontal eddy diffusivity coefficient"""
AdvectionType = "advectiontype"
Expand Down

0 comments on commit 6cc3178

Please sign in to comment.