File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
hydrolib/core/dflowfm/extold Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,36 @@ class ExtOldQuantity(str, Enum):
191
191
"""Discharge, salinity temperature source-sinks"""
192
192
NudgeSalinityTemperature = "nudge_salinity_temperature"
193
193
"""Nudging salinity and temperature"""
194
+ AirPressure = "airpressure"
195
+ """AirPressure"""
196
+ StressX = "stressx"
197
+ """eastward wind stress"""
198
+ StressY = "stressy"
199
+ """northward wind stress"""
200
+ AirTemperature = "airtemperature"
201
+ """AirTemperature"""
202
+ Cloudiness = "cloudiness"
203
+ """Cloudiness, or cloud cover (fraction)"""
204
+ Humidity = "humidity"
205
+ """Humidity"""
206
+ StressXY = "stressxy"
207
+ """eastward and northward wind stress"""
208
+ AirpressureStressXStressY = "airpressure_stressx_stressy"
209
+ """Airpressure, eastward and northward wind stress"""
210
+ WindSpeed = "wind_speed"
211
+ """WindSpeed"""
212
+ WindFromDirection = "wind_from_direction"
213
+ """WindFromDirection"""
214
+ DewpointAirTemperatureCloudinessSolarradiation = (
215
+ "dewpoint_airtemperature_cloudiness_solarradiation"
216
+ )
217
+ """Dewpoint temperature, air temperature, cloudiness, solarradiation"""
218
+ AirDensity = "airdensity"
219
+ """Air density"""
220
+ Charnock = "charnock"
221
+ """Charnock coefficient"""
222
+ Dewpoint = "dewpoint"
223
+ """Dewpoint temperature"""
194
224
195
225
# Structure parameters
196
226
Pump = "pump"
You can’t perform that action at this time.
0 commit comments