/grid_modeling

Primary LanguageJupyter Notebook

Grid modeling

This repository contains a research code for islanded grid modeling. An astonishing works insired some ideas deserve to be mentioned.

And many more. All the research in this field is valueable and should be highly appreciated.

Repository content

  • models - a module contains model objects representing grid components. Currently load.py contains models.Consumer object representing a single household load, storage.py contains models.StorageModel object (Battery system model), pv_model.py contains models.PVModel object, a model of solar arrays system.
  • radiance_analysis.ipynb - a jupyter notebook with exploratory analysis of solar irradience data for areas of interests (Kherson, Ukraine and Schipkau, Germany)
  • load_analysis.ipynb - a jupyter notebook with exploratory analysis and grid modeling
  • cost_calculation.ipynb - a jupyter notebook calculating economic indecies and values
  • [research]solar_radiation_prediction.ipynb - a jupyter notebook with exploration of machine learning approaches for irradiance forecasting (reserved for future development)