smn
smn
This PR fixes (hopefully) minor errors in the doc of the GenericStorageBlock and GenericStorageInvementBlock docstring.
Add some methods to the solph energy system to move functionality to the object according to the plan of #315 * Related issues #315 * TODOS: * [ ] Maybe...
* Describe your pull request as transparent as possible * Collects equations for reporting on the model (solph) * solph * m.report()
Hey I would like to change the summed_max from a scalar to a kind of dictionary: Concated subperiods values would be all timesteps of the model ``` subperiods = {p1:...
Hey, I frequently realize, that when developing application I create errors by wrong instantiation and these are often not very helpful. I can handle most of them, because I know...
I encountered some problems when setting timedependent parameters via a json object: Setting this on in a field `{'max': max_profile}` and then having an additional resource where `max_profile` is on...
I am updating my components with new values, for example the variable cost: As an example I have 40 for the variable costs first and 200 to be updated. After...
I just stumbled upon the difference between periods and timesteps: https://stackoverflow.com/questions/42284591/python-pandas-difference-between-timestamps-and-period-range From that definition I would think, that the `es.timeindex` should rather be a period index. However, I do not...
I think it would be great to just have some economic calculations based on a standard approach (e.g. NREL https://www.nrel.gov/docs/legosti/old/5173.pdf or VDI-standard). Maybe, if somebody has some money, we could...
I think modelling should also work if a simple list as index is passed, if for example temporal aggregation by clustering methods is performed, there are no 'real days' anymore.