Application of dynamic transformer ratings to increase the reserve of primary substations for new load interconnection
This repository shares the MATLAB code and data for the conference paper 📋:
Ildar Daminov, Anton Prokhorov,Tatiana Moiseeva, Marie-Cécile Alvarez-Hérault, Raphaël Caire,"Application of dynamic transformer ratings to increase the reserve of primary substations for new load interconnection" in CIRED conference, Madrid, Spain, 2019.
This paper presents new approach to determine power reserve of congested primary substations by taking into account the thermal modelling of power transformers. As novelty, the proposed approach considers the uncertainty of thermal model's input parameters-annual ambient temperature variation and annual irregularity of new consumer's load profile. The approach suggested ensures power transformers to continue operation within the acceptable thermal parameters when new consumers are interconnected for this reserve value. The proposed approach is evaluated for real primary substation, located at Tomsk, Russia. The results are compared with conventional approach for reserve determination.
There are two ways how you may run this code:
I. Launching all calculations at once. This will reproduce all figures in the paper for 20 seconds:
- Copy this repository to your computer
- Open the script main.m
- Launch the script "main.m" by clicking on the button "Run" (usually located at the top of MATLAB window).
As alternative, you may typemain
in Command Window to launch the entire script.
II. Launching the specific section of the code to reproduce the particular figure:
- Copy this repository to your computer
- Open the script main.m
- Find the section (Plotting the Figure XX) corresponding to the Figure you would like to reproduce.
- Put the cursor at any place of this section and click on the button "Run Section" (usually located at the top of MATLAB window)
Main script:
- main.m - the principal script which launches all calculations
Additional functions:
- ONAF_transformer.m - a thermal model of ONAF power transformer (up to 100 MVA) per the loading guide IEC 60076-7. ONAF stand for a cooling system : Oil Natural Air Forced
More details are given inside of functions and script "main.m"
Initial data:
- Initial_Data - Load profile + ambient temperature profile + time vector
- T_history_Tomsk.mat - Historical ambient temperature in Tomsk, Russia (weather data provided by meteoblue)
Ildar Daminov, Anton Prokhorov,Tatiana Moiseeva, Marie-Cécile Alvarez-Hérault, Raphaël Caire,"Application of dynamic transformer ratings to increase the reserve of primary substations for new load interconnection"in in CIRED conference, Madrid, Spain, 2019.
This paper is a part of PhD thesis "Dynamic Thermal Rating of Power Transformers: Modelling, Concepts, and Application case". The full text of PhD thesis is available on Researchgate or HAL theses. Other GitHub repositories on DTR of power transformers:
- Article: Assessment of dynamic transformer rating, considering current and temperature limitations. GitHub repository
- Article: Demand Response Coupled with Dynamic Thermal Rating for Increased Transformer Reserve and Lifetime. GitHub repository
- Article: Energy limit of oil-immersed transformers: A concept and its application in different climate conditions. GitHub repository
- Conference paper: Optimal ageing limit of oil-immersed transformers in flexible power systems GitHub repository
- Conference paper: Receding horizon algorithm for dynamic transformer rating and its application for real-time economic dispatch. GitHub repository