smn

Results 26 issues of smn

This PR fixes (hopefully) minor errors in the doc of the GenericStorageBlock and GenericStorageInvementBlock docstring.

documentation

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...

enhancement
oemof-core
oemof-solph

* Describe your pull request as transparent as possible * Collects equations for reporting on the model (solph) * solph * m.report()

enhancement
oemof-solph

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:...

enhancement

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...

enhancement
help wanted
feedback wanted
oemof-core
oemof-solph

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...

question

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...

bug
oemof-core
oemof-solph

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...

question

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...

enhancement
feedback wanted
oemof-core
oemof-solph

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.

enhancement