From 0661fe767efe80538b605e750625db8c054c533c Mon Sep 17 00:00:00 2001 From: muyueh Date: Wed, 29 Jan 2014 00:19:39 +0800 Subject: [PATCH] Create demand.html --- demand.html | 374 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 demand.html diff --git a/demand.html b/demand.html new file mode 100644 index 0000000..53228da --- /dev/null +++ b/demand.html @@ -0,0 +1,374 @@ + + + + +Energy Demand + + + + + + + + + + + + + + + + + + + +
+

電力需求成長

+ + +
+

+
+n = year after;
+Total_Consumption = Industrial + Service + Residential; 
+	Future_Indusrial_Consumption = Current_Industrial_Consumption * (1 + GDP_YoY ) ^ n;
+	Future_Service_Consumption = Current_Service_Consumption * (1 + PPL_5y_CAGR * 4) ^ n;
+	Future_Residential_Consumption = Current_Residentiak_Consumption * (1 + PPL_5y_CAGR * 4) ^ n;
+
+Current_Industrial_Consumption =  127776;
+Current_Service_Consumption = 46878;
+Current_Residentiak_Consumption = 44419;
+
+The above three sector accounts for 90% of Taiwan power structure, using a linear model to deduce total.
+
+GDP YoY, -3%~10% in last 18 years = 3% ;
+ppl 5y CAGR, 0.30%~0.38% in last 5 years = 0.30% ;
+
+
+ + + + + + + +