architecture-building-systems / sia_380-1-full_version

This code is the python implemented form of SIA380-1. It is not a simplified version.
4 stars 1 forks source link

Simulation outputs #96

Closed Linwal closed 4 years ago

Linwal commented 4 years ago

What simulation outputs should be stored into files?

Further possibilities are: solar gains, transmission losses, ventilation losses, and all kinds of intermediate numbers, dynamic cop, self-consumptio ratio, etc.

@kuhnal, @hillias : Please tick the boxes you think should be stored in a file and add other outputs you'd like to be stored in comments.

kuhnal commented 4 years ago
  • [x] operational emissions
  • [x] embodied emissions (systems)
  • [x] embodied emissions (materials)
  • [x] heat demand
  • [x] dhw demand
  • [x] cold demand
  • [x] gross electricity demand
  • [x] PV output
  • [x] other: dyn. COP (possible to separate between DHW and H?), self-consumption-degree PV, autarky-degree PV

Would it also be possible to split the embodied emissions into the individual components? This may result in having too many tables which makes it a bit messy though..

Linwal commented 4 years ago

Would it also be possible to split the embodied emissions into the individual components? This may result in having too many tables which makes it a bit messy though..

@kuhnal : Thank you for your comments.

Yes, that would certainly be possible. I suggest to look at it once you/we know, how to split it. I also moved the results to a new folder to make it less "messy"

Concerning COPs, there is now a file output for weighted_heating_cop, weighted_cooling_cop and weighted_dhw_cop for both the monthly and the hourly model. Currently their are 22 excel output files.

Still to do:

Linwal commented 4 years ago

several new output files are created, (pushed to master)