Abstract:Offshore wind energy entering the grid in coastal areas creates issues with the safe and stable operation of power systems. To control the carbon emission of power systems and increase the proportion of offshore wind consumption, a microgrid optimization model considering offshore wind power and carbon trading is proposed in this paper. To avoid the defect of Particle Swarm Optimization (PSO) falling into the local optimum prematurely, the PSO algorithm is improved by dynamically decreasing inertia weights and chaos factors. Combined with the powerful optimization capability of the genetic algorithm (GA), the improved PSO-GA algorithm is used to solve the model. The simulation results show that the improved algorithm iterates 11 times before the parameters reach the optimal value, with high convergence accuracy. The proposed approach can increase the proportion of offshore wind consumption and ensure the optimal economic performance of the system while reducing the carbon emission.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the safe and stable operation of the power system when integrating offshore wind power into the grid in coastal areas. Specifically, in order to control the carbon emissions of the power system and increase the proportion of offshore wind power consumption, the paper proposes an optimal dispatch model for micro - grids considering offshore wind power and carbon trading. By introducing the carbon trading mechanism and a method combining the improved Particle Swarm Optimization (PSO) and Genetic Algorithm (GA), it aims to improve the system's absorption capacity of offshore wind power, ensure the optimal economic performance of the system, and reduce carbon emissions.
### Main contributions of the paper:
1. **Proposing an optimization model**: In order to control the total carbon emissions of the power system and increase the proportion of offshore wind power consumption, an optimization model with the objective function of minimizing the total operating cost of the micro - grid system is proposed. This model takes into account offshore wind power and carbon trading factors.
2. **Improving the optimization algorithm**: The PSO algorithm is improved by dynamically reducing the inertia weight and chaos factor, and combined with the powerful global optimization ability of GA, an improved PSO - GA algorithm is proposed to improve the optimization ability and convergence speed of the model solution.
### Models and methods:
- **Objective function**: Minimize the total cost \( F \), including offshore wind power cost \( F_W \), thermal power generation cost \( F_G \), energy storage system cost \( F_{ESS} \), carbon trading cost \( F_{CO2} \), and wind curtailment penalty cost \( F_{QW} \).
- Offshore wind power cost: \[ F_W=\sum_{t = 1}^{T}\sum_{i = 1}^{M}C_1P_{w,i,t} \]
- Thermal power generation cost: \[ F_G=\sum_{t = 1}^{T}\sum_{j = 1}^{N}(a_jP_{G,j,t}^2 + b_jP_{G,j,t}+c_j) \]
- Energy storage system cost: \[ F_{ESS}=K_p(P_{ch,t}+P_{dis,t})+K_CE_t \]
- Carbon trading cost: \[ F_{CO2}=p_c(E_c - E_p) \]
- Wind curtailment penalty cost: \[ F_{QW}=\sum_{t = 0}^{T}\Delta P_{w,t}\times\xi_w \]
- **Constraints**:
- Output power constraints of offshore wind turbines
- Power balance constraint: \[ \sum_{G\in N}P_{G,t}+P_{dis,t}+P_w = P_{ch,t}+P_L \]
- Upper and lower limit output constraints of thermal units
- Ramping constraints of thermal units
- Spinning reserve constraints
- Minimum operating time and shutdown time constraints of thermal units
- Power constraints of energy storage systems
### Solution algorithms:
- **Improved PSO - GA algorithm**: The optimization ability of the algorithm is improved through dynamically reducing the inertia weight, algorithm crossover and mutation operation methods. The PSO algorithm updates the velocity and position of particles according to the historical optimal position and global optimal position of particles. The formulas are as follows:
- Velocity update formula: \[ v_{i,d}^{k + 1}=\omega v_{i,d}^k + c_1\text{rand}_1(p_{i,d}^k - x_{i,d}^k)+c_2\text{rand}_2(p_{g,d}^k - x_{i,d}^k) \]
- Position update formula: \[ x_{i,d}^{k + 1}=x_{i,d}^k + v_{i,d}^{k + 1} \]
### Conclusion:
Through the proposed optimization model and the improved PSO - GA algorithm, the paper effectively solves the challenges brought by the integration of offshore wind power into the grid and improves the economic performance and environmental protection benefits of the system.