oemof / demandlib

Creating heat and power demand profiles from annual values.
https://oemof.org
MIT License
55 stars 38 forks source link

Add h0_dyn as an additional profile next to all other profiles #39

Closed uvchik closed 2 years ago

uvchik commented 3 years ago

I think we do not need a decision parameter, because we can just add h0_dyn as an additional profile.

It is also faster that way, because the profiles can be used for different annual values very fast instead of calculating the profile ever again.

Furthermore, the creation of the dynamic profile is 1000 time faster now (<0.01 sec).

uvchik commented 3 years ago

The seasons parameter does not work with the dynamic profile.

  1. We could remove it.
  2. We could raise a warning, that it does not work with the dynamic profile
  3. I think it is not possible to create a dynamic profile with variable seasons

I am even not sure if it make sense to change the seasons because all the equations are empiric.

This is related to #38.

p-snft commented 2 years ago

I'd remove the seasons parameters. As you stated in #38, the BDEW profiles are normed only for Germany.

uvchik commented 2 years ago

I will merge it into the revision branch to avoid merge conflicts.