├── .gitignore ├── .readthedocs.yaml ├── .spyproject ├── config │ ├── backups │ │ ├── codestyle.ini.bak │ │ ├── desktop.ini │ │ ├── encoding.ini.bak │ │ ├── vcs.ini.bak │ │ └── workspace.ini.bak │ ├── codestyle.ini │ ├── defaults │ │ ├── defaults-codestyle-0.2.0.ini │ │ ├── defaults-encoding-0.2.0.ini │ │ ├── defaults-vcs-0.2.0.ini │ │ ├── defaults-workspace-0.2.0.ini │ │ └── desktop.ini │ ├── desktop.ini │ ├── encoding.ini │ ├── vcs.ini │ └── workspace.ini └── desktop.ini ├── AUTHORS ├── Code ├── .history │ └── Model │ │ ├── Constraints_20240619235325.py │ │ ├── Constraints_20240619235618.py │ │ ├── Constraints_20240619235730.py │ │ ├── Initialize_20240619235325.py │ │ ├── Initialize_20240619235755.py │ │ ├── Results_20240619235325.py │ │ ├── Results_20240620000200.py │ │ └── Results_20240620000547.py ├── Demand_archetypes │ ├── AS_F1_Tier-1.xlsx │ ├── AS_F1_Tier-2.xlsx │ ├── AS_F1_Tier-3.xlsx │ ├── AS_F1_Tier-4.xlsx │ ├── AS_F1_Tier-5.xlsx │ ├── AS_F2_Tier-1.xlsx │ ├── AS_F2_Tier-2.xlsx │ ├── AS_F2_Tier-3.xlsx │ ├── AS_F2_Tier-4.xlsx │ ├── AS_F2_Tier-5.xlsx │ ├── AS_F3_Tier-1.xlsx │ ├── AS_F3_Tier-2.xlsx │ ├── AS_F3_Tier-3.xlsx │ ├── AS_F3_Tier-4.xlsx │ ├── AS_F3_Tier-5.xlsx │ ├── AS_F4_Tier-1.xlsx │ ├── AS_F4_Tier-2.xlsx │ ├── AS_F4_Tier-3.xlsx │ ├── AS_F4_Tier-4.xlsx │ ├── AS_F4_Tier-5.xlsx │ ├── AS_F5_Tier-1.xlsx │ ├── AS_F5_Tier-2.xlsx │ ├── AS_F5_Tier-3.xlsx │ ├── AS_F5_Tier-4.xlsx │ ├── AS_F5_Tier-5.xlsx │ ├── AY_F1_Tier-1.xlsx │ ├── AY_F1_Tier-2.xlsx │ ├── AY_F1_Tier-3.xlsx │ ├── AY_F1_Tier-4.xlsx │ ├── AY_F1_Tier-5.xlsx │ ├── AY_F2_Tier-1.xlsx │ ├── AY_F2_Tier-2.xlsx │ ├── AY_F2_Tier-3.xlsx │ ├── AY_F2_Tier-4.xlsx │ ├── AY_F2_Tier-5.xlsx │ ├── AY_F3_Tier-1.xlsx │ ├── AY_F3_Tier-2.xlsx │ ├── AY_F3_Tier-3.xlsx │ ├── AY_F3_Tier-4.xlsx │ ├── AY_F3_Tier-5.xlsx │ ├── AY_F4_Tier-1.xlsx │ ├── AY_F4_Tier-2.xlsx │ ├── AY_F4_Tier-3.xlsx │ ├── AY_F4_Tier-4.xlsx │ ├── AY_F4_Tier-5.xlsx │ ├── AY_F5_Tier-1.xlsx │ ├── AY_F5_Tier-2.xlsx │ ├── AY_F5_Tier-3.xlsx │ ├── AY_F5_Tier-4.xlsx │ ├── AY_F5_Tier-5.xlsx │ ├── HOSPITAL_Tier-1.xlsx │ ├── HOSPITAL_Tier-2.xlsx │ ├── HOSPITAL_Tier-3.xlsx │ ├── HOSPITAL_Tier-4.xlsx │ ├── HOSPITAL_Tier-5.xlsx │ ├── NC_F1_Tier-1.xlsx │ ├── NC_F1_Tier-2.xlsx │ ├── NC_F1_Tier-3.xlsx │ ├── NC_F1_Tier-4.xlsx │ ├── NC_F1_Tier-5.xlsx │ ├── NC_F2_Tier-1.xlsx │ ├── NC_F2_Tier-2.xlsx │ ├── NC_F2_Tier-3.xlsx │ ├── NC_F2_Tier-4.xlsx │ ├── NC_F2_Tier-5.xlsx │ ├── NC_F3_Tier-1.xlsx │ ├── NC_F3_Tier-2.xlsx │ ├── NC_F3_Tier-3.xlsx │ ├── NC_F3_Tier-4.xlsx │ ├── NC_F3_Tier-5.xlsx │ ├── NC_F4_Tier-1.xlsx │ ├── NC_F4_Tier-2.xlsx │ ├── NC_F4_Tier-3.xlsx │ ├── NC_F4_Tier-4.xlsx │ ├── NC_F4_Tier-5.xlsx │ ├── NC_F5_Tier-1.xlsx │ ├── NC_F5_Tier-2.xlsx │ ├── NC_F5_Tier-3.xlsx │ ├── NC_F5_Tier-4.xlsx │ ├── NC_F5_Tier-5.xlsx │ ├── OM_F1_Tier-1.xlsx │ ├── OM_F1_Tier-2.xlsx │ ├── OM_F1_Tier-3.xlsx │ ├── OM_F1_Tier-4.xlsx │ ├── OM_F1_Tier-5.xlsx │ ├── OM_F2_Tier-1.xlsx │ ├── OM_F2_Tier-2.xlsx │ ├── OM_F2_Tier-3.xlsx │ ├── OM_F2_Tier-4.xlsx │ ├── OM_F2_Tier-5.xlsx │ ├── OM_F3_Tier-1.xlsx │ ├── OM_F3_Tier-2.xlsx │ ├── OM_F3_Tier-3.xlsx │ ├── OM_F3_Tier-4.xlsx │ ├── OM_F3_Tier-5.xlsx │ ├── OM_F4_Tier-1.xlsx │ ├── OM_F4_Tier-2.xlsx │ ├── OM_F4_Tier-3.xlsx │ ├── OM_F4_Tier-4.xlsx │ ├── OM_F4_Tier-5.xlsx │ ├── OM_F5_Tier-1.xlsx │ ├── OM_F5_Tier-2.xlsx │ ├── OM_F5_Tier-3.xlsx │ ├── OM_F5_Tier-4.xlsx │ ├── OM_F5_Tier-5.xlsx │ ├── SCHOOL.xlsx │ ├── desktop.ini │ ├── ~$AY_F1_Tier-4.xlsx │ ├── ~$AY_F1_Tier-5.xlsx │ └── ~$SCHOOL.xlsx ├── Example │ ├── 6 scenarios │ │ ├── Demand.xls │ │ ├── Renewable_Energy.xls │ │ └── data_Integer.dat │ ├── Demand.xls │ ├── Expected │ │ └── Demand.xls │ ├── PV_Energy.xls │ ├── Renewable_Energy.xls │ ├── data.dat │ ├── data_Integer.dat │ └── data_dispatch.dat ├── Inputs │ ├── Demand.csv │ ├── Direct Emissions.csv │ ├── Fuel Specific Cost.csv │ ├── Grid Availability.csv │ ├── Old Input Files │ │ ├── Demand Time Series.xlsx │ │ ├── Demand.xlsx │ │ ├── Generation.xlsx │ │ ├── Model_data.dat │ │ ├── Parameters.csv │ │ ├── Parameters_old.dat │ │ ├── Supply Time Series.xlsx │ │ └── desktop.ini │ ├── Parameters.dat │ ├── RES_Time_Series.csv │ ├── WT_Power_Curve.csv │ └── desktop.ini ├── Model │ ├── Constraints.py │ ├── Demand.py │ ├── Grid_Availability.py │ ├── Initialize.py │ ├── MicroGrids.py │ ├── Model_Creation.py │ ├── Model_Resolution.py │ ├── Plots.py │ ├── RE_calculation.py │ ├── Results.py │ └── tmpjvcsc8hv.pyomo.lp ├── Results │ ├── Energy_Dispatch.png │ ├── Plots │ │ ├── DispatchPlot.png │ │ ├── Investment Costs Plot.png │ │ ├── O&M Costs Plot.png │ │ ├── ParetoCurve.png │ │ ├── SizePlot.png │ │ └── desktop.ini │ ├── Results.xls │ ├── Results_Dispatch.xls │ ├── Results_Summary.xlsx │ ├── Time_Series_SC_1.xlsx │ ├── Time_Series_SC_2.xlsx │ ├── _README.txt │ └── desktop.ini ├── User Interface │ ├── Images │ │ ├── Application.png │ │ ├── Archetypes.png │ │ ├── Carousel │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ └── 5.png │ │ ├── Mgpy_Scheme.png │ │ ├── POWER_StoryMap-768x432.png │ │ ├── advanced_icon.png │ │ ├── attention.png │ │ ├── desktop.ini │ │ ├── doc_icon.png │ │ ├── github_icon.png │ │ ├── python_logo.ico │ │ └── run.png │ ├── Parameters_prova.dat │ ├── advanced_page.py │ ├── app_main.py │ ├── archetypes_page.py │ ├── battery_page.py │ ├── desktop.ini │ ├── generator_page.py │ ├── grid_page.py │ ├── initial_page.py │ ├── plot_page.py │ ├── recalculation_page.py │ ├── run_page.py │ ├── start_page.py │ ├── technologies_page.py │ └── tool_tip.py ├── desktop.ini └── tmp │ ├── desktop.ini │ └── model1699878830815103300.mps ├── LICENSE ├── MGPy Logo.png ├── README.md ├── docs ├── Makefile ├── README.rst ├── make.bat ├── requirements.txt └── source │ ├── Images │ ├── Archetypes.png │ ├── CapacityExpansion.png │ ├── Demand.png │ ├── Examples │ │ ├── 1 │ │ │ ├── 2.10.png │ │ │ ├── 2.11.png │ │ │ ├── 2.12.png │ │ │ ├── 2.13.png │ │ │ ├── 2.2.png │ │ │ ├── 2.3.png │ │ │ ├── 2.4.png │ │ │ ├── 2.5.png │ │ │ ├── 2.6.png │ │ │ ├── 2.7.png │ │ │ ├── 2.8.png │ │ │ ├── 2.9.png │ │ │ └── README.rst │ │ ├── 2 │ │ │ ├── 2.10.png │ │ │ ├── 2.11.png │ │ │ ├── 2.12.png │ │ │ ├── 2.13.png │ │ │ ├── 2.14.png │ │ │ ├── 2.2.png │ │ │ ├── 2.3.png │ │ │ ├── 2.4.png │ │ │ ├── 2.5.png │ │ │ ├── 2.6.png │ │ │ ├── 2.7.png │ │ │ ├── 2.8.png │ │ │ ├── 2.9.png │ │ │ └── README.rst │ │ ├── 3 │ │ │ ├── 2.10.png │ │ │ ├── 2.11.png │ │ │ ├── 2.12.png │ │ │ ├── 2.13.png │ │ │ ├── 2.14.png │ │ │ ├── 2.2.png │ │ │ ├── 2.3.png │ │ │ ├── 2.4.png │ │ │ ├── 2.5.png │ │ │ ├── 2.6.png │ │ │ ├── 2.7.png │ │ │ ├── 2.8.png │ │ │ ├── 2.9.png │ │ │ └── README.rst │ │ ├── 4 │ │ │ ├── 2.1.png │ │ │ ├── 2.10.png │ │ │ ├── 2.11.png │ │ │ ├── 2.2.png │ │ │ ├── 2.3.png │ │ │ ├── 2.4.png │ │ │ ├── 2.5.png │ │ │ ├── 2.6.png │ │ │ ├── 2.7.png │ │ │ ├── 2.8.png │ │ │ ├── 2.9.png │ │ │ └── README.rst │ │ ├── CashFlowPlot.png │ │ ├── Default │ │ │ ├── 1.10.png │ │ │ ├── 1.11.png │ │ │ ├── 1.12.png │ │ │ ├── 1.2.png │ │ │ ├── 1.3.png │ │ │ ├── 1.4.png │ │ │ ├── 1.5.png │ │ │ ├── 1.6.png │ │ │ ├── 1.7.png │ │ │ ├── 1.8.png │ │ │ ├── 1.9.png │ │ │ └── README.rst │ │ ├── DispatchPlot.png │ │ └── README.rst │ ├── GLPK results (5 years).png │ ├── GRID availability.png │ ├── Gurobi results (5 years).png │ ├── Interface.png │ ├── Interface │ │ ├── advanced_features.png │ │ ├── battery.png │ │ ├── gen.png │ │ ├── gen_2.png │ │ ├── gen_3.png │ │ ├── load.png │ │ ├── load_2.png │ │ ├── model_configuration.png │ │ ├── model_configuration_2.png │ │ ├── model_configuration_3.png │ │ ├── plot.png │ │ ├── res.png │ │ ├── res_2.png │ │ ├── res_param.png │ │ ├── res_param_2.png │ │ ├── run.png │ │ ├── run_2.png │ │ ├── run_3.png │ │ ├── run_4.png │ │ └── run_5.png │ ├── Logo.png │ ├── Mgpy installation.png │ ├── Mgpy_Scheme.png │ ├── Mgpy_Scheme_2.png │ ├── Mgpy_Simple_Scheme.png │ ├── Mgpy_download.png │ ├── Mgpy_gui.png │ ├── Mgpy_run.png │ ├── Mgpy_spyder.png │ ├── Minigrid components.png │ ├── NASA_POWER.png │ ├── Objective_Function.png │ ├── Open science.png │ ├── POWER_StoryMap-768x432.png │ ├── ParetoCurve.png │ ├── Partial Load 2.jpg │ ├── Partial load 1.png │ ├── Plots.png │ ├── Power_curve.png │ ├── RAMP.png │ ├── RES.png │ ├── ResultsCapacityExpansion.png │ ├── SOH_DOD.png │ ├── SOH_battery_chemistry.png │ ├── SOH_temperature.png │ ├── Size_LP.png │ ├── case study.png │ └── wacc.png │ ├── _static │ └── css │ │ └── custom.css │ ├── advanced.rst │ ├── api.rst │ ├── building.rst │ ├── conf.py │ ├── contributors.rst │ ├── example.rst │ ├── folder.rst │ ├── formulation.rst │ ├── index.rst │ ├── installation.rst │ ├── interface.rst │ ├── intro.rst │ ├── model_results.rst │ ├── model_structure.rst │ ├── running.rst │ └── troubleshooting.rst ├── pubs_list.md └── pyproject.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /.spyproject/config/backups/codestyle.ini.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/backups/codestyle.ini.bak -------------------------------------------------------------------------------- /.spyproject/config/backups/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/backups/desktop.ini -------------------------------------------------------------------------------- /.spyproject/config/backups/encoding.ini.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/backups/encoding.ini.bak -------------------------------------------------------------------------------- /.spyproject/config/backups/vcs.ini.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/backups/vcs.ini.bak -------------------------------------------------------------------------------- /.spyproject/config/backups/workspace.ini.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/backups/workspace.ini.bak -------------------------------------------------------------------------------- /.spyproject/config/codestyle.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/codestyle.ini -------------------------------------------------------------------------------- /.spyproject/config/defaults/defaults-codestyle-0.2.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/defaults/defaults-codestyle-0.2.0.ini -------------------------------------------------------------------------------- /.spyproject/config/defaults/defaults-encoding-0.2.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/defaults/defaults-encoding-0.2.0.ini -------------------------------------------------------------------------------- /.spyproject/config/defaults/defaults-vcs-0.2.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/defaults/defaults-vcs-0.2.0.ini -------------------------------------------------------------------------------- /.spyproject/config/defaults/defaults-workspace-0.2.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/defaults/defaults-workspace-0.2.0.ini -------------------------------------------------------------------------------- /.spyproject/config/defaults/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/defaults/desktop.ini -------------------------------------------------------------------------------- /.spyproject/config/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/desktop.ini -------------------------------------------------------------------------------- /.spyproject/config/encoding.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/encoding.ini -------------------------------------------------------------------------------- /.spyproject/config/vcs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/vcs.ini -------------------------------------------------------------------------------- /.spyproject/config/workspace.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/config/workspace.ini -------------------------------------------------------------------------------- /.spyproject/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/.spyproject/desktop.ini -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/AUTHORS -------------------------------------------------------------------------------- /Code/.history/Model/Constraints_20240619235325.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Constraints_20240619235325.py -------------------------------------------------------------------------------- /Code/.history/Model/Constraints_20240619235618.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Constraints_20240619235618.py -------------------------------------------------------------------------------- /Code/.history/Model/Constraints_20240619235730.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Constraints_20240619235730.py -------------------------------------------------------------------------------- /Code/.history/Model/Initialize_20240619235325.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Initialize_20240619235325.py -------------------------------------------------------------------------------- /Code/.history/Model/Initialize_20240619235755.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Initialize_20240619235755.py -------------------------------------------------------------------------------- /Code/.history/Model/Results_20240619235325.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Results_20240619235325.py -------------------------------------------------------------------------------- /Code/.history/Model/Results_20240620000200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Results_20240620000200.py -------------------------------------------------------------------------------- /Code/.history/Model/Results_20240620000547.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/.history/Model/Results_20240620000547.py -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F1_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F1_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F1_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F1_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F1_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F1_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F1_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F1_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F1_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F1_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F2_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F2_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F2_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F2_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F2_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F2_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F2_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F2_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F2_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F2_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F3_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F3_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F3_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F3_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F3_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F3_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F3_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F3_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F3_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F3_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F4_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F4_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F4_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F4_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F4_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F4_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F4_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F4_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F4_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F4_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F5_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F5_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F5_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F5_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F5_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F5_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F5_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F5_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AS_F5_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AS_F5_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F1_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F1_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F1_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F1_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F1_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F1_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F1_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F1_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F1_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F1_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F2_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F2_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F2_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F2_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F2_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F2_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F2_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F2_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F2_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F2_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F3_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F3_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F3_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F3_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F3_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F3_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F3_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F3_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F3_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F3_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F4_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F4_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F4_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F4_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F4_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F4_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F4_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F4_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F4_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F4_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F5_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F5_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F5_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F5_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F5_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F5_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F5_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F5_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/AY_F5_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/AY_F5_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/HOSPITAL_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/HOSPITAL_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/HOSPITAL_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/HOSPITAL_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/HOSPITAL_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/HOSPITAL_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/HOSPITAL_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/HOSPITAL_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/HOSPITAL_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/HOSPITAL_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F1_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F1_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F1_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F1_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F1_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F1_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F1_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F1_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F1_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F1_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F2_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F2_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F2_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F2_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F2_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F2_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F2_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F2_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F2_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F2_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F3_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F3_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F3_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F3_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F3_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F3_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F3_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F3_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F3_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F3_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F4_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F4_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F4_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F4_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F4_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F4_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F4_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F4_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F4_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F4_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F5_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F5_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F5_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F5_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F5_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F5_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F5_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F5_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/NC_F5_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/NC_F5_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F1_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F1_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F1_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F1_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F1_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F1_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F1_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F1_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F1_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F1_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F2_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F2_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F2_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F2_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F2_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F2_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F2_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F2_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F2_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F2_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F3_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F3_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F3_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F3_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F3_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F3_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F3_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F3_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F3_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F3_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F4_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F4_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F4_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F4_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F4_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F4_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F4_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F4_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F4_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F4_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F5_Tier-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F5_Tier-1.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F5_Tier-2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F5_Tier-2.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F5_Tier-3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F5_Tier-3.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F5_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F5_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/OM_F5_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/OM_F5_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/SCHOOL.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/SCHOOL.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/desktop.ini -------------------------------------------------------------------------------- /Code/Demand_archetypes/~$AY_F1_Tier-4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/~$AY_F1_Tier-4.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/~$AY_F1_Tier-5.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/~$AY_F1_Tier-5.xlsx -------------------------------------------------------------------------------- /Code/Demand_archetypes/~$SCHOOL.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Demand_archetypes/~$SCHOOL.xlsx -------------------------------------------------------------------------------- /Code/Example/6 scenarios/Demand.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/6 scenarios/Demand.xls -------------------------------------------------------------------------------- /Code/Example/6 scenarios/Renewable_Energy.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/6 scenarios/Renewable_Energy.xls -------------------------------------------------------------------------------- /Code/Example/6 scenarios/data_Integer.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/6 scenarios/data_Integer.dat -------------------------------------------------------------------------------- /Code/Example/Demand.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/Demand.xls -------------------------------------------------------------------------------- /Code/Example/Expected/Demand.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/Expected/Demand.xls -------------------------------------------------------------------------------- /Code/Example/PV_Energy.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/PV_Energy.xls -------------------------------------------------------------------------------- /Code/Example/Renewable_Energy.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/Renewable_Energy.xls -------------------------------------------------------------------------------- /Code/Example/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/data.dat -------------------------------------------------------------------------------- /Code/Example/data_Integer.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/data_Integer.dat -------------------------------------------------------------------------------- /Code/Example/data_dispatch.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Example/data_dispatch.dat -------------------------------------------------------------------------------- /Code/Inputs/Demand.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Demand.csv -------------------------------------------------------------------------------- /Code/Inputs/Direct Emissions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Direct Emissions.csv -------------------------------------------------------------------------------- /Code/Inputs/Fuel Specific Cost.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Fuel Specific Cost.csv -------------------------------------------------------------------------------- /Code/Inputs/Grid Availability.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Grid Availability.csv -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Demand Time Series.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Demand Time Series.xlsx -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Demand.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Demand.xlsx -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Generation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Generation.xlsx -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Model_data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Model_data.dat -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Parameters.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Parameters.csv -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Parameters_old.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Parameters_old.dat -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/Supply Time Series.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/Supply Time Series.xlsx -------------------------------------------------------------------------------- /Code/Inputs/Old Input Files/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Old Input Files/desktop.ini -------------------------------------------------------------------------------- /Code/Inputs/Parameters.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/Parameters.dat -------------------------------------------------------------------------------- /Code/Inputs/RES_Time_Series.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/RES_Time_Series.csv -------------------------------------------------------------------------------- /Code/Inputs/WT_Power_Curve.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/WT_Power_Curve.csv -------------------------------------------------------------------------------- /Code/Inputs/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Inputs/desktop.ini -------------------------------------------------------------------------------- /Code/Model/Constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Constraints.py -------------------------------------------------------------------------------- /Code/Model/Demand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Demand.py -------------------------------------------------------------------------------- /Code/Model/Grid_Availability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Grid_Availability.py -------------------------------------------------------------------------------- /Code/Model/Initialize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Initialize.py -------------------------------------------------------------------------------- /Code/Model/MicroGrids.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/MicroGrids.py -------------------------------------------------------------------------------- /Code/Model/Model_Creation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Model_Creation.py -------------------------------------------------------------------------------- /Code/Model/Model_Resolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Model_Resolution.py -------------------------------------------------------------------------------- /Code/Model/Plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Plots.py -------------------------------------------------------------------------------- /Code/Model/RE_calculation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/RE_calculation.py -------------------------------------------------------------------------------- /Code/Model/Results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/Results.py -------------------------------------------------------------------------------- /Code/Model/tmpjvcsc8hv.pyomo.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Model/tmpjvcsc8hv.pyomo.lp -------------------------------------------------------------------------------- /Code/Results/Energy_Dispatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Energy_Dispatch.png -------------------------------------------------------------------------------- /Code/Results/Plots/DispatchPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/DispatchPlot.png -------------------------------------------------------------------------------- /Code/Results/Plots/Investment Costs Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/Investment Costs Plot.png -------------------------------------------------------------------------------- /Code/Results/Plots/O&M Costs Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/O&M Costs Plot.png -------------------------------------------------------------------------------- /Code/Results/Plots/ParetoCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/ParetoCurve.png -------------------------------------------------------------------------------- /Code/Results/Plots/SizePlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/SizePlot.png -------------------------------------------------------------------------------- /Code/Results/Plots/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Plots/desktop.ini -------------------------------------------------------------------------------- /Code/Results/Results.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Results.xls -------------------------------------------------------------------------------- /Code/Results/Results_Dispatch.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Results_Dispatch.xls -------------------------------------------------------------------------------- /Code/Results/Results_Summary.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Results_Summary.xlsx -------------------------------------------------------------------------------- /Code/Results/Time_Series_SC_1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/Time_Series_SC_1.xlsx -------------------------------------------------------------------------------- /Code/Results/Time_Series_SC_2.xlsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Code/Results/_README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/_README.txt -------------------------------------------------------------------------------- /Code/Results/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/Results/desktop.ini -------------------------------------------------------------------------------- /Code/User Interface/Images/Application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Application.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Archetypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Archetypes.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Carousel/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Carousel/1.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Carousel/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Carousel/2.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Carousel/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Carousel/3.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Carousel/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Carousel/4.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Carousel/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Carousel/5.png -------------------------------------------------------------------------------- /Code/User Interface/Images/Mgpy_Scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/Mgpy_Scheme.png -------------------------------------------------------------------------------- /Code/User Interface/Images/POWER_StoryMap-768x432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/POWER_StoryMap-768x432.png -------------------------------------------------------------------------------- /Code/User Interface/Images/advanced_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/advanced_icon.png -------------------------------------------------------------------------------- /Code/User Interface/Images/attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/attention.png -------------------------------------------------------------------------------- /Code/User Interface/Images/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/desktop.ini -------------------------------------------------------------------------------- /Code/User Interface/Images/doc_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/doc_icon.png -------------------------------------------------------------------------------- /Code/User Interface/Images/github_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/github_icon.png -------------------------------------------------------------------------------- /Code/User Interface/Images/python_logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/python_logo.ico -------------------------------------------------------------------------------- /Code/User Interface/Images/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Images/run.png -------------------------------------------------------------------------------- /Code/User Interface/Parameters_prova.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/Parameters_prova.dat -------------------------------------------------------------------------------- /Code/User Interface/advanced_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/advanced_page.py -------------------------------------------------------------------------------- /Code/User Interface/app_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/app_main.py -------------------------------------------------------------------------------- /Code/User Interface/archetypes_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/archetypes_page.py -------------------------------------------------------------------------------- /Code/User Interface/battery_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/battery_page.py -------------------------------------------------------------------------------- /Code/User Interface/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/desktop.ini -------------------------------------------------------------------------------- /Code/User Interface/generator_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/generator_page.py -------------------------------------------------------------------------------- /Code/User Interface/grid_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/grid_page.py -------------------------------------------------------------------------------- /Code/User Interface/initial_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/initial_page.py -------------------------------------------------------------------------------- /Code/User Interface/plot_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/plot_page.py -------------------------------------------------------------------------------- /Code/User Interface/recalculation_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/recalculation_page.py -------------------------------------------------------------------------------- /Code/User Interface/run_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/run_page.py -------------------------------------------------------------------------------- /Code/User Interface/start_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/start_page.py -------------------------------------------------------------------------------- /Code/User Interface/technologies_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/technologies_page.py -------------------------------------------------------------------------------- /Code/User Interface/tool_tip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/User Interface/tool_tip.py -------------------------------------------------------------------------------- /Code/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/desktop.ini -------------------------------------------------------------------------------- /Code/tmp/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/Code/tmp/desktop.ini -------------------------------------------------------------------------------- /Code/tmp/model1699878830815103300.mps: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/LICENSE -------------------------------------------------------------------------------- /MGPy Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/MGPy Logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/README.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/source/Images/Archetypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Archetypes.png -------------------------------------------------------------------------------- /docs/source/Images/CapacityExpansion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/CapacityExpansion.png -------------------------------------------------------------------------------- /docs/source/Images/Demand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Demand.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.10.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.11.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.12.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.13.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.2.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.3.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.4.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.5.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.6.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.7.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.8.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/2.9.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/1/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/1/README.rst -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.10.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.11.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.12.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.13.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.14.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.2.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.3.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.4.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.5.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.6.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.7.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.8.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/2.9.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/2/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/2/README.rst -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.10.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.11.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.12.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.13.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.14.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.2.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.3.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.4.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.5.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.6.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.7.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.8.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/2.9.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/3/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/3/README.rst -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.1.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.10.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.11.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.2.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.3.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.4.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.5.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.6.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.7.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.8.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/2.9.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/4/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/4/README.rst -------------------------------------------------------------------------------- /docs/source/Images/Examples/CashFlowPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/CashFlowPlot.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.10.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.11.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.12.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.2.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.3.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.4.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.5.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.6.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.7.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.8.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/1.9.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/Default/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/Default/README.rst -------------------------------------------------------------------------------- /docs/source/Images/Examples/DispatchPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/DispatchPlot.png -------------------------------------------------------------------------------- /docs/source/Images/Examples/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Examples/README.rst -------------------------------------------------------------------------------- /docs/source/Images/GLPK results (5 years).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/GLPK results (5 years).png -------------------------------------------------------------------------------- /docs/source/Images/GRID availability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/GRID availability.png -------------------------------------------------------------------------------- /docs/source/Images/Gurobi results (5 years).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Gurobi results (5 years).png -------------------------------------------------------------------------------- /docs/source/Images/Interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/advanced_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/advanced_features.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/battery.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/gen.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/gen_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/gen_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/gen_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/gen_3.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/load.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/load_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/load_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/model_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/model_configuration.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/model_configuration_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/model_configuration_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/model_configuration_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/model_configuration_3.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/plot.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/res.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/res_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/res_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/res_param.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/res_param.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/res_param_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/res_param_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/run.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/run_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/run_2.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/run_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/run_3.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/run_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/run_4.png -------------------------------------------------------------------------------- /docs/source/Images/Interface/run_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Interface/run_5.png -------------------------------------------------------------------------------- /docs/source/Images/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Logo.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy installation.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_Scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_Scheme.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_Scheme_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_Scheme_2.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_Simple_Scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_Simple_Scheme.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_download.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_gui.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_run.png -------------------------------------------------------------------------------- /docs/source/Images/Mgpy_spyder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Mgpy_spyder.png -------------------------------------------------------------------------------- /docs/source/Images/Minigrid components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Minigrid components.png -------------------------------------------------------------------------------- /docs/source/Images/NASA_POWER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/NASA_POWER.png -------------------------------------------------------------------------------- /docs/source/Images/Objective_Function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Objective_Function.png -------------------------------------------------------------------------------- /docs/source/Images/Open science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Open science.png -------------------------------------------------------------------------------- /docs/source/Images/POWER_StoryMap-768x432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/POWER_StoryMap-768x432.png -------------------------------------------------------------------------------- /docs/source/Images/ParetoCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/ParetoCurve.png -------------------------------------------------------------------------------- /docs/source/Images/Partial Load 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Partial Load 2.jpg -------------------------------------------------------------------------------- /docs/source/Images/Partial load 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Partial load 1.png -------------------------------------------------------------------------------- /docs/source/Images/Plots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Plots.png -------------------------------------------------------------------------------- /docs/source/Images/Power_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Power_curve.png -------------------------------------------------------------------------------- /docs/source/Images/RAMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/RAMP.png -------------------------------------------------------------------------------- /docs/source/Images/RES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/RES.png -------------------------------------------------------------------------------- /docs/source/Images/ResultsCapacityExpansion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/ResultsCapacityExpansion.png -------------------------------------------------------------------------------- /docs/source/Images/SOH_DOD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/SOH_DOD.png -------------------------------------------------------------------------------- /docs/source/Images/SOH_battery_chemistry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/SOH_battery_chemistry.png -------------------------------------------------------------------------------- /docs/source/Images/SOH_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/SOH_temperature.png -------------------------------------------------------------------------------- /docs/source/Images/Size_LP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/Size_LP.png -------------------------------------------------------------------------------- /docs/source/Images/case study.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/case study.png -------------------------------------------------------------------------------- /docs/source/Images/wacc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/Images/wacc.png -------------------------------------------------------------------------------- /docs/source/_static/css/custom.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/source/advanced.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/advanced.rst -------------------------------------------------------------------------------- /docs/source/api.rst: -------------------------------------------------------------------------------- 1 | API 2 | === 3 | 4 | .. autosummary:: 5 | :toctree: generated 6 | 7 | -------------------------------------------------------------------------------- /docs/source/building.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/building.rst -------------------------------------------------------------------------------- /docs/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/conf.py -------------------------------------------------------------------------------- /docs/source/contributors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/contributors.rst -------------------------------------------------------------------------------- /docs/source/example.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/example.rst -------------------------------------------------------------------------------- /docs/source/folder.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/folder.rst -------------------------------------------------------------------------------- /docs/source/formulation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/formulation.rst -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/index.rst -------------------------------------------------------------------------------- /docs/source/installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/installation.rst -------------------------------------------------------------------------------- /docs/source/interface.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/interface.rst -------------------------------------------------------------------------------- /docs/source/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/intro.rst -------------------------------------------------------------------------------- /docs/source/model_results.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/model_results.rst -------------------------------------------------------------------------------- /docs/source/model_structure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/model_structure.rst -------------------------------------------------------------------------------- /docs/source/running.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/running.rst -------------------------------------------------------------------------------- /docs/source/troubleshooting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/docs/source/troubleshooting.rst -------------------------------------------------------------------------------- /pubs_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/pubs_list.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SESAM-Polimi/MicroGridsPy-SESAM/HEAD/pyproject.toml --------------------------------------------------------------------------------