目录
1 概述
2 含阶梯式碳交易机制与电制氢的IES运行框架
3 P2G两阶段运行过程
4 运行结果
5 Matlab代码及详细文章讲解
6 参考文献
电气代码 | 智能算法及其应用 |
路径规划 | 神经网络预测 |
优化调度 | 图像处理 |
车间调度 | 信号处理 |
浪漫的她 | 我的哲思 |
数学建模 | 完整代码事宜 |
参考文献:
社会经济发展给环境带来了巨大的负担,温室 气体的大量排放进一步导致全球气候变暖。在此大背景下,我国表示力争在 2030 年前实现碳达峰,2060年前实现碳中和。电力行业作为能源消耗的主体,其碳排放量在碳排放总量中占了很大的比重, 实现低碳电力将有望加速实现碳减排的目标。
综合能源系统IES(Integrated Energy System)内 部耦合了多种能源进行联合供应,能满足终端多能 负荷需求,进一步优化了多能系统的低碳经济性。 目前多数文献着重考虑IES的经济性,忽略了IES实现碳减排的巨大潜力。也有些文献针对IES的低碳运行进行了研究,如:文献建立了微网与配电网的重复博弈模型,结合等效碳排放系数将 CO2 排放成本纳入经济成本中。
集合多种能源形式的 IES通过多种能源与供能设备满足内部的能源需求。本文在传统模型的基础上,引入阶梯式碳交易机制,同时细化考虑了P2G装置两阶段运行过程中氢能的高效利用以及 CHP 设备热电比可调特性,具体框架如图1所示。
EL首先将电能转化为氢能,氢能一部分输入MR与CO,合成为天然气,供应给气负荷、GB、CHP,一部分直接输送到HFC转换为电、热能,还有一部分经由储氢罐进行存储。氢能经由HFC直接转化为电、热能相比于先转化为天然气后再经由GB或CHP燃烧供应,减少了一个能量转换的环节,可减少能量的梯级损耗,另外氢能的能效高于天然气,且不会产生CO,。可见氢能直接供给HFC具有多方面效益。
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
完整代码:考虑阶梯式碳交易机制与电制氢的综合能源系统热电优化
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
figure
plot(P_DG,'Color','b','Marker','.','LineWidth',1)
hold on
plot(P_DG_max,'Color','r','Marker','h','LineWidth',1)
xlabel('时间/h')
;
ylabel('功率/kW');
title('风电出力');
legend('实际出力','预测出力');
社会经济发展给环境带来了巨大的负担,温室 气体的大量排放进一步导致全球气候变暖。在此大背景下,我国表示力争在 2030 年前实现碳达峰,2060年前实现碳中和。电力行业作为能源消耗的主体,其碳排放量在碳排放总量中占了很大的比重, 实现低碳电力将有望加速实现碳减排的目标。
综合能源系统IES(Integrated Energy System)内 部耦合了多种能源进行联合供应,能满足终端多能 负荷需求,进一步优化了多能系统的低碳经济性。 目前多数文献着重考虑IES的经济性,忽略了IES实现碳减排的巨大潜力。也有些文献针对IES的低碳运行进行了研究,如:文献建立了微网与配电网的重复博弈模型,结合等效碳排放系数将 CO2 排放成本纳入经济成本中。