We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be846a0 commit 1f2e5ccCopy full SHA for 1f2e5cc
1 file changed
h2integrate/converters/wind/wind_plant_ard.py
@@ -149,6 +149,7 @@ class ArdWindPlantModel(om.Group):
149
3600,
150
151
) # (min, max) time step lengths (in seconds) compatible with this model
152
+ _control_classifier = "curtailable"
153
154
def initialize(self):
155
self.options.declare("driver_config", types=dict)
0 commit comments