Zenmo / zero_engine

This repository contains the 'engine' part of the Zenmo Zero models; the calculation model of the energy system simulation
GNU General Public License v3.0
0 stars 0 forks source link

Simulations covering more than one calender-year #78

Closed GillisHommen closed 5 days ago

GillisHommen commented 2 weeks ago

For example; simulate a year from October 2023 until September 2024.

How to deal with t_h, weather profiles, consumption profiles, etc.?

Let the simulation run from t_h = startHour until t_h=startHour + 8760? (so t_h will go above 8760) How to load the data from these periods into the model such that they are used at the correct time?

GillisHommen commented 5 days ago

This change is included in https://github.com/Zenmo/zero_engine/pull/83