Jan Schiefelbein-Lach

Results 23 comments of Jan Schiefelbein-Lach

![failed_test_11](https://cloud.githubusercontent.com/assets/8487502/22738529/118e8db2-ee08-11e6-8f6e-a7e3a13fc55c.png)

![failed_test_11_b](https://cloud.githubusercontent.com/assets/8487502/22738535/162fac98-ee08-11e6-844d-6bbec3e40278.png)

Default setting has been a time discretization of 60 seconds

According to @ThomasSchuetz and @mlauster it might be reasonable to use VDI 2078 reference values for test case 11

We are going to use the issue297_vdi_core branch for further development.

@MichaMans Do you mean something like teaser/examples/simulation/vdi_6007_simulation.py ```Python weather = weat.Weather( beta=beta, gamma=gamma, weather_path=None, albedo=0.2, timeZone=1, altitude=0, location=(49.5, 8.5), timestep=3600, do_sun_rad=True) ``` There is no specific example file for weather...

@MichaMans I just started to implement these functions into the vdi_core.py to be able to have a first, consistent vdi_core calculation file. Please have a look, when I open the...

Reference thermal energy demand values of vdi_6007_simulation.py (before restructuring, see also commit: f34b8b1571e9891e4d7ad0ec18152a313a28d1a9) Year of constr: 1962 --> 65210 kWh Retrofit mod. year 2014 --> 11199 kWh ![ref_demands_before_restructuring](https://user-images.githubusercontent.com/8487502/30163241-8a50f002-93d8-11e7-9dee-e3752345c6cd.png)

New vdi_core.py leads to: Year of constr: 1962 --> 65210 kWh Retrofit mod. year 2014 --> 11199 kWh (example_vdi_core.py on issue297_vdi_core_jsc_2)

Implemented first running version of vdi core with example (d4998c5915681729a2aefb4a5cff55ff8506cbc8). When the new structure is finalized, we have to change the vdi6007 test cases to fit to our new structure,...