You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Specifies the turbine type and its characteristic power curve. Can be a string or a dictionary with years as keys which denote the year another turbine model becomes available.",
Copy file name to clipboardExpand all lines: scripts/lib/validation/config/sector.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ class SectorConfig(BaseModel):
434
434
0.63,
435
435
description="Share increase in energy demand in electric vehicles (EV) for each degree difference between the hot environment and the maximum temperature.",
436
436
)
437
-
bev_dsm: bool=Field(
437
+
bev_dsm: bool|int=Field(
438
438
True,
439
439
description="Add the option for battery electric vehicles (BEV) to participate in demand-side management (DSM).",
0 commit comments