-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#24 Correcting the 5R1C Method and the norm heat load calculation
- Loading branch information
1 parent
dca29cc
commit c3601f7
Showing
12 changed files
with
8,604 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
id;building;year;retrofit;area;heater;PV;STC;EV;BAT;f_TES;f_BAT;f_EV;f_PV;f_STC;gamma_PV;ev_charging | ||
0;SFH;2022;1;150;heat_grid;0;0;0;0;35;1;M;0.4;0.04;0;on_demand | ||
1;SFH;2022;1;165;heat_grid;0;0;0;0;35;1;M;0.4;0.04;0;on_demand | ||
id;building;year;retrofit;construction_type;night_setback;area;heater;PV;STC;EV;BAT;f_TES;f_BAT;f_EV;f_PV;f_STC;gamma_PV;ev_charging | ||
0;SFH;1980;0;;0;140;heat_grid;1;1;1;1;35;1;M;0.4;0.04;0;on_demand | ||
1;MFH;1980;0;;0;300;heat_grid;1;1;1;1;35;1;M;0.4;0.04;0;on_demand |
Oops, something went wrong.