Commit 11c2005c authored by caotao's avatar caotao

BUG:14369【web端-运行监盘】(现场反馈)泰和的月发电量和年发电量不对(逆变器系数多了一位)

parent 85a37b1b
...@@ -6,8 +6,8 @@ import java.util.HashMap; ...@@ -6,8 +6,8 @@ import java.util.HashMap;
public class CommonConstans { public class CommonConstans {
//光伏发电量系数 //光伏发电量系数
public static final Double pvGenPoweActor = 0.00001; public static final Double pvGenPoweActor = 0.0001;
public static final Double pvGenPoweActorDay = 0.1; public static final Double pvGenPoweActorDay = 0.01;
// 风电站: // 风电站:
// (日/月/年)发电量=场站所有风机(日/月/年)发电量总和 // (日/月/年)发电量=场站所有风机(日/月/年)发电量总和
// 装机容量=场站所有风机装机容量总和 // 装机容量=场站所有风机装机容量总和
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment