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

Implementations and use of J_EAConsumption, J_EAProduction and J_EAProfile are confusing #77

Open GillisHommen opened 2 weeks ago

GillisHommen commented 2 weeks ago

J_EAProduction takes in a 'J_ProfilePointer' that should have normalized power as values.

J_EAConsumption takes in a 'J_ProfilePointer' that should have annual-consumption-fraction as values. (so for a 'flat' consumption profile the value for every timestep should be 1/8760)

J_EAProfile has its own internal array with consumption [kWh] per timestep; which can also be negative (production!)

And, for maximum confusion, the 'default' time-series for J_EAProduction and J_EAConsumption are stored in the same db_profiles excel without any explanation.