This work has been presented at 2019 Annual IEEE Global Humanitarian Technology Conference (GHTC), Seattle, Washington and published here.
The irrigation load for agricultural purposes is designed using the code given below. It takes the weather data of the village into consideration to provide an accurate representaion of the load demand.
Irrigation-load-modelling.ipynb
monsoon.txt (Weather data)
The domestic load of the village is modelled taking into consideration of the number of houses, type of house, number of appliances and heat index of the village. The code to simulate the load demand for 20 years is given below.
Domestic-load-modelling.ipynb
HI.txt (Heat Index)
The Irrigation system and the Microgrid system operate independently and is simuated in the code given below.
The two systems are interconnected and the energy transfer is enabled using the Smart Energy Transfer Algorithm which is given in the following code: