You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: