|
@@ -2341,11 +2341,11 @@ public class BenchmarkingService {
|
|
|
"sum(daynhxdssdl) daynhxdssdl," +
|
|
|
"sum(daynhqfdl) daynhqfdl," +
|
|
|
"sum(daynhcfdl) daynhcfdl, " +
|
|
|
- "nullif(sum(actualpower),0)/nullif(sum(theoreticalpower),1)*100 windenergy, " +
|
|
|
- "nullif(sum(daynhxdssdl),0)/nullif(sum(theoreticalpower),1)*100 powerlossrate, " +
|
|
|
- "nullif(sum(daynhqfdl),0)/nullif(sum(theoreticalpower),1)*100 performancelossrate, " +
|
|
|
- "nullif(sum(daynhgzssdl),0)/nullif(sum(theoreticalpower),1)*100 failurelossrate, " +
|
|
|
- "nullif(sum(daynhwhssdl),0)/nullif(sum(theoreticalpower),1)*100 mainlossrate," +
|
|
|
+ "nvl(sum(actualpower),0)/nvl(sum(theoreticalpower),1)*100 windenergy, " +
|
|
|
+ "nvl(sum(daynhxdssdl),0)/nvl(sum(theoreticalpower),1)*100 powerlossrate, " +
|
|
|
+ "nvl(sum(daynhqfdl),0)/nvl(sum(theoreticalpower),1)*100 performancelossrate, " +
|
|
|
+ "nvl(sum(daynhgzssdl),0)/nvl(sum(theoreticalpower),1)*100 failurelossrate, " +
|
|
|
+ "nvl(sum(daynhwhssdl),0)/nvl(sum(theoreticalpower),1)*100 mainlossrate," +
|
|
|
"avg(comprehensiverate) comprehensiverate,sum(actualpower)/avg(capacity) utilizationhours," +
|
|
|
"avg(windpoweraccuracy) windpoweraccuracy," +
|
|
|
"avg(agccurvefollowing) agccurvefollowing," +
|