Patrik Schönfeldt
Patrik Schönfeldt
At https://github.com/oemof/oemof#contents, windpowerlib is counted as an oemof project. However, it is located at https://github.com/wind-python/windpowerlib, while all other projects are sitting within https://github.com/oemof/. I think, it should be moved here.
There are [Zenodo created DOIs](https://zenodo.org/search?page=1&size=20&q=conceptrecid:%22596235%22&sort=-version&all_versions=True) for oemof. I believe this is a great step to make specific versions citable. However, the integration might be improved. I see three points: *...
It might be a valuable addition to have a simple physical model for heating demand. One option would be, that you give insulating surfaces (areas with corresponding widths and u-values...
What is called "unit test", is actually an integration test calculating the sum. This does not find serious issues, e.g. if timestamps are shuffled in the profiles. (This happened in...
(Copied from wrong lo cation at https://github.com/oemof/feedinlib/issues/49.) Standard lows profiles (SLP) are – by construction – static. This can be a problem especially for electric demands of small sites (like...
SLP data is copyrighted. Currently, I cannot see a copyright note. (Examples I found are released under CC-by, so the copyright holder has to be named. At the moment, I...
The unit tests for solar thermal use lp files that contain decimal representations of floating point numbers. The actual values seem to depend on the used platform, so the unit...
The combination of heat pumps and phase change material can be used as a rather inexpensive and ecological seasonal energy storage (German: Eisspeicher). This is one component to be developed...
The formulation of the gradient limit is at least hard to follow. I think I did not alter it in #1077 but @jokochems, ,who changed it before, now means it...
Replaces lp diff constraint tests by granular unit tests for functionality. Reasoning: * The LP files depend on Pyomo internals, thus they change when Pyomo changes things. * They include...