We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fdf46 commit 10a8d07Copy full SHA for 10a8d07
src/geophires_x/SurfacePlant.py
@@ -340,7 +340,7 @@ def __init__(self, model: Model):
340
UnitType=Units.LENGTH,
341
PreferredUnits=LengthUnit.KILOMETERS,
342
CurrentUnits=LengthUnit.KILOMETERS,
343
- ErrMessage="assume default piping length (5km)"
+ ErrMessage="assume default piping length (0km)"
344
)
345
self.plant_outlet_pressure = self.ParameterDict[self.plant_outlet_pressure.Name] = floatParameter(
346
"Plant Outlet Pressure",
0 commit comments