Describe the bug
-For GETEM cases with Resource temperature < 150 degC, capacity factor is sometimes resulting in capacity factor values greater than 1. This is due to a mismatch of second law efficiency calculations in the code triggered by resource temperature < 150 (lib_geothermal.cpp line 1488).
To Reproduce
Steps to reproduce the behavior:
- Go to Geothermal Single Owner case
- Change resource temperature to 120, plant output to 3288.1985 KW
- Simulate
- See error in capacity factor
Expected behavior
Capacity factor should never be greater than 1.
Additional context
Found during rev testing.
@ppinchuk
Describe the bug
-For GETEM cases with Resource temperature < 150 degC, capacity factor is sometimes resulting in capacity factor values greater than 1. This is due to a mismatch of second law efficiency calculations in the code triggered by resource temperature < 150 (lib_geothermal.cpp line 1488).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Capacity factor should never be greater than 1.
Additional context
Found during rev testing.
@ppinchuk