Francesco Witte

Results 182 comments of Francesco Witte

The group around [SESMG](https://spreadsheet-energy-system-model-generator.readthedocs.io/en/latest/index.html) seems to have implement some time series aggregation methods in context of oemof-solph models, maybe worth a look: https://spreadsheet-energy-system-model-generator.readthedocs.io/en/latest/01.03.00_model_simplification.html

In trying to fix a which I thought was a bug, I ended up completely reworking the `OffsetConverter`. You can see the result in #1068. It includes - The possibility...

> Question for the people who last worked with the OffsetConverter (@p-snft & @jokochems): Is this even possible? I always wanted that to work (maybe analogously to the conversion_factors parameter...

> Just to show, how that can be used/implemented. That is shown here already: https://oemof.github.io/heat-pump-tutorial/, but I will also add a minimal example in #1068

Hi @NicholasFry, I will be on a short train ride later and have a look at the issue. Best Francesco

Btw: I saw that you are interested in geothermal heating. We have been working on geothermal power generation recently (https://github.com/fwitte/ORCSimulator) as well as geothermal storage integration with heat pumps. If...

> What do I need to do to define the appropriate starting values (e.g. pr=, ttd_u=, p0= outlet to the evaporator)? Starting values are only required for the Newton-Algorithm as...

I'm in. I will move the examples to the repository with the next TESPy-release.

@pjutr, it‘s been quite a long time since I last used spyder, so I am not an expert here. But I remember that spyder needs to be installed to and...

Can you post a list of installed packages? `conda list --export > package-list.txt` What python version do you use?