Defined the structure

This commit is contained in:
pilar 2020-05-18 13:56:54 -04:00
parent e11a1cc01d
commit 8b53f62d9c
49 changed files with 135885 additions and 0 deletions

85
README.md Normal file
View File

@ -0,0 +1,85 @@
# MonthlyEnergyBalance
This tool calculates the monthly energy balance for a given region.
The current version can only use NYC CityGml at LOD1, but we will increase the regions and the level of detail in future releases.
#### dependencies
You will need to install the following dependencies in your computer order to run the software; please take a look at the [install process](#installation) for your system-specific details
##### External software
+ INSEL 8 (https://insel4d.ca/en/download.html)
+ Simplified Radiosity Algorithm (mail to: guillermo.gutierrezmorote@concordia.ca)
After installing these tools you should include their paths in Path.
##### Python libraries
+ Shapely (1.7.0)
+ cycler (0.10.0)
+ geographiclib (1.50)
+ geopy (1.21.0)
+ kiwisolver (1.2.0)
+ matplotlib (3.2.1)
+ numpy (1.18.3)
+ numpy-stl (2.11.2)
+ pandas (1.0.3)
+ pip (20.0.2)
+ pyny3d (0.2)
+ pyparsing (2.4.7)
+ pyproj (2.6.0)
+ python-dateutil (2.8.1)
+ python-utils (2.4.0)
+ pytz (2019.3)
+ scipy (1.4.1)
+ setuptools (46.1.3)
+ six (1.14.0)
+ stl (0.0.3)
+ xmltodict (0.12.0)
## installation
##### Linux / Mac
Open a terminal and run the following commands.
```
$ mkdir MonthlyEnergyBalance
$ cd MonthlyEnergyBalance
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
$ python -m pip install requirements.txt
```
##### Windows
Open a terminal and run the following commands.
```
c:\> mkdir MonthlyEnergyBalance
c:\> cd MonthlyEnergyBalance
c:\> git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
c:\> python.exe -m pip install requirements.txt
```
#### usage
##### Linux / Mac
Open a terminal and run the following command
```
$ python main.py
```
##### Windows
Open a terminal and run the following command.
```
c:\> python.exe main.py
```

View File

@ -0,0 +1,832 @@
<?xml version="1.0" encoding="utf-8"?>
<archetypes reference_library_building_type="us_library" >
<archetype id="1" building_type="small office" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.21</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="5" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">2</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.5</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="2" building_type="medium office" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.33</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.34</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="3" building_type="large office" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.38</window_ratio>
<window>4</window>
</construction>
<construction id="18" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.34</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="4" building_type="primary school" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.35</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0.0019</window_ratio>
<window>2</window>
</construction>
</constructions>
<average_storey_height units="m">3.96</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="5" building_type="secondary school" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.33</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0.0068</window_ratio>
<window>2</window>
</construction>
</constructions>
<average_storey_height units="m">3.96</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="6" building_type="stand-alone retail" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.07</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0.0064</window_ratio>
<window>2</window>
</construction>
</constructions>
<average_storey_height units="m">6.1</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="7" building_type="strip mall" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">5.18</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="8" building_type="supermarket" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">6.1</average_storey_height>
<number_of_storeys units="-">1</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="9" building_type="quick service restaurant" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="3" type="exterior wall" >
<window_ratio units="-">0.14</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="5" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="10" building_type="full service restaurant" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.17</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="5" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="11" building_type="small hotel" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="12" building_type="large hotel" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>4</window>
</construction>
<construction id="18" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="13" building_type="hospital" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="13" type="exterior wall" >
<window_ratio units="-">0.15</window_ratio>
<window>4</window>
</construction>
<construction id="18" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">4.27</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="14" building_type="outpatient healthcare" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.2</window_ratio>
<window>4</window>
</construction>
<construction id="21" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="15" building_type="warehouse" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="24" type="exterior wall" >
<window_ratio units="-">0.006</window_ratio>
<window>4</window>
</construction>
<construction id="20" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="14" type="roof" >
<window_ratio units="-">.0032</window_ratio>
<window>2</window>
</construction>
</constructions>
<average_storey_height units="m">8.53</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="16" building_type="midrise apartment" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.15</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="17" building_type="high-rise apartment" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="19" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>4</window>
</construction>
<construction id="22" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="17" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.15</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.50</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="18" building_type="small office" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.21</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="4" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">2</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="19" building_type="medium office" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.33</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.34</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="20" building_type="large office" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.38</window_ratio>
<window>3</window>
</construction>
<construction id="1" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.34</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="21" building_type="primary school" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.35</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0.0019</window_ratio>
<window>1</window>
</construction>
</constructions>
<average_storey_height units="m">3.96</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="22" building_type="secondary school" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.33</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0.0068</window_ratio>
<window>1</window>
</construction>
</constructions>
<average_storey_height units="m">3.96</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="23" building_type="stand-alone retail" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.07</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0.0064</window_ratio>
<window>1</window>
</construction>
</constructions>
<average_storey_height units="m">6.1</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="24" building_type="strip mall" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">5.18</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.1</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="25" building_type="supermarket" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">6.1</average_storey_height>
<number_of_storeys units="-">1</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="26" building_type="quick service restaurant" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="16" type="exterior wall" >
<window_ratio units="-">0.14</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="4" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="27" building_type="full service restaurant" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.17</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="4" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="28" building_type="small hotel" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.11</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="29" building_type="large hotel" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>3</window>
</construction>
<construction id="1" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="30" building_type="hospital" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="2" type="exterior wall" >
<window_ratio units="-">0.15</window_ratio>
<window>3</window>
</construction>
<construction id="1" type="interior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">4.27</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">130</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="31" building_type="outpatient healthcare" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.2</window_ratio>
<window>3</window>
</construction>
<construction id="10" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="32" building_type="warehouse" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="23" type="exterior wall" >
<window_ratio units="-">0.006</window_ratio>
<window>3</window>
</construction>
<construction id="7" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="11" type="roof" >
<window_ratio units="-">.0032</window_ratio>
<window>1</window>
</construction>
</constructions>
<average_storey_height units="m">8.53</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="33" building_type="midrise apartment" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.15</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="34" building_type="high-rise apartment" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="35" building_type="residential" reference_standard="ASHRAE 189.1_2009" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
<archetype id="35" building_type="residential" reference_standard="ASHRAE 90.1_2004" climate_zone="ASHRAE_2004:4A">
<constructions>
<construction id="15" type="exterior wall" >
<window_ratio units="-">0.3</window_ratio>
<window>3</window>
</construction>
<construction id="12" type="exterior slab">
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
<construction id="9" type="roof" >
<window_ratio units="-">0</window_ratio>
<window/>
</construction>
</constructions>
<average_storey_height units="m">3.05</average_storey_height>
<number_of_storeys units="-">3</number_of_storeys>
<thermal_capacity units="kJ/K m2">90</thermal_capacity>
<extra_loses_due_to_thermal_bridges units="W/K m2">0.05</extra_loses_due_to_thermal_bridges>
<indirect_heated_ratio units="-">0.15</indirect_heated_ratio>
<infiltration_rate_for_ventilation_system_off units="ACH">0.10</infiltration_rate_for_ventilation_system_off>
<infiltration_rate_for_ventilation_system_on units="ACH">0</infiltration_rate_for_ventilation_system_on>
</archetype>
</archetypes>

View File

@ -0,0 +1,606 @@
<?xml version="1.0" encoding="utf-8"?>
<library name="us_library">
<windows>
<window type="skylight" id="1" name="189.1-2009 Nonres 4B Skylight without Curb">
<shgc>0.32</shgc>
<frame_ratio units="-">0</frame_ratio>
<thickness units="m">0.003</thickness>
<solar_transmittance_at_normal_incidence units="-">0.301483</solar_transmittance_at_normal_incidence>
<front_side_solar_transmittance_at_normal_incidence units="-">0.648517</front_side_solar_transmittance_at_normal_incidence>
<back_side_solar_transmittance_at_normal_incidence units="-">0.648517</back_side_solar_transmittance_at_normal_incidence>
<conductivity units="W/m K">0.0133144</conductivity>
</window>
<window type="skylight" id="2" name="90.1-2004 Nonres 4B Skylight without Curb">
<shgc>0.49</shgc>
<frame_ratio units="-">0</frame_ratio>
<thickness units="m">0.003</thickness>
<solar_transmittance_at_normal_incidence units="-">0.481761</solar_transmittance_at_normal_incidence>
<front_side_solar_transmittance_at_normal_incidence units="-">0.468239</front_side_solar_transmittance_at_normal_incidence>
<back_side_solar_transmittance_at_normal_incidence units="-">0.468239</back_side_solar_transmittance_at_normal_incidence>
<conductivity units="W/m K">0.03026</conductivity>
</window>
<window type="window" id="3" name="189.1-2009 Nonres 4B Window Nonmetal framing">
<shgc>0.35</shgc>
<frame_ratio units="-">0</frame_ratio>
<thickness units="m">0.003</thickness>
<solar_transmittance_at_normal_incidence units="-">0.328881</solar_transmittance_at_normal_incidence>
<front_side_solar_transmittance_at_normal_incidence units="-">0.621119</front_side_solar_transmittance_at_normal_incidence>
<back_side_solar_transmittance_at_normal_incidence units="-">0.621119</back_side_solar_transmittance_at_normal_incidence>
<conductivity units="W/m K">0.0071399</conductivity>
</window>
<window type="window" id="4" name="90.1-2004 Nonres 4B Window Fixed">
<shgc>0.36</shgc>
<frame_ratio units="-">0</frame_ratio>
<thickness units="m">0.003</thickness>
<solar_transmittance_at_normal_incidence units="-">0.354957</solar_transmittance_at_normal_incidence>
<front_side_solar_transmittance_at_normal_incidence units="-">0.595043</front_side_solar_transmittance_at_normal_incidence>
<back_side_solar_transmittance_at_normal_incidence units="-">0.595043</back_side_solar_transmittance_at_normal_incidence>
<conductivity units="W/m K">0.0134755</conductivity>
</window>
</windows>
<materials>
<material id="1" name="MAT-CC05 8 HW CONCRETE">
<conductivity units="W/m K">1.311</conductivity>
<density units="kg/m3">2240</density>
<specific_heat units="J/kg K">836.8</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="2" name="CP02 CARPET PAD">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.21648</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.8</visible_absorptance>
</material>
<material id="3" name="Floor Insulation [4]">
<conductivity units="W/m K">0.045</conductivity>
<density units="kg/m3">265</density>
<specific_heat units="J/kg K">836.8</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="4" name="1IN Stucco">
<conductivity units="W/m K">0.6918</conductivity>
<density units="kg/m3">1858</density>
<specific_heat units="J/kg K">837</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.92</solar_absorptance>
<visible_absorptance units="-">0.92</visible_absorptance>
</material>
<material id="5" name="8IN Concrete HW">
<conductivity units="W/m K">1.7296</conductivity>
<density units="kg/m3">2243</density>
<specific_heat units="J/kg K">837</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.65</solar_absorptance>
<visible_absorptance units="-">0.65</visible_absorptance>
</material>
<material id="6" name="Wall Insulation [37]">
<conductivity units="W/m K">0.0432</conductivity>
<density units="kg/m3">91</density>
<specific_heat units="J/kg K">837</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.5</solar_absorptance>
<visible_absorptance units="-">0.5</visible_absorptance>
</material>
<material id="7" name="1/2IN Gypsum">
<conductivity units="W/m K">0.16</conductivity>
<density units="kg/m3">784.9</density>
<specific_heat units="J/kg K">830</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.92</solar_absorptance>
<visible_absorptance units="-">0.92</visible_absorptance>
</material>
<material id="8" name="Wood Siding">
<conductivity units="W/m K">0.11</conductivity>
<density units="kg/m3">544.62</density>
<specific_heat units="J/kg K">1210</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.78</solar_absorptance>
<visible_absorptance units="-">0.78</visible_absorptance>
</material>
<material id="9" name="Wood Shingles">
<conductivity units="W/m K">0.115</conductivity>
<density units="kg/m3">513</density>
<specific_heat units="J/kg K">1255</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.78</solar_absorptance>
<visible_absorptance units="-">0.78</visible_absorptance>
</material>
<material id="10" name="1IN Wood Decking">
<conductivity units="W/m K">0.1211</conductivity>
<density units="kg/m3">593</density>
<specific_heat units="J/kg K">2510</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.78</solar_absorptance>
<visible_absorptance units="-">0.78</visible_absorptance>
</material>
<material id="11" name="Roof Insulation [23]">
<conductivity units="W/m K">0.049</conductivity>
<density units="kg/m3">265</density>
<specific_heat units="J/kg K">836.8</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="12" name="MAT-SHEATH">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.36256</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="13" name="MAT-SHEATH">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.36256</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="14" name="Metal Decking">
<conductivity units="W/m K">45.006</conductivity>
<density units="kg/m3">7680</density>
<specific_heat units="J/kg K">418.4</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.3</visible_absorptance>
</material>
<material id="15" name="Roof Membrane">
<conductivity units="W/m K">0.16</conductivity>
<density units="kg/m3">1121.29</density>
<specific_heat units="J/kg K">1460</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="16" name="CP02 CARPET PAD">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.21648</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.8</visible_absorptance>
</material>
<material id="17" name="MAT-SHEATH">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.36256</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="18" name="CP02 CARPET PAD">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.21648</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.8</visible_absorptance>
</material>
<material id="19" name="MAT-SHEATH">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.36256</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="20" name="CP02 CARPET PAD">
<no_mass>true</no_mass>
<thermal_resistance units="m2 K/W">0.21648</thermal_resistance>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.8</visible_absorptance>
</material>
<material id="21" name="Wall Insulation [38]">
<conductivity units="W/m K">0.045</conductivity>
<density units="kg/m3">265</density>
<specific_heat units="J/kg K">836.8</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.7</solar_absorptance>
<visible_absorptance units="-">0.7</visible_absorptance>
</material>
<material id="22" name="metal siding">
<conductivity units="W/m K">44.96</conductivity>
<density units="kg/m3">7688.86</density>
<specific_heat units="J/kg K">410</specific_heat>
<thermal_absorptance units="-">0.9</thermal_absorptance>
<solar_absorptance units="-">0.2</solar_absorptance>
<visible_absorptance units="-">0.2</visible_absorptance>
</material>
</materials>
<constructions>
<construction type="interior slab" id="1" name="189.1-2009 Nonres 4B Exposed Floor Mass">
<layers>
<layer id="1" name="Layer 1">
<material>3</material>
<thickness units="m">0.0795397</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>1</material>
<thickness units="m">0.20321</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>2</material>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="2" name="189.1-2009 Nonres 4B Ext Wall Mass">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>4</material>
<thickness units="m">0.0253</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>5</material>
<thickness units="m">0.2033</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>6</material>
<thickness units="m">0.0680962</thickness>
</layer>
<layer id="4" name="Layer 4">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="3" name="90.1-2004 Nonres 4B Ext Wall Wood-Framed and Other">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>8</material>
<thickness units="m">0.01</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.0746874</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="4" name="189.1-2009 Nonres 4B Roof Attic and Other">
<outside_solar_absorptance units="-">0.78</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.78</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>9</material>
<thickness units="m">0.0178</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>10</material>
<thickness units="m">0.0254</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>11</material>
<thickness units="m">0.375211</thickness>
</layer>
<layer id="4" name="Layer 4">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="5" name="90.1-2004 Nonres 4B Roof Attic and Other">
<outside_solar_absorptance units="-">0.78</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.78</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>9</material>
<thickness units="m">0.0178</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>10</material>
<thickness units="m">0.0254</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>11</material>
<thickness units="m">0.221604</thickness>
</layer>
<layer id="4" name="Layer 4">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="6" name="189.1-2009 Nonres 4B Ext Wall Steel-Framed">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>12</material>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.118387</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="7" name="189.1-2009 Nonres 4B Ext Slab Unheated - 8in Slab without Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.20321</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="8" name="90.1-2004 Nonres 4B Ext Wall Steel-Framed">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>13</material>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.0373223</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="9" name="189.1-2009 Nonres 4B Roof IEAD">
<outside_solar_absorptance units="-">0.7</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.7</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>15</material>
<thickness units="m">0.0095</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>11</material>
<thickness units="m">0.210538</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>14</material>
<thickness units="m">0.001524</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="10" name="189.1-2009 Nonres 4B Ext Slab Unheated - 4in Slab without Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.1016</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="11" name="189.1-2009 Nonres 4B Roof Metal Building">
<outside_solar_absorptance units="-">0.7</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.3</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>14</material>
<thickness units="m">0.001524</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>11</material>
<thickness units="m">0.23578</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="12" name="189.1-2009 Nonres 4B Ext Slab Unheated - 4in Slab with Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.1016</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>16</material>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="13" name="90.1-2004 Nonres 4B Ext Wall Mass">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>4</material>
<thickness units="m">0.0253</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>5</material>
<thickness units="m">0.2033</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>6</material>
<thickness units="m">0.0338606</thickness>
</layer>
<layer id="4" name="Layer 4">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="14" name="90.1-2004 Nonres 4B Roof Metal Building">
<outside_solar_absorptance units="-">0.7</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.3</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>14</material>
<thickness units="m">0.001524</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>11</material>
<thickness units="m">0.123533</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="15" name="189.1-2009 Res 4B Ext Wall Steel-Framed">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>17</material>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.118387</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="16" name="189.1-2009 Nonres 4B Ext Wall Wood-Framed and Other">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>8</material>
<thickness units="m">0.01</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.110422</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="roof" id="17" name="90.1-2004 Nonres 4B Roof IEAD">
<outside_solar_absorptance units="-">0.7</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.7</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>15</material>
<thickness units="m">0.0095</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>11</material>
<thickness units="m">0.124958</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>14</material>
<thickness units="m">0.001524</thickness>
</layer>
</layers>
</construction>
<construction type="interior slab" id="18" name="90.1-2004 Nonres 4B Exposed Floor Mass">
<layers>
<layer id="1" name="Layer 1">
<material>3</material>
<thickness units="m">0.0463846</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>1</material>
<thickness units="m">0.20321</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>18</material>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="19" name="90.1-2004 Res 4B Ext Wall Steel-Framed">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>19</material>
</layer>
<layer id="2" name="Layer 2">
<material>3</material>
<thickness units="m">0.0971136</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="20" name="90.1-2004 Nonres 4B Ext Slab Unheated - 8in Slab without Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.20321</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="21" name="90.1-2004 Nonres 4B Ext Slab Unheated - 4in Slab without Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.1016</thickness>
</layer>
</layers>
</construction>
<construction type="exterior slab" id="22" name="90.1-2004 Nonres 4B Ext Slab Unheated - 4in Slab with Carpet">
<layers>
<layer id="1" name="Layer 1">
<material>1</material>
<thickness units="m">0.1016</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>20</material>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="23" name="189.1-2009 Nonres 4B Ext Wall Metal Building">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>22</material>
<thickness units="m">0.0015</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>21</material>
<thickness units="m">0.139618</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
<construction type="exterior wall" id="24" name="90.1-2004 Nonres 4B Ext Wall Metal Building">
<outside_solar_absorptance units="-">0.92</outside_solar_absorptance>
<outside_thermal_absorptance units="-">0.9</outside_thermal_absorptance>
<outside_visible_absorptance units="-">0.92</outside_visible_absorptance>
<layers>
<layer id="1" name="Layer 1">
<material>22</material>
<thickness units="m">0.0015</thickness>
</layer>
<layer id="2" name="Layer 2">
<material>21</material>
<thickness units="m">0.0598725</thickness>
</layer>
<layer id="3" name="Layer 3">
<material>7</material>
<thickness units="m">0.01271</thickness>
</layer>
</layers>
</construction>
</constructions>
</library>

2027
data/usage/de_library.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,685 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
121 % Radiation surface 21
122 % Radiation surface 22
123 % Radiation surface 23
124 % Radiation surface 24
125 % Radiation surface 25
126 % Radiation surface 26
127 % Radiation surface 27
128 % Radiation surface 28
129 % Radiation surface 29
130 % Radiation surface 30
131 % Radiation surface 31
132 % Radiation surface 32
133 % Radiation surface 33
134 % Radiation surface 34
135 % Radiation surface 35
136 % Radiation surface 36
p 4
19197.0703125 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
36 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
1 73.37652058884575 0.0 0.07423253422638612 22.012956176653724 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37652058884552 0.0 0.07423253422638612 22.012956176653656 0 0.39683064590801465 0.328881 0.07999999999999996
3 400.4114193916309 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 256.8261651992786 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 485.3228619098664 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 485.3353545665724 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 94.8842318058016 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 219.18474864959651 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 219.18735456466737 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 238.48256218433565 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 104.00166474084794 0.0 0.07423253422638612 31.20049942225438 0 0.39683064590801465 0.328881 0.07999999999999996
1 104.00166474084723 0.0 0.07423253422638612 31.20049942225417 0 0.39683064590801465 0.328881 0.07999999999999996
1 41.37965630687063 0.0 0.07423253422638612 12.413896892061189 0 0.39683064590801465 0.328881 0.07999999999999996
1 41.37965630687033 0.0 0.07423253422638612 12.413896892061098 0 0.39683064590801465 0.328881 0.07999999999999996
2 485.3353545665724 0.0 0.07541464874089364 0.0 0 0 0 0
2 94.8842318058016 0.0 0.07541464874089364 0.0 0 0 0 0
2 219.18474864959651 0.0 0.07541464874089364 0.0 0 0 0 0
2 219.18735456466737 0.0 0.07541464874089364 0.0 0 0 0 0
2 238.48256218433565 0.0 0.07541464874089364 0.0 0 0 0 0
2 400.4114193916309 0.0 0.07541464874089364 0.0 0 0 0 0
2 256.8261651992786 0.0 0.07541464874089364 0.0 0 0 0 0
2 485.3228619098664 0.0 0.07541464874089364 0.0 0 0 0 0
1 111.99930179332158 0.0 0.07423253422638612 33.59979053799647 0 0.39683064590801465 0.328881 0.07999999999999996
1 111.99930179332144 0.0 0.07423253422638612 33.59979053799643 0 0.39683064590801465 0.328881 0.07999999999999996
1 248.0038069061945 0.0 0.07423253422638612 74.40114207185835 0 0.39683064590801465 0.328881 0.07999999999999996
1 248.00380690619454 0.0 0.07423253422638612 74.40114207185836 0 0.39683064590801465 0.328881 0.07999999999999996
1 112.0020041838518 0.0 0.07423253422638612 33.60060125515554 0 0.39683064590801465 0.328881 0.07999999999999996
1 112.00200418384867 0.0 0.07423253422638612 33.6006012551546 0 0.39683064590801465 0.328881 0.07999999999999996
1 112.00036730447985 0.0 0.07423253422638612 33.60011019134395 0 0.39683064590801465 0.328881 0.07999999999999996
1 112.00036730448001 0.0 0.07423253422638612 33.600110191344 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37758610072865 0.0 0.07423253422638612 22.013275830218593 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37758610072832 0.0 0.07423253422638612 22.013275830218497 0 0.39683064590801465 0.328881 0.07999999999999996
1 248.00003900690726 0.0 0.07423253422638612 74.40001170207218 0 0.39683064590801465 0.328881 0.07999999999999996
1 248.00003900690766 0.0 0.07423253422638612 74.40001170207229 0 0.39683064590801465 0.328881 0.07999999999999996
1 174.62294705503686 0.0 0.07423253422638612 52.386884116511055 0 0.39683064590801465 0.328881 0.07999999999999996
1 174.62294705503652 0.0 0.07423253422638612 52.386884116510956 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth -2.14782098851867, inclination 1.5707963267948966 degrees
1 58209
2 66290
3 81283
4 82177
5 82512
6 74850
7 78908
8 84837
9 85112
10 83725
11 53424
12 44132
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth -2.14782098851867, inclination 1.5707963267948966 degrees
1 54138
2 60038
3 72647
4 69656
5 75705
6 70593
7 73167
8 73696
9 72819
10 75811
11 50939
12 42517
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth 0.0, inclination 0.0 degrees
1 46862
2 61309
3 98965
4 129896
5 158971
6 159525
7 165093
8 144792
9 114053
10 83854
11 47044
12 37895
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth 0.0, inclination 0.0 degrees
1 46616
2 62627
3 98375
4 127265
5 156876
6 160560
7 165557
8 141966
9 112229
10 84769
11 48114
12 37514
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 0.0, inclination 0.0 degrees
1 47994
2 63064
3 98676
4 129109
5 158582
6 160639
7 166050
8 144012
9 113150
10 85132
11 48588
12 38150
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth 0.0, inclination 0.0 degrees
1 47900
2 62658
3 98249
4 129035
5 159067
6 160917
7 166092
8 144329
9 112703
10 84578
11 48253
12 38394
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth 0.0, inclination 0.0 degrees
1 44899
2 57551
3 92582
4 119913
5 152300
6 156439
7 161527
8 134870
9 105409
10 77804
11 45848
12 36238
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth 0.0, inclination 0.0 degrees
1 46074
2 61596
3 97865
4 127998
5 154326
6 158206
7 162559
8 141250
9 112429
10 83605
11 47279
12 37213
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth 0.0, inclination 0.0 degrees
1 47504
2 60900
3 97664
4 127641
5 157309
6 156201
7 162104
8 142422
9 112287
10 82275
11 47682
12 38555
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth 0.0, inclination 0.0 degrees
1 47352
2 62002
3 98659
4 129383
5 157867
6 158027
7 163585
8 143955
9 113565
10 84090
11 47734
12 37809
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth -0.5770696086110522, inclination 1.5707963267948966 degrees
1 43298
2 48362
3 68019
4 80411
5 87596
6 85453
7 90612
8 84726
9 75891
10 61197
11 42416
12 38806
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth -0.5770696086110522, inclination 1.5707963267948966 degrees
1 40051
2 46867
3 69251
4 79413
5 82913
6 80787
7 85390
8 82058
9 76700
10 62588
11 40009
12 35841
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth 2.5645604938758217, inclination 1.5707963267948966 degrees
1 16148
2 22765
3 35859
4 48689
5 59154
6 61122
7 60126
8 56221
9 41705
10 29438
11 16436
12 13329
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth 2.5645604938758217, inclination 1.5707963267948966 degrees
1 16134
2 21758
3 36558
4 46502
5 57414
6 62786
7 60957
8 52257
9 41706
10 29031
11 16344
12 13156
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 121 polyg 1 % Monthly surface radiation (W/sqm)
p 121 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 122 polyg 1 % Monthly surface radiation (W/sqm)
p 122 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 123 polyg 1 % Monthly surface radiation (W/sqm)
p 123 12 % Azimuth -2.1478243923599645, inclination 1.5707963267948966 degrees
1 55803
2 61073
3 73679
4 73250
5 77566
6 70106
7 73582
8 77211
9 75540
10 77054
11 50700
12 42367
s 124 polyg 1 % Monthly surface radiation (W/sqm)
p 124 12 % Azimuth -2.1478243923599645, inclination 1.5707963267948966 degrees
1 45013
2 50299
3 67862
4 69344
5 70484
6 65114
7 67966
8 70649
9 71545
10 65936
11 39525
12 34118
s 125 polyg 1 % Monthly surface radiation (W/sqm)
p 125 12 % Azimuth 0.9937588187872065, inclination 1.5707963267948966 degrees
1 17540
2 22415
3 36253
4 48878
5 62610
6 70019
7 70402
8 54683
9 40655
10 28369
11 17791
12 14797
s 126 polyg 1 % Monthly surface radiation (W/sqm)
p 126 12 % Azimuth 0.9937588187872065, inclination 1.5707963267948966 degrees
1 17515
2 22229
3 35775
4 49181
5 62411
6 70332
7 70661
8 54805
9 40614
10 28137
11 17766
12 14777
s 127 polyg 1 % Monthly surface radiation (W/sqm)
p 127 12 % Azimuth 0.9937631596186524, inclination 1.5707963267948966 degrees
1 16253
2 20596
3 32288
4 44931
5 56191
6 60444
7 60611
8 50074
9 36312
10 25930
11 16401
12 13666
s 128 polyg 1 % Monthly surface radiation (W/sqm)
p 128 12 % Azimuth 0.9937631596186524, inclination 1.5707963267948966 degrees
1 14584
2 18699
3 30333
4 39889
5 50126
6 57175
7 57097
8 44627
9 33275
10 23872
11 14744
12 12234
s 129 polyg 1 % Monthly surface radiation (W/sqm)
p 129 12 % Azimuth -0.5770426806052922, inclination 1.5707963267948966 degrees
1 40743
2 48108
3 67003
4 74873
5 79608
6 75768
7 80341
8 78194
9 72327
10 63267
11 39406
12 36843
s 130 polyg 1 % Monthly surface radiation (W/sqm)
p 130 12 % Azimuth -0.5770426806052922, inclination 1.5707963267948966 degrees
1 34801
2 44584
3 61426
4 70830
5 77475
6 75153
7 79480
8 75388
9 65934
10 58531
11 35520
12 30280
s 131 polyg 1 % Monthly surface radiation (W/sqm)
p 131 12 % Azimuth -0.5770469695371958, inclination 1.5707963267948966 degrees
1 44055
2 49672
3 70465
4 81923
5 85994
6 82819
7 87758
8 85440
9 76949
10 65157
11 42982
12 40840
s 132 polyg 1 % Monthly surface radiation (W/sqm)
p 132 12 % Azimuth -0.5770469695371958, inclination 1.5707963267948966 degrees
1 43400
2 50232
3 69495
4 77881
5 82158
6 81112
7 85164
8 81084
9 74555
10 64958
11 43033
12 38446
s 133 polyg 1 % Monthly surface radiation (W/sqm)
p 133 12 % Azimuth 2.564564049794297, inclination 1.5707963267948966 degrees
1 20908
2 28275
3 44396
4 60358
5 76566
6 81741
7 80200
8 69915
9 51587
10 36101
11 21127
12 16925
s 134 polyg 1 % Monthly surface radiation (W/sqm)
p 134 12 % Azimuth 2.564564049794297, inclination 1.5707963267948966 degrees
1 20557
2 28698
3 45734
4 60023
5 75539
6 81612
7 79938
8 69093
9 52867
10 36993
11 21244
12 16483
s 135 polyg 1 % Monthly surface radiation (W/sqm)
p 135 12 % Azimuth -2.147842062616482, inclination 1.5707963267948966 degrees
1 62023
2 67328
3 83485
4 83335
5 87275
6 80949
7 84574
8 87025
9 87316
10 84811
11 57111
12 48002
s 136 polyg 1 % Monthly surface radiation (W/sqm)
p 136 12 % Azimuth -2.147842062616482, inclination 1.5707963267948966 degrees
1 59202
2 67427
3 78627
4 80885
5 81876
6 75185
7 78537
8 84232
9 82198
10 83192
11 55866
12 45351
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__106_insel.out' % File name
'*' % Fortran format

View File

@ -0,0 +1,549 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
121 % Radiation surface 21
122 % Radiation surface 22
123 % Radiation surface 23
124 % Radiation surface 24
125 % Radiation surface 25
126 % Radiation surface 26
127 % Radiation surface 27
128 % Radiation surface 28
p 4
13172.44140625 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
28 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
1 62.6236453104717 0.0 0.07423253422638612 18.78709359314151 0 0.39683064590801465 0.328881 0.07999999999999996
1 62.62364531047165 0.0 0.07423253422638612 18.787093593141496 0 0.39683064590801465 0.328881 0.07999999999999996
3 265.9955348968508 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 558.000873327255 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 100.89052009582495 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 305.2877643108345 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 251.98736953735417 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 164.39210736751534 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 84.0025686613823 0.0 0.07423253422638612 25.20077059841469 0 0.39683064590801465 0.328881 0.07999999999999996
1 84.00256866138267 0.0 0.07423253422638612 25.2007705984148 0 0.39683064590801465 0.328881 0.07999999999999996
2 305.2877643108345 0.0 0.07541464874089364 0.0 0 0 0 0
2 251.98736953735417 0.0 0.07541464874089364 0.0 0 0 0 0
2 164.39210736751534 0.0 0.07541464874089364 0.0 0 0 0 0
2 265.9955348968508 0.0 0.07541464874089364 0.0 0 0 0 0
2 558.000873327255 0.0 0.07541464874089364 0.0 0 0 0 0
2 100.89052009582495 0.0 0.07541464874089364 0.0 0 0 0 0
1 155.99819637703007 0.0 0.07423253422638612 46.79945891310902 0 0.39683064590801465 0.328881 0.07999999999999996
1 155.9981963770299 0.0 0.07423253422638612 46.79945891310897 0 0.39683064590801465 0.328881 0.07999999999999996
1 111.99873043524778 0.0 0.07423253422638612 33.59961913057433 0 0.39683064590801465 0.328881 0.07999999999999996
1 111.99873043524782 0.0 0.07423253422638612 33.59961913057435 0 0.39683064590801465 0.328881 0.07999999999999996
1 247.99840211989684 0.0 0.07423253422638612 74.39952063596905 0 0.39683064590801465 0.328881 0.07999999999999996
1 247.99840211989675 0.0 0.07423253422638612 74.39952063596903 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.998400445853115 0.0 0.07423253422638612 13.199520133755934 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.99840044585207 0.0 0.07423253422638612 13.199520133755621 0 0.39683064590801465 0.328881 0.07999999999999996
1 116.00000431337152 0.0 0.07423253422638612 34.80000129401145 0 0.39683064590801465 0.328881 0.07999999999999996
1 116.00000431337189 0.0 0.07423253422638612 34.800001294011565 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37758610072873 0.0 0.07423253422638612 22.01327583021862 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37758610072865 0.0 0.07423253422638612 22.013275830218593 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth 2.564515315385707, inclination 1.5707963267948966 degrees
1 19341
2 26346
3 42368
4 55300
5 67093
6 74302
7 72315
8 62021
9 48799
10 33893
11 19727
12 16067
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth 2.564515315385707, inclination 1.5707963267948966 degrees
1 18419
2 25657
3 38596
4 53126
5 67331
6 69563
7 68745
8 62045
9 44549
10 32292
11 19004
12 14971
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth 0.0, inclination 0.0 degrees
1 47356
2 61364
3 96989
4 128966
5 157744
6 158434
7 163707
8 143766
9 112028
10 82700
11 47596
12 37938
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth 0.0, inclination 0.0 degrees
1 48077
2 62601
3 99243
4 129871
5 158992
6 161346
7 166376
8 144412
9 114159
10 84736
11 48405
12 38279
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 0.0, inclination 0.0 degrees
1 46182
2 61313
3 98532
4 125610
5 153084
6 157456
7 162611
8 139197
9 111809
10 84213
11 46650
12 36343
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth 0.0, inclination 0.0 degrees
1 47128
2 61906
3 98460
4 128444
5 157074
6 158354
7 163408
8 142907
9 113239
10 83646
11 47655
12 37347
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth 3.141592653589793, inclination 0.0 degrees
1 47040
2 62606
3 99939
4 129465
5 157587
6 160466
7 165463
8 143657
9 114302
10 85549
11 47516
12 37243
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth 0.0, inclination 0.0 degrees
1 47470
2 59881
3 92804
4 126944
5 155680
6 156763
7 161952
8 142430
9 107892
10 79898
11 47427
12 38353
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth -2.1478489800947633, inclination 1.5707963267948966 degrees
1 48559
2 57339
3 73866
4 74835
5 79799
6 71652
7 75550
8 79167
9 76976
10 73649
11 45590
12 37414
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth -2.1478489800947633, inclination 1.5707963267948966 degrees
1 49880
2 58168
3 74249
4 75903
5 74726
6 70934
7 73174
8 76997
9 79053
10 74185
11 46694
12 35677
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth 0.993746119349322, inclination 1.5707963267948966 degrees
1 17530
2 22395
3 35254
4 49213
5 63357
6 69724
7 70019
8 55566
9 40001
10 28202
11 17794
12 14788
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth 0.993746119349322, inclination 1.5707963267948966 degrees
1 17501
2 22089
3 36179
4 49740
5 62230
6 68661
7 69214
8 54991
9 41205
10 27887
11 17712
12 14762
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth 2.5645404592773735, inclination 1.5707963267948966 degrees
1 17657
2 22566
3 38524
4 49779
5 65378
6 73753
7 71637
8 57384
9 43500
10 29450
11 17787
12 14564
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth 2.5645404592773735, inclination 1.5707963267948966 degrees
1 16843
2 23843
3 38278
4 53961
5 66828
6 71068
7 69388
8 62345
9 45511
10 30679
11 17530
12 13825
s 121 polyg 1 % Monthly surface radiation (W/sqm)
p 121 12 % Azimuth -0.5770329001944602, inclination 1.5707963267948966 degrees
1 45824
2 54444
3 73994
4 84355
5 91960
6 89459
7 95134
8 89418
9 79741
10 71328
11 44562
12 42206
s 122 polyg 1 % Monthly surface radiation (W/sqm)
p 122 12 % Azimuth -0.5770329001944602, inclination 1.5707963267948966 degrees
1 47390
2 55109
3 76068
4 82956
5 87491
6 89197
7 93498
8 85530
9 81800
10 72215
11 45936
12 42931
s 123 polyg 1 % Monthly surface radiation (W/sqm)
p 123 12 % Azimuth 0.9937883798139426, inclination 1.5707963267948966 degrees
1 13449
2 16647
3 25117
4 33772
5 43451
6 48957
7 47908
8 37964
9 27785
10 20568
11 13560
12 11346
s 124 polyg 1 % Monthly surface radiation (W/sqm)
p 124 12 % Azimuth 0.9937883798139426, inclination 1.5707963267948966 degrees
1 13677
2 17047
3 25832
4 34786
5 42337
6 46931
7 45969
8 38031
9 28921
10 21243
11 13812
12 11497
s 125 polyg 1 % Monthly surface radiation (W/sqm)
p 125 12 % Azimuth -2.147815287768105, inclination 1.5707963267948966 degrees
1 59768
2 67066
3 82415
4 82234
5 85929
6 76643
7 80566
8 86286
9 85430
10 84739
11 55278
12 47013
s 126 polyg 1 % Monthly surface radiation (W/sqm)
p 126 12 % Azimuth -2.147815287768105, inclination 1.5707963267948966 degrees
1 59834
2 64648
3 79381
4 81674
5 81225
6 77024
7 79981
8 83362
9 83974
10 81215
11 55496
12 45884
s 127 polyg 1 % Monthly surface radiation (W/sqm)
p 127 12 % Azimuth 2.5645456840525975, inclination 1.5707963267948966 degrees
1 19951
2 27126
3 44005
4 56690
5 71509
6 74374
7 73961
8 65340
9 50362
10 35065
11 20539
12 16230
s 128 polyg 1 % Monthly surface radiation (W/sqm)
p 128 12 % Azimuth 2.5645456840525975, inclination 1.5707963267948966 degrees
1 19778
2 27796
3 44038
4 59233
5 73369
6 78153
7 77025
8 67915
9 51215
10 35564
11 20308
12 16319
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__107_insel.out' % File name
'*' % Fortran format

View File

@ -0,0 +1,413 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
p 4
9852.96875 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
20 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
1 62.62315113848021 0.0 0.07423253422638612 18.78694534154406 0 0.39683064590801465 0.328881 0.07999999999999996
1 62.62315113848048 0.0 0.07423253422638612 18.786945341544143 0 0.39683064590801465 0.328881 0.07999999999999996
1 185.37959028035502 0.0 0.07423253422638612 55.613877084106505 0 0.39683064590801465 0.328881 0.07999999999999996
1 185.37959028035536 0.0 0.07423253422638612 55.613877084106605 0 0.39683064590801465 0.328881 0.07999999999999996
1 172.96636359046153 0.0 0.07423253422638612 51.889909077138455 0 0.39683064590801465 0.328881 0.07999999999999996
1 172.9663635904479 0.0 0.07423253422638612 51.88990907713437 0 0.39683064590801465 0.328881 0.07999999999999996
2 253.0256743431075 0.0 0.07541464874089364 0.0 0 0 0 0
2 396.627392292022 0.0 0.07541464874089364 0.0 0 0 0 0
2 219.1849665641788 0.0 0.07541464874089364 0.0 0 0 0 0
2 362.7865109443677 0.0 0.07541464874089364 0.0 0 0 0 0
3 219.1849665641788 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 362.7865109443677 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 253.0256743431075 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 396.627392292022 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 112.00200418385074 0.0 0.07423253422638612 33.60060125515522 0 0.39683064590801465 0.328881 0.07999999999999996
1 112.00200418384868 0.0 0.07423253422638612 33.6006012551546 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37922297819529 0.0 0.07423253422638612 22.013766893458584 0 0.39683064590801465 0.328881 0.07999999999999996
1 73.37922297819473 0.0 0.07423253422638612 22.01376689345842 0 0.39683064590801465 0.328881 0.07999999999999996
1 110.34214696573845 0.0 0.07423253422638612 33.10264408972154 0 0.39683064590801465 0.328881 0.07999999999999996
1 110.34214696573953 0.0 0.07423253422638612 33.102644089721856 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth -2.1478043734587677, inclination 1.5707963267948966 degrees
1 59535
2 63254
3 78582
4 74197
5 79006
6 76269
7 78963
8 77134
9 78957
10 79448
11 53264
12 46999
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth -2.1478043734587677, inclination 1.5707963267948966 degrees
1 58904
2 63461
3 80886
4 82531
5 85755
6 74778
7 78976
8 86277
9 85036
10 81167
11 51811
12 46462
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth -0.5770386304741594, inclination 1.5707963267948966 degrees
1 45167
2 54171
3 76056
4 84362
5 91568
6 90183
7 95505
8 88631
9 81733
10 71798
11 44187
12 40916
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth -0.5770386304741594, inclination 1.5707963267948966 degrees
1 47004
2 53619
3 75512
4 83996
5 90289
6 88441
7 93461
8 87824
9 81875
10 70821
11 45435
12 42832
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 0.9937678382522427, inclination 1.5707963267948966 degrees
1 17474
2 22038
3 35990
4 49756
5 63238
6 70198
7 70437
8 55643
9 40895
10 27806
11 17682
12 14748
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth 0.9937678382522427, inclination 1.5707963267948966 degrees
1 17413
2 22108
3 35116
4 48577
5 62525
6 70635
7 70755
8 54447
9 39758
10 27953
11 17658
12 14694
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth 0.0, inclination 0.0 degrees
1 46939
2 60778
3 96279
4 127197
5 155939
6 158325
7 162925
8 141085
9 111111
10 81750
11 47788
12 37440
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth 3.141592653589793, inclination 0.0 degrees
1 47564
2 61770
3 98609
4 129091
5 157899
6 160291
7 165331
8 143433
9 113524
10 83444
11 47562
12 37939
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth 0.0, inclination 0.0 degrees
1 47068
2 61177
3 98404
4 127805
5 156713
6 159345
7 164370
8 142153
9 113053
10 83354
11 47336
12 37970
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth 0.0, inclination 0.0 degrees
1 47114
2 61842
3 97860
4 128741
5 157482
6 158503
7 163771
8 143718
9 112137
10 83789
11 47622
12 37568
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth 2.564559486413549, inclination 1.5707963267948966 degrees
1 19371
2 27329
3 42428
4 57433
5 70128
6 74613
7 73668
8 65844
9 49561
10 35022
11 20098
12 15747
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth 2.564559486413549, inclination 1.5707963267948966 degrees
1 18991
2 25222
3 38602
4 50621
5 64657
6 70341
7 68553
8 58648
9 44440
10 31877
11 19055
12 15149
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth 2.564560204922364, inclination 1.5707963267948966 degrees
1 18816
2 25582
3 41085
4 54224
5 66658
6 70731
7 69102
8 61696
9 48019
10 32677
11 19853
12 15222
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth 2.564560204922364, inclination 1.5707963267948966 degrees
1 17002
2 22951
3 37198
4 52473
5 66991
6 72028
7 70131
8 61170
9 43837
10 30101
11 17288
12 14082
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth -2.1478215821708244, inclination 1.5707963267948966 degrees
1 57732
2 63440
3 74746
4 79140
5 79773
6 69489
7 73201
8 82642
9 79448
10 77737
11 54192
12 43630
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth -2.1478215821708244, inclination 1.5707963267948966 degrees
1 48829
2 55129
3 73048
4 72705
5 74152
6 70760
7 73412
8 74687
9 77531
10 71954
11 44892
12 35428
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__14_insel.out' % File name
'*' % Fortran format

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,413 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
p 4
8576.359375 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
20 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
1 65.35939539087856 0.0 0.07423253422638612 19.60781861726357 0 0.39683064590801465 0.328881 0.07999999999999996
1 65.35939539087934 0.0 0.07423253422638612 19.607818617263803 0 0.39683064590801465 0.328881 0.07999999999999996
3 353.2905621528646 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 225.3794621229171 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 182.73204445839036 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 310.64158046245456 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 93.37725349813732 0.0 0.07423253422638612 28.013176049441196 0 0.39683064590801465 0.328881 0.07999999999999996
1 93.37725349813694 0.0 0.07423253422638612 28.013176049441082 0 0.39683064590801465 0.328881 0.07999999999999996
1 110.34591486989628 0.0 0.07423253422638612 33.10377446096888 0 0.39683064590801465 0.328881 0.07999999999999996
1 110.34591486989723 0.0 0.07423253422638612 33.10377446096917 0 0.39683064590801465 0.328881 0.07999999999999996
2 182.73204445839036 0.0 0.07541464874089364 0.0 0 0 0 0
2 310.64158046245456 0.0 0.07541464874089364 0.0 0 0 0 0
2 353.2905621528646 0.0 0.07541464874089364 0.0 0 0 0 0
2 225.3794621229171 0.0 0.07541464874089364 0.0 0 0 0 0
1 62.62151423634217 0.0 0.07423253422638612 18.786454270902652 0 0.39683064590801465 0.328881 0.07999999999999996
1 62.62151423634227 0.0 0.07423253422638612 18.78645427090268 0 0.39683064590801465 0.328881 0.07999999999999996
1 158.73828573739917 0.0 0.07423253422638612 47.62148572121975 0 0.39683064590801465 0.328881 0.07999999999999996
1 158.73828573739848 0.0 0.07423253422638612 47.62148572121954 0 0.39683064590801465 0.328881 0.07999999999999996
1 172.96636359046101 0.0 0.07423253422638612 51.889909077138306 0 0.39683064590801465 0.328881 0.07999999999999996
1 172.9663635904479 0.0 0.07423253422638612 51.88990907713437 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth -0.5770704992232869, inclination 1.5707963267948966 degrees
1 44141
2 48286
3 68858
4 74672
5 82053
6 82038
7 86368
8 78454
9 73274
10 62743
11 41348
12 40963
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth -0.5770704992232869, inclination 1.5707963267948966 degrees
1 41465
2 50309
3 69522
4 78950
5 81344
6 77525
7 82002
8 81292
9 75877
10 66088
11 40651
12 36158
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth 0.0, inclination 0.0 degrees
1 47740
2 62850
3 98248
4 128582
5 158459
6 160602
7 165895
8 143702
9 112363
10 84877
11 48209
12 37870
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth 0.0, inclination 0.0 degrees
1 47492
2 62212
3 98155
4 127828
5 157249
6 157841
7 163273
8 142809
9 112341
10 84006
11 47987
12 37655
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 0.0, inclination 0.0 degrees
1 46797
2 60870
3 96066
4 127670
5 155955
6 155683
7 161123
8 142361
9 110950
10 82156
11 47141
12 37531
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth 0.0, inclination 0.0 degrees
1 48273
2 62529
3 99183
4 129079
5 158085
6 158521
7 164319
8 143555
9 113817
10 84655
11 48521
12 38609
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth -0.5770381306697495, inclination 1.5707963267948966 degrees
1 35726
2 46771
3 69088
4 73727
5 78798
6 79127
7 83318
8 76167
9 72773
10 64221
11 36210
12 30935
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth -0.5770381306697495, inclination 1.5707963267948966 degrees
1 36936
2 45186
3 63296
4 77241
5 85262
6 81904
7 87460
8 82571
9 71001
10 58191
11 37323
12 31449
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth 0.9937510589777222, inclination 1.5707963267948966 degrees
1 16164
2 20246
3 32253
4 45840
5 58422
6 64171
7 64611
8 51505
9 36755
10 25322
11 16335
12 13660
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth 0.9937510589777222, inclination 1.5707963267948966 degrees
1 15718
2 19661
3 32020
4 42387
5 54347
6 59824
7 59962
8 47813
9 35360
10 24731
11 15870
12 13218
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth 0.9937712657480137, inclination 1.5707963267948966 degrees
1 17262
2 21930
3 35749
4 47632
5 60440
6 67607
7 67386
8 52803
9 40010
10 27861
11 17500
12 14570
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth 0.9937712657480137, inclination 1.5707963267948966 degrees
1 17139
2 21648
3 34620
4 47480
5 59565
6 66326
7 66317
8 52488
9 39180
10 27094
11 17317
12 14470
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth 2.564547907796217, inclination 1.5707963267948966 degrees
1 19842
2 27348
3 43440
4 57120
5 73244
6 78947
7 77518
8 66370
9 49435
10 35321
11 19973
12 16273
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth 2.564547907796217, inclination 1.5707963267948966 degrees
1 20020
2 27352
3 43825
4 57073
5 72231
6 77447
7 76735
8 65653
9 50413
10 34970
11 20567
12 16349
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth -2.1478248153375503, inclination 1.5707963267948966 degrees
1 60316
2 65525
3 82632
4 84417
5 85929
6 77848
7 81812
8 87152
9 87284
10 83604
11 54644
12 47911
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth -2.1478248153375503, inclination 1.5707963267948966 degrees
1 59600
2 65134
3 81828
4 83229
5 84538
6 78810
7 82410
8 86148
9 86180
10 82696
11 54639
12 46293
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__15_insel.out' % File name
'*' % Fortran format

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,821 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
121 % Radiation surface 21
122 % Radiation surface 22
123 % Radiation surface 23
124 % Radiation surface 24
125 % Radiation surface 25
126 % Radiation surface 26
127 % Radiation surface 27
128 % Radiation surface 28
129 % Radiation surface 29
130 % Radiation surface 30
131 % Radiation surface 31
132 % Radiation surface 32
133 % Radiation surface 33
134 % Radiation surface 34
135 % Radiation surface 35
136 % Radiation surface 36
137 % Radiation surface 37
138 % Radiation surface 38
139 % Radiation surface 39
140 % Radiation surface 40
141 % Radiation surface 41
142 % Radiation surface 42
143 % Radiation surface 43
144 % Radiation surface 44
p 4
5532.015625 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
44 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
3 56.87891864776856 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 33.70465183258146 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 38.99863421917125 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 178.97694873809672 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 27.31925451755694 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 34.06071662902946 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 26.942433714866038 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 38.53035795688697 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 38.92838656902297 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 38.536232352256604 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 44.80767163141027 0.0 0.07423253422638612 13.442301489423082 0 0.39683064590801465 0.328881 0.07999999999999996
1 44.807671631409995 0.0 0.07423253422638612 13.442301489422999 0 0.39683064590801465 0.328881 0.07999999999999996
2 26.942433714866038 0.0 0.07541464874089364 0.0 0 0 0 0
2 38.53035795688697 0.0 0.07541464874089364 0.0 0 0 0 0
2 38.92838656902297 0.0 0.07541464874089364 0.0 0 0 0 0
2 38.536232352256604 0.0 0.07541464874089364 0.0 0 0 0 0
2 56.87891864776856 0.0 0.07541464874089364 0.0 0 0 0 0
2 33.70465183258146 0.0 0.07541464874089364 0.0 0 0 0 0
2 178.97694873809672 0.0 0.07541464874089364 0.0 0 0 0 0
2 38.99863421917125 0.0 0.07541464874089364 0.0 0 0 0 0
2 27.31925451755694 0.0 0.07541464874089364 0.0 0 0 0 0
2 34.06071662902946 0.0 0.07541464874089364 0.0 0 0 0 0
1 50.02232660097029 0.0 0.07423253422638612 15.006697980291086 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.022326600970736 0.0 0.07423253422638612 15.00669798029122 0 0.39683064590801465 0.328881 0.07999999999999996
1 35.82305392928121 0.0 0.07423253422638612 10.746916178784362 0 0.39683064590801465 0.328881 0.07999999999999996
1 35.82305392928181 0.0 0.07423253422638612 10.746916178784543 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.02470211969934 0.0 0.07423253422638612 15.007410635909801 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.02470211969993 0.0 0.07423253422638612 15.007410635909979 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.7509891961839 0.0 0.07423253422638612 13.12529675885517 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.75098919618435 0.0 0.07423253422638612 13.125296758855304 0 0.39683064590801465 0.328881 0.07999999999999996
1 237.84982245469925 0.0 0.07423253422638612 71.35494673640977 0 0.39683064590801465 0.328881 0.07999999999999996
1 237.8498224546999 0.0 0.07423253422638612 71.35494673640997 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.79964079028244 0.0 0.07423253422638612 13.139892237084732 0 0.39683064590801465 0.328881 0.07999999999999996
1 43.79964079028219 0.0 0.07423253422638612 13.139892237084657 0 0.39683064590801465 0.328881 0.07999999999999996
1 75.5452318293476 0.0 0.07423253422638612 22.66356954880428 0 0.39683064590801465 0.328881 0.07999999999999996
1 75.54523182934666 0.0 0.07423253422638612 22.663569548804 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.0223019940206 0.0 0.07423253422638612 15.00669059820618 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.02230199402022 0.0 0.07423253422638612 15.006690598206065 0 0.39683064590801465 0.328881 0.07999999999999996
1 36.283690240556794 0.0 0.07423253422638612 10.885107072167038 0 0.39683064590801465 0.328881 0.07999999999999996
1 36.28369024055446 0.0 0.07423253422638612 10.885107072166338 0 0.39683064590801465 0.328881 0.07999999999999996
1 45.270590039886336 0.0 0.07423253422638612 13.5811770119659 0 0.39683064590801465 0.328881 0.07999999999999996
1 45.27059003988652 0.0 0.07423253422638612 13.581177011965956 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.07896543598568 0.0 0.07423253422638612 15.023689630795703 0 0.39683064590801465 0.328881 0.07999999999999996
1 50.0789654359859 0.0 0.07423253422638612 15.023689630795769 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth 3.141592653589793, inclination 0.0 degrees
1 42994
2 56574
3 90073
4 119322
5 144669
6 148885
7 153028
8 131451
9 102520
10 76906
11 43191
12 35948
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth 3.141592653589793, inclination 0.0 degrees
1 37962
2 51561
3 83619
4 119401
5 150786
6 147684
7 153317
8 136405
9 98549
10 67897
11 39108
12 29804
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth 0.0, inclination 0.0 degrees
1 41006
2 55162
3 88299
4 114779
5 145022
6 145762
7 151096
8 128786
9 99651
10 74862
11 41459
12 33695
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth 0.0, inclination 0.0 degrees
1 47722
2 62000
3 95992
4 126477
5 156172
6 156786
7 161930
8 141448
9 110245
10 82323
11 48419
12 37647
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 0.0, inclination 0.0 degrees
1 39878
2 56074
3 92583
4 114738
5 132958
6 136548
7 139364
8 122301
9 102622
10 76371
11 41286
12 30555
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth 0.0, inclination 0.0 degrees
1 40893
2 54018
3 85595
4 120976
5 146589
6 137015
7 143473
8 135718
9 100130
10 71393
11 42224
12 35303
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth 0.0, inclination 0.0 degrees
1 41166
2 53129
3 83267
4 119334
5 150537
6 149556
7 156176
8 135586
9 97849
10 67607
11 42159
12 32697
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth 0.0, inclination 0.0 degrees
1 43181
2 55816
3 94458
4 124229
5 153031
6 154437
7 160560
8 138504
9 109223
10 77241
11 43613
12 33972
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth 0.0, inclination 0.0 degrees
1 43374
2 60671
3 93938
4 122097
5 143414
6 147317
7 150140
8 133112
9 106673
10 81814
11 45265
12 32365
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth 0.0, inclination 0.0 degrees
1 41629
2 54121
3 89867
4 121044
5 145540
6 147779
7 151828
8 133848
9 105007
10 72162
11 40780
12 32306
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth 2.672977545301097, inclination 1.5707963267948966 degrees
1 21918
2 30597
3 45129
4 55304
5 69917
6 77154
7 75252
8 62855
9 49652
10 38392
11 22663
12 17227
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth 2.672977545301097, inclination 1.5707963267948966 degrees
1 21138
2 28761
3 44424
4 60227
5 74472
6 80682
7 79123
8 68843
9 51991
10 36026
11 21539
12 17057
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth 0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 121 polyg 1 % Monthly surface radiation (W/sqm)
p 121 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 122 polyg 1 % Monthly surface radiation (W/sqm)
p 122 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 123 polyg 1 % Monthly surface radiation (W/sqm)
p 123 12 % Azimuth 1.1029109562289032, inclination 1.5707963267948966 degrees
1 13570
2 16790
3 24963
4 31889
5 39995
6 46190
7 44836
8 35560
9 27037
10 20724
11 13733
12 11516
s 124 polyg 1 % Monthly surface radiation (W/sqm)
p 124 12 % Azimuth 1.1029109562289032, inclination 1.5707963267948966 degrees
1 15242
2 18865
3 28179
4 36152
5 47883
6 53283
7 52757
8 41549
9 30620
10 23408
11 15419
12 12895
s 125 polyg 1 % Monthly surface radiation (W/sqm)
p 125 12 % Azimuth 2.6729809194112355, inclination 1.5707963267948966 degrees
1 15003
2 20409
3 30116
4 46138
5 62096
6 65865
7 64124
8 54865
9 35549
10 25498
11 15628
12 12604
s 126 polyg 1 % Monthly surface radiation (W/sqm)
p 126 12 % Azimuth 2.6729809194112355, inclination 1.5707963267948966 degrees
1 12177
2 15183
3 22885
4 31338
5 44230
6 47681
7 46796
8 37851
9 25348
10 18959
11 12353
12 10289
s 127 polyg 1 % Monthly surface radiation (W/sqm)
p 127 12 % Azimuth -2.0387756647112933, inclination 1.5707963267948966 degrees
1 43769
2 54935
3 67453
4 69616
5 73417
6 63827
7 68162
8 73474
9 69624
10 70370
11 42449
12 33330
s 128 polyg 1 % Monthly surface radiation (W/sqm)
p 128 12 % Azimuth -2.0387756647112933, inclination 1.5707963267948966 degrees
1 23960
2 34422
3 47813
4 47607
5 49897
6 50776
7 51720
8 48352
9 50287
10 45073
11 22779
12 15817
s 129 polyg 1 % Monthly surface radiation (W/sqm)
p 129 12 % Azimuth 1.1037839929414457, inclination 1.5707963267948966 degrees
1 17371
2 21667
3 33797
4 45196
5 57751
6 64373
7 64083
8 50363
9 37498
10 27027
11 17556
12 14688
s 130 polyg 1 % Monthly surface radiation (W/sqm)
p 130 12 % Azimuth 1.1037839929414457, inclination 1.5707963267948966 degrees
1 17376
2 21673
3 33799
4 44996
5 57583
6 61721
7 61913
8 50512
9 37354
10 27035
11 17559
12 14690
s 131 polyg 1 % Monthly surface radiation (W/sqm)
p 131 12 % Azimuth -0.4681583056208455, inclination 1.5707963267948966 degrees
1 43172
2 52533
3 75283
4 83662
5 90825
6 91218
7 95969
8 87586
9 81201
10 69950
11 42486
12 39115
s 132 polyg 1 % Monthly surface radiation (W/sqm)
p 132 12 % Azimuth -0.4681583056208455, inclination 1.5707963267948966 degrees
1 43430
2 51848
3 73751
4 84427
5 92149
6 91610
7 96833
8 88879
9 80677
10 68267
11 42554
12 39758
s 133 polyg 1 % Monthly surface radiation (W/sqm)
p 133 12 % Azimuth -2.0397408667079007, inclination 1.5707963267948966 degrees
1 55292
2 61873
3 78888
4 80766
5 81426
6 71612
7 75878
8 83677
9 82618
10 78362
11 50120
12 44975
s 134 polyg 1 % Monthly surface radiation (W/sqm)
p 134 12 % Azimuth -2.0397408667079007, inclination 1.5707963267948966 degrees
1 56865
2 62291
3 78601
4 77014
5 76529
6 70631
7 73733
8 77938
9 80987
10 79171
11 51241
12 46024
s 135 polyg 1 % Monthly surface radiation (W/sqm)
p 135 12 % Azimuth 2.6735956870083517, inclination 1.5707963267948966 degrees
1 15875
2 22651
3 40596
4 55905
5 70183
6 73466
7 73074
8 64814
9 48801
10 30348
11 16317
12 13125
s 136 polyg 1 % Monthly surface radiation (W/sqm)
p 136 12 % Azimuth 2.6735956870083517, inclination 1.5707963267948966 degrees
1 13242
2 17337
3 26212
4 37431
5 56004
6 63694
7 61582
8 46194
9 29628
10 21622
11 13473
12 11067
s 137 polyg 1 % Monthly surface radiation (W/sqm)
p 137 12 % Azimuth 1.103028670476779, inclination 1.5707963267948966 degrees
1 11515
2 14391
3 21445
4 28739
5 37006
6 41139
7 40656
8 32379
9 23629
10 17757
11 11632
12 9672
s 138 polyg 1 % Monthly surface radiation (W/sqm)
p 138 12 % Azimuth 1.103028670476779, inclination 1.5707963267948966 degrees
1 12113
2 15192
3 22697
4 28930
5 36611
6 39973
7 39465
8 32538
9 24630
10 18989
11 12236
12 10100
s 139 polyg 1 % Monthly surface radiation (W/sqm)
p 139 12 % Azimuth 2.6721675763329586, inclination 1.5707963267948966 degrees
1 19416
2 26464
3 37495
4 52016
5 63782
6 68548
7 66949
8 59773
9 43604
10 32293
11 19715
12 15253
s 140 polyg 1 % Monthly surface radiation (W/sqm)
p 140 12 % Azimuth 2.6721675763329586, inclination 1.5707963267948966 degrees
1 19893
2 25499
3 40481
4 56040
5 69634
6 74993
7 73594
8 64454
9 48631
10 32718
11 20190
12 15793
s 141 polyg 1 % Monthly surface radiation (W/sqm)
p 141 12 % Azimuth 2.6726121086737353, inclination 1.5707963267948966 degrees
1 20416
2 28826
3 46513
4 60250
5 75848
6 81640
7 81363
8 68767
9 52971
10 37186
11 21519
12 16640
s 142 polyg 1 % Monthly surface radiation (W/sqm)
p 142 12 % Azimuth 2.6726121086737353, inclination 1.5707963267948966 degrees
1 20533
2 29144
3 46608
4 62120
5 77912
6 82571
7 81504
8 71499
9 53390
10 37709
11 20688
12 17280
s 143 polyg 1 % Monthly surface radiation (W/sqm)
p 143 12 % Azimuth -2.039170754294616, inclination 1.5707963267948966 degrees
1 53259
2 60773
3 73936
4 75668
5 74146
6 67926
7 70687
8 76537
9 78450
10 74504
11 50053
12 37046
s 144 polyg 1 % Monthly surface radiation (W/sqm)
p 144 12 % Azimuth -2.039170754294616, inclination 1.5707963267948966 degrees
1 40622
2 43788
3 64151
4 65998
5 68112
6 61535
7 64602
8 68021
9 69517
10 57633
11 34318
12 32145
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__169_insel.out' % File name
'*' % Fortran format

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,413 @@
s 1 do
p 1 1 12 1
s 4 d18599 1 20 21
101 % Radiation surface 1
102 % Radiation surface 2
103 % Radiation surface 3
104 % Radiation surface 4
105 % Radiation surface 5
106 % Radiation surface 6
107 % Radiation surface 7
108 % Radiation surface 8
109 % Radiation surface 9
110 % Radiation surface 10
111 % Radiation surface 11
112 % Radiation surface 12
113 % Radiation surface 13
114 % Radiation surface 14
115 % Radiation surface 15
116 % Radiation surface 16
117 % Radiation surface 17
118 % Radiation surface 18
119 % Radiation surface 19
120 % Radiation surface 20
p 4
8708.776041666666 % BP(1) Heated Volume (vBrutto)
3.05 % BP(2) Average storey height / m
3 % BP(3) Number of storeys above ground
0 % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)
0 % BP(5) Cellar heating type (0=no room, 1=unheated, 2=heated, 99=invalid)
0.15 % BP(6) Indirectly heated area ratio
90 % BP(7) Effective heat capacity
0.05 % BP(8) Additional U-value for heat bridge
1 % BP(10) Number $z$ of zones
20 % Number of surfaces = BP(11+8z)
% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)
% 2. Areas above ground
% 3. Areas below ground
% 4. U-value
% 5. Window area
% 6. Window frame fraction
% 7. Window U-value
% 8. Window g-value
% 9. Short-wave reflectance
% #1 #2 #3 #4 #5 #6 #7 #8 #9
1 130.34017748157888 0.0 0.07423253422638612 39.10205324447366 0 0.39683064590801465 0.328881 0.07999999999999996
1 130.34017748158342 0.0 0.07423253422638612 39.10205324447502 0 0.39683064590801465 0.328881 0.07999999999999996
1 84.00043764628761 0.0 0.07423253422638612 25.200131293886283 0 0.39683064590801465 0.328881 0.07999999999999996
1 84.00043764628747 0.0 0.07423253422638612 25.20013129388624 0 0.39683064590801465 0.328881 0.07999999999999996
2 109.3744410276415 0.0 0.07541464874089364 0.0 0 0 0 0
2 277.36548340320655 0.0 0.07541464874089364 0.0 0 0 0 0
2 441.1852337121946 0.0 0.07541464874089364 0.0 0 0 0 0
2 260.67414641380435 0.0 0.07541464874089364 0.0 0 0 0 0
1 41.666233696729655 0.0 0.07423253422638612 12.499870109018897 0 0.39683064590801465 0.328881 0.07999999999999996
1 41.666233696730394 0.0 0.07423253422638612 12.499870109019119 0 0.39683064590801465 0.328881 0.07999999999999996
1 64.30380796119617 0.0 0.07423253422638612 19.29114238835885 0 0.39683064590801465 0.328881 0.07999999999999996
1 64.30380796119577 0.0 0.07423253422638612 19.291142388358733 0 0.39683064590801465 0.328881 0.07999999999999996
3 441.1852337121946 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 260.67414641380435 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 109.3744410276415 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
3 277.36548340320655 0.0 3.3842423894686265e-05 0.0 0 0 0 0.30000000000000004
1 105.66266464973907 0.0 0.07423253422638612 31.69879939492172 0 0.39683064590801465 0.328881 0.07999999999999996
1 105.66266464973931 0.0 0.07423253422638612 31.698799394921792 0 0.39683064590801465 0.328881 0.07999999999999996
1 220.5992225267916 0.0 0.07423253422638612 66.17976675803747 0 0.39683064590801465 0.328881 0.07999999999999996
1 220.59922252679115 0.0 0.07423253422638612 66.17976675803735 0 0.39683064590801465 0.328881 0.07999999999999996
s 20 polyg 1
p 20 12 % Monthly ambient temperature
1 0.1388833522894489
2 0.8253312650631995
3 5.049363812797564
4 11.215108507260004
5 16.77438382580644
6 21.961446563611123
7 24.812365742473112
8 23.77130604260751
9 20.166688549722227
10 14.760234274583324
11 8.599390164833329
12 1.8664905226848094
s 21 polyg 1
p 21 12 % Monthly sky temperature
1 -16.076913199648175
2 -15.21147269922151
3 -9.933090693841589
4 -2.132949752599609
5 4.943461486249397
6 11.595246783694925
7 15.267063262153538
8 13.923356695706257
9 9.285486888525977
10 2.3706575244978043
11 -5.45718035991585
12 -13.91386612162487
s 101 polyg 1 % Monthly surface radiation (W/sqm)
p 101 12 % Azimuth 0.9937658971016781, inclination 1.5707963267948966 degrees
1 16936
2 21361
3 34812
4 46695
5 59586
6 66304
7 66169
8 52117
9 39132
10 27002
11 17106
12 14277
s 102 polyg 1 % Monthly surface radiation (W/sqm)
p 102 12 % Azimuth 0.9937658971016781, inclination 1.5707963267948966 degrees
1 15894
2 20231
3 31837
4 45418
5 57606
6 64162
7 64391
8 50904
9 36728
10 25621
11 16088
12 13364
s 103 polyg 1 % Monthly surface radiation (W/sqm)
p 103 12 % Azimuth 0.9937826462366198, inclination 1.5707963267948966 degrees
1 16843
2 21346
3 34095
4 44876
5 55789
6 62171
7 62217
8 49720
9 38115
10 26976
11 16977
12 14143
s 104 polyg 1 % Monthly surface radiation (W/sqm)
p 104 12 % Azimuth 0.9937826462366198, inclination 1.5707963267948966 degrees
1 15997
2 20395
3 32307
4 43932
5 55104
6 59387
7 59758
8 49099
9 36273
10 25814
11 16142
12 13394
s 105 polyg 1 % Monthly surface radiation (W/sqm)
p 105 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 106 polyg 1 % Monthly surface radiation (W/sqm)
p 106 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 107 polyg 1 % Monthly surface radiation (W/sqm)
p 107 12 % Azimuth -0.0, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 108 polyg 1 % Monthly surface radiation (W/sqm)
p 108 12 % Azimuth 3.141592653589793, inclination 3.141592653589793 degrees
1 0.0
2 0.0
3 0.0
4 0.0
5 0.0
6 0.0
7 0.0
8 0.0
9 0.0
10 0.0
11 0.0
12 0.0
s 109 polyg 1 % Monthly surface radiation (W/sqm)
p 109 12 % Azimuth -0.5770296064557936, inclination 1.5707963267948966 degrees
1 29597
2 36770
3 58342
4 65542
5 71983
6 73730
7 76997
8 70028
9 63103
10 51648
11 27609
12 29403
s 110 polyg 1 % Monthly surface radiation (W/sqm)
p 110 12 % Azimuth -0.5770296064557936, inclination 1.5707963267948966 degrees
1 29277
2 38663
3 60208
4 71666
5 73187
6 72387
7 75206
8 72833
9 67904
10 52782
11 29205
12 26897
s 111 polyg 1 % Monthly surface radiation (W/sqm)
p 111 12 % Azimuth -0.4795408502213688, inclination 1.5707963267948966 degrees
1 41775
2 50585
3 71542
4 83753
5 89527
6 88361
7 92676
8 87382
9 79087
10 66439
11 41744
12 38271
s 112 polyg 1 % Monthly surface radiation (W/sqm)
p 112 12 % Azimuth -0.4795408502213688, inclination 1.5707963267948966 degrees
1 42081
2 50648
3 72354
4 78597
5 88148
6 86352
7 92068
8 83578
9 76606
10 66785
11 40791
12 38541
s 113 polyg 1 % Monthly surface radiation (W/sqm)
p 113 12 % Azimuth 0.0, inclination 0.0 degrees
1 46855
2 62073
3 98533
4 129480
5 158932
6 161677
7 166754
8 144305
9 113621
10 84346
11 48038
12 37948
s 114 polyg 1 % Monthly surface radiation (W/sqm)
p 114 12 % Azimuth 0.0, inclination 0.0 degrees
1 47441
2 61325
3 98006
4 128275
5 156667
6 158461
7 163908
8 142967
9 112720
10 82774
11 47785
12 37592
s 115 polyg 1 % Monthly surface radiation (W/sqm)
p 115 12 % Azimuth 0.0, inclination 0.0 degrees
1 45327
2 60451
3 97517
4 128290
5 155707
6 154656
7 160395
8 141817
9 113499
10 80965
11 47146
12 35128
s 116 polyg 1 % Monthly surface radiation (W/sqm)
p 116 12 % Azimuth 0.0, inclination 0.0 degrees
1 47793
2 62455
3 98208
4 127751
5 154983
6 158522
7 163385
8 141581
9 112425
10 84432
11 48298
12 37903
s 117 polyg 1 % Monthly surface radiation (W/sqm)
p 117 12 % Azimuth 2.5645665069543866, inclination 1.5707963267948966 degrees
1 20432
2 28442
3 44969
4 59697
5 72797
6 80164
7 78357
8 67892
9 52215
10 36281
11 21243
12 16584
s 118 polyg 1 % Monthly surface radiation (W/sqm)
p 118 12 % Azimuth 2.5645665069543866, inclination 1.5707963267948966 degrees
1 20444
2 28332
3 44976
4 59229
5 74322
6 79058
7 78128
8 68152
9 51673
10 36208
11 20984
12 16734
s 119 polyg 1 % Monthly surface radiation (W/sqm)
p 119 12 % Azimuth -2.147829627367513, inclination 1.5707963267948966 degrees
1 61422
2 69037
3 83894
4 82767
5 87287
6 80496
7 84400
8 86814
9 86568
10 86722
11 57036
12 46183
s 120 polyg 1 % Monthly surface radiation (W/sqm)
p 120 12 % Azimuth -2.147829627367513, inclination 1.5707963267948966 degrees
1 59491
2 64969
3 82801
4 84603
5 85927
6 79193
7 82765
8 87342
9 88297
10 82384
11 54923
12 45914
% ONE YEAR
s 300 cum 4.1 4.2
s 303 atend 300.1 300.2
s 304 screen 303.1 303.2 4.5
p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'
% MONTHLY
s 305 screen 4.1 4.2
p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'
s 310 WRITE
4.1 4.2
p 301
1 % Mode
0 % Suppress FNQ inputs
'/home/pilar/PycharmProjects/MonthlyEnergyBalance/examples/NYC_20buildings/outputs/GBP__3_insel.out' % File name
'*' % Fortran format

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,611 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<CitySim name="Project 1">
<Simulation beginMonth="1" endMonth="12" beginDay="1" endDay="31"/>
<Climate location="Basel.cli" city="Basel"/>
<District>
<FarFieldObstructions>
<Point phi="0.0" theta="2.0"/>
<Point phi="10.0" theta="2.0"/>
<Point phi="14.0" theta="2.0"/>
<Point phi="15.0" theta="3.0"/>
<Point phi="20.0" theta="3.0"/>
<Point phi="30.0" theta="3.0"/>
<Point phi="40.0" theta="3.0"/>
<Point phi="41.0" theta="3.0"/>
<Point phi="42.0" theta="2.0"/>
<Point phi="50.0" theta="2.0"/>
<Point phi="54.0" theta="2.0"/>
<Point phi="55.0" theta="3.0"/>
<Point phi="57.0" theta="3.0"/>
<Point phi="58.0" theta="4.0"/>
<Point phi="59.0" theta="5.0"/>
<Point phi="60.0" theta="5.0"/>
<Point phi="61.0" theta="6.0"/>
<Point phi="65.0" theta="6.0"/>
<Point phi="66.0" theta="7.0"/>
<Point phi="70.0" theta="7.0"/>
<Point phi="72.0" theta="7.0"/>
<Point phi="73.0" theta="8.0"/>
<Point phi="76.0" theta="8.0"/>
<Point phi="77.0" theta="9.0"/>
<Point phi="80.0" theta="9.0"/>
<Point phi="90.0" theta="9.0"/>
<Point phi="97.0" theta="9.0"/>
<Point phi="98.0" theta="10.0"/>
<Point phi="100.0" theta="10.0"/>
<Point phi="102.0" theta="10.0"/>
<Point phi="103.0" theta="11.0"/>
<Point phi="104.0" theta="11.0"/>
<Point phi="105.0" theta="12.0"/>
<Point phi="108.0" theta="12.0"/>
<Point phi="109.0" theta="13.0"/>
<Point phi="110.0" theta="13.0"/>
<Point phi="118.0" theta="13.0"/>
<Point phi="119.0" theta="14.0"/>
<Point phi="120.0" theta="15.0"/>
<Point phi="121.0" theta="15.0"/>
<Point phi="122.0" theta="16.0"/>
<Point phi="126.0" theta="16.0"/>
<Point phi="127.0" theta="17.0"/>
<Point phi="130.0" theta="17.0"/>
<Point phi="140.0" theta="17.0"/>
<Point phi="179.0" theta="17.0"/>
<Point phi="180.0" theta="17.0"/>
<Point phi="204.0" theta="17.0"/>
<Point phi="205.0" theta="16.0"/>
<Point phi="206.0" theta="16.0"/>
<Point phi="207.0" theta="15.0"/>
<Point phi="208.0" theta="14.0"/>
<Point phi="209.0" theta="13.0"/>
<Point phi="210.0" theta="12.0"/>
<Point phi="211.0" theta="12.0"/>
<Point phi="212.0" theta="11.0"/>
<Point phi="215.0" theta="11.0"/>
<Point phi="216.0" theta="10.0"/>
<Point phi="220.0" theta="10.0"/>
<Point phi="230.0" theta="10.0"/>
<Point phi="235.0" theta="10.0"/>
<Point phi="236.0" theta="9.0"/>
<Point phi="237.0" theta="9.0"/>
<Point phi="238.0" theta="8.0"/>
<Point phi="239.0" theta="8.0"/>
<Point phi="240.0" theta="7.0"/>
<Point phi="243.0" theta="7.0"/>
<Point phi="244.0" theta="6.0"/>
<Point phi="250.0" theta="6.0"/>
<Point phi="253.0" theta="6.0"/>
<Point phi="254.0" theta="5.0"/>
<Point phi="256.0" theta="5.0"/>
<Point phi="257.0" theta="4.0"/>
<Point phi="259.0" theta="4.0"/>
<Point phi="260.0" theta="3.0"/>
<Point phi="263.0" theta="3.0"/>
<Point phi="264.0" theta="2.0"/>
<Point phi="270.0" theta="2.0"/>
<Point phi="280.0" theta="2.0"/>
<Point phi="284.0" theta="2.0"/>
<Point phi="285.0" theta="1.0"/>
<Point phi="290.0" theta="1.0"/>
<Point phi="291.0" theta="1.0"/>
<Point phi="292.0" theta="0.0"/>
<Point phi="300.0" theta="0.0"/>
<Point phi="302.0" theta="0.0"/>
<Point phi="303.0" theta="1.0"/>
<Point phi="310.0" theta="1.0"/>
<Point phi="320.0" theta="1.0"/>
<Point phi="330.0" theta="1.0"/>
<Point phi="331.0" theta="2.0"/>
<Point phi="340.0" theta="2.0"/>
<Point phi="350.0" theta="2.0"/>
<Point phi="360.0" theta="2.0"/>
</FarFieldObstructions>
<Composite id="8" name="Neuchatel_1961-1970_isole" color="-768" category="roof">
<CompositeLayer materialID="81" thickness="0.01"/>
<CompositeLayer materialID="82" thickness="0.06"/>
<CompositeLayer materialID="83" thickness="0.06"/>
<CompositeLayer materialID="84" thickness="0.17"/>
<CompositeLayer materialID="85" thickness="0.02"/>
</Composite>
<Composite id="21" name="Simple wall" color="-1677216" category="wall">
<CompositeLayer materialID="41" thickness="0.15"/>
<CompositeLayer materialID="3" thickness="0.15"/>
</Composite>
<WallType id="8" name="Neuchatel_1961-1970_isole" category="roof">
<Layer Thickness="0.01" Conductivity="1.83" Cp="712.0" Density="2200.0" NRE="0.0" GWP="0.0" UBP="0.0"/>
<Layer Thickness="0.06" Conductivity="2.9" Cp="900.0" Density="2650.0" NRE="0.0" GWP="0.0" UBP="0.0"/>
<Layer Thickness="0.06" Conductivity="2.0" Cp="880.0" Density="2500.0" NRE="0.0" GWP="0.0" UBP="0.0"/>
<Layer Thickness="0.17" Conductivity="1.5" Cp="720.0" Density="2180.0" NRE="0.0" GWP="0.0" UBP="0.0"/>
<Layer Thickness="0.02" Conductivity="2.0" Cp="753.0" Density="2700.0" NRE="0.0" GWP="0.0" UBP="0.0"/>
</WallType>
<Building Name="Ch. de Bel-Air 1" id="3151" key="1480974" Simulate="true" >
<Floor id="3152" >
<V0 x="562475.07" y="205443.87" z="460.72"/>
<V1 x="562486.34" y="205449.45" z="460.72"/>
<V2 x="562498.06" y="205426.3" z="460.72"/>
<V3 x="562486.94" y="205420.73" z="460.72"/>
<V4 x="562485.51" y="205423.52" z="460.72"/>
</Floor>
<Roof id="3153" ShortWaveReflectance="0.2" >
<V0 x="562485.51" y="205423.52" z="472.47"/>
<V1 x="562486.94" y="205420.73" z="472.47"/>
<V2 x="562498.06" y="205426.3" z="472.47"/>
<V3 x="562486.34" y="205449.45" z="472.47"/>
<V4 x="562475.07" y="205443.87" z="472.47"/>
</Roof>
<Wall id="3154" ShortWaveReflectance="0.2" >
<V0 x="562486.34" y="205449.45" z="460.72"/>
<V1 x="562475.07" y="205443.87" z="460.72"/>
<V2 x="562475.07" y="205443.87" z="472.47"/>
<V3 x="562486.34" y="205449.45" z="472.47"/>
</Wall>
<Wall id="3155" ShortWaveReflectance="0.2" >
<V0 x="562498.06" y="205426.3" z="460.72"/>
<V1 x="562486.34" y="205449.45" z="460.72"/>
<V2 x="562486.34" y="205449.45" z="472.47"/>
<V3 x="562498.06" y="205426.3" z="472.47"/>
</Wall>
<Wall id="3156" ShortWaveReflectance="0.2" >
<V0 x="562486.94" y="205420.73" z="460.72"/>
<V1 x="562498.06" y="205426.3" z="460.72"/>
<V2 x="562498.06" y="205426.3" z="472.47"/>
<V3 x="562486.94" y="205420.73" z="472.47"/>
</Wall>
<Wall id="3157" ShortWaveReflectance="0.2" >
<V0 x="562475.07" y="205443.87" z="472.47"/>
<V1 x="562475.07" y="205443.87" z="460.72"/>
<V2 x="562485.51" y="205423.52" z="460.72"/>
<V3 x="562486.94" y="205420.73" z="460.72"/>
<V4 x="562486.94" y="205420.73" z="472.47"/>
<V5 x="562485.51" y="205423.52" z="472.47"/>
</Wall>
</Building>
<Building Name="R. de la Maladière 65" id="4267" key="1480968" Simulate="true" >
<Floor id="4268" >
<V0 x="562463.54" y="205289.15" z="451.21"/>
<V1 x="562477.43" y="205298.06" z="451.21"/>
<V2 x="562480.95" y="205290.18" z="451.21"/>
<V3 x="562466.8" y="205282.86" z="451.21"/>
</Floor>
<Roof id="4269" ShortWaveReflectance="0.2" >
<V0 x="562466.8" y="205282.86" z="455.87"/>
<V1 x="562480.95" y="205290.18" z="455.87"/>
<V2 x="562477.43" y="205298.06" z="455.87"/>
<V3 x="562463.54" y="205289.15" z="455.87"/>
</Roof>
<Wall id="4270" ShortWaveReflectance="0.2" >
<V0 x="562477.43" y="205298.06" z="451.21"/>
<V1 x="562463.54" y="205289.15" z="451.21"/>
<V2 x="562463.54" y="205289.15" z="455.87"/>
<V3 x="562477.43" y="205298.06" z="455.87"/>
</Wall>
<Wall id="4271" ShortWaveReflectance="0.2" >
<V0 x="562480.95" y="205290.18" z="451.21"/>
<V1 x="562477.43" y="205298.06" z="451.21"/>
<V2 x="562477.43" y="205298.06" z="455.87"/>
<V3 x="562480.95" y="205290.18" z="455.87"/>
</Wall>
<Wall id="4272" ShortWaveReflectance="0.2" >
<V0 x="562466.8" y="205282.86" z="451.21"/>
<V1 x="562480.95" y="205290.18" z="451.21"/>
<V2 x="562480.95" y="205290.18" z="455.87"/>
<V3 x="562466.8" y="205282.86" z="455.87"/>
</Wall>
<Wall id="4273" ShortWaveReflectance="0.2" >
<V0 x="562463.54" y="205289.15" z="451.21"/>
<V1 x="562466.8" y="205282.86" z="451.21"/>
<V2 x="562466.8" y="205282.86" z="455.87"/>
<V3 x="562463.54" y="205289.15" z="455.87"/>
</Wall>
</Building>
<Building Name="R. du Crêt-Taconnet 2" id="5364" key="17" Simulate="true" >
<Floor id="5365" >
<V0 x="561890.48" y="205152.83" z="475.86"/>
<V1 x="561899.86" y="205159.53" z="475.86"/>
<V2 x="561900.39" y="205158.62" z="475.86"/>
<V3 x="561906.45" y="205162.17" z="475.86"/>
<V4 x="561909.74" y="205155.81" z="475.86"/>
<V5 x="561910.92" y="205156.5" z="475.86"/>
<V6 x="561912.18" y="205154.33" z="475.86"/>
<V7 x="561910.01" y="205153.07" z="475.86"/>
<V8 x="561914.09" y="205147.1" z="475.86"/>
<V9 x="561899.84" y="205138.78" z="475.86"/>
<V10 x="561895.05" y="205147.94" z="475.86"/>
<V11 x="561893.76" y="205147.18" z="475.86"/>
</Floor>
<Roof id="5366" ShortWaveReflectance="0.2" >
<V0 x="561893.76" y="205147.18" z="481.06"/>
<V1 x="561895.05" y="205147.94" z="481.06"/>
<V2 x="561899.84" y="205138.78" z="481.06"/>
<V3 x="561914.09" y="205147.1" z="481.06"/>
<V4 x="561910.01" y="205153.07" z="481.06"/>
<V5 x="561912.18" y="205154.33" z="481.06"/>
<V6 x="561910.92" y="205156.5" z="481.06"/>
<V7 x="561909.74" y="205155.81" z="481.06"/>
<V8 x="561906.45" y="205162.17" z="481.06"/>
<V9 x="561900.39" y="205158.62" z="481.06"/>
<V10 x="561899.86" y="205159.53" z="481.06"/>
<V11 x="561890.48" y="205152.83" z="481.06"/>
</Roof>
<Wall id="5367" ShortWaveReflectance="0.2" >
<V0 x="561899.86" y="205159.53" z="475.86"/>
<V1 x="561890.48" y="205152.83" z="475.86"/>
<V2 x="561890.48" y="205152.83" z="481.06"/>
<V3 x="561899.86" y="205159.53" z="481.06"/>
</Wall>
<Wall id="5368" ShortWaveReflectance="0.2" >
<V0 x="561900.39" y="205158.62" z="475.86"/>
<V1 x="561899.86" y="205159.53" z="475.86"/>
<V2 x="561899.86" y="205159.53" z="481.06"/>
<V3 x="561900.39" y="205158.62" z="481.06"/>
</Wall>
<Wall id="5369" ShortWaveReflectance="0.2" >
<V0 x="561906.45" y="205162.17" z="475.86"/>
<V1 x="561900.39" y="205158.62" z="475.86"/>
<V2 x="561900.39" y="205158.62" z="481.06"/>
<V3 x="561906.45" y="205162.17" z="481.06"/>
</Wall>
<Wall id="5370" ShortWaveReflectance="0.2" >
<V0 x="561909.74" y="205155.81" z="475.86"/>
<V1 x="561906.45" y="205162.17" z="475.86"/>
<V2 x="561906.45" y="205162.17" z="481.06"/>
<V3 x="561909.74" y="205155.81" z="481.06"/>
</Wall>
<Wall id="5371" ShortWaveReflectance="0.2" >
<V0 x="561910.92" y="205156.5" z="475.86"/>
<V1 x="561909.74" y="205155.81" z="475.86"/>
<V2 x="561909.74" y="205155.81" z="481.06"/>
<V3 x="561910.92" y="205156.5" z="481.06"/>
</Wall>
<Wall id="5372" ShortWaveReflectance="0.2" >
<V0 x="561912.18" y="205154.33" z="475.86"/>
<V1 x="561910.92" y="205156.5" z="475.86"/>
<V2 x="561910.92" y="205156.5" z="481.06"/>
<V3 x="561912.18" y="205154.33" z="481.06"/>
</Wall>
<Wall id="5373" ShortWaveReflectance="0.2" >
<V0 x="561910.01" y="205153.07" z="475.86"/>
<V1 x="561912.18" y="205154.33" z="475.86"/>
<V2 x="561912.18" y="205154.33" z="481.06"/>
<V3 x="561910.01" y="205153.07" z="481.06"/>
</Wall>
<Wall id="5374" ShortWaveReflectance="0.2" >
<V0 x="561914.09" y="205147.1" z="475.86"/>
<V1 x="561910.01" y="205153.07" z="475.86"/>
<V2 x="561910.01" y="205153.07" z="481.06"/>
<V3 x="561914.09" y="205147.1" z="481.06"/>
</Wall>
<Wall id="5375" ShortWaveReflectance="0.2" >
<V0 x="561899.84" y="205138.78" z="475.86"/>
<V1 x="561914.09" y="205147.1" z="475.86"/>
<V2 x="561914.09" y="205147.1" z="481.06"/>
<V3 x="561899.84" y="205138.78" z="481.06"/>
</Wall>
<Wall id="5376" ShortWaveReflectance="0.2" >
<V0 x="561895.05" y="205147.94" z="475.86"/>
<V1 x="561899.84" y="205138.78" z="475.86"/>
<V2 x="561899.84" y="205138.78" z="481.06"/>
<V3 x="561895.05" y="205147.94" z="481.06"/>
</Wall>
<Wall id="5377" ShortWaveReflectance="0.2" >
<V0 x="561893.76" y="205147.18" z="475.86"/>
<V1 x="561895.05" y="205147.94" z="475.86"/>
<V2 x="561895.05" y="205147.94" z="481.06"/>
<V3 x="561893.76" y="205147.18" z="481.06"/>
</Wall>
<Wall id="5378" ShortWaveReflectance="0.2" >
<V0 x="561890.48" y="205152.83" z="475.86"/>
<V1 x="561893.76" y="205147.18" z="475.86"/>
<V2 x="561893.76" y="205147.18" z="481.06"/>
<V3 x="561890.48" y="205152.83" z="481.06"/>
</Wall>
</Building>
<Building Name="Av. de Bellevaux 12" id="4276" key="2248007" Simulate="true" >
<Floor id="4277" >
<V0 x="562441.55" y="205333.86" z="460.32"/>
<V1 x="562447.62" y="205336.21" z="460.32"/>
<V2 x="562446.74" y="205338.54" z="460.32"/>
<V3 x="562462.97" y="205344.83" z="460.32"/>
<V4 x="562468.11" y="205331.72" z="460.32"/>
<V5 x="562471.74" y="205333.23" z="460.32"/>
<V6 x="562475.95" y="205322.2" z="460.32"/>
<V7 x="562464.96" y="205317.9" z="460.32"/>
<V8 x="562462.68" y="205326.68" z="460.32"/>
<V9 x="562454.86" y="205330.09" z="460.32"/>
<V10 x="562453.1" y="205326.12" z="460.32"/>
<V11 x="562445.7" y="205323.23" z="460.32"/>
</Floor>
<Roof id="4278" ShortWaveReflectance="0.2" >
<V0 x="562445.7" y="205323.23" z="469.37"/>
<V1 x="562453.1" y="205326.12" z="469.37"/>
<V2 x="562454.86" y="205330.09" z="469.37"/>
<V3 x="562462.68" y="205326.68" z="469.37"/>
<V4 x="562464.96" y="205317.9" z="469.37"/>
<V5 x="562475.95" y="205322.2" z="469.37"/>
<V6 x="562471.74" y="205333.23" z="469.37"/>
<V7 x="562468.11" y="205331.72" z="469.37"/>
<V8 x="562462.97" y="205344.83" z="469.37"/>
<V9 x="562446.74" y="205338.54" z="469.37"/>
<V10 x="562447.62" y="205336.21" z="469.37"/>
<V11 x="562441.55" y="205333.86" z="469.37"/>
</Roof>
<Wall id="4279" ShortWaveReflectance="0.2" >
<V0 x="562447.62" y="205336.21" z="460.32"/>
<V1 x="562441.55" y="205333.86" z="460.32"/>
<V2 x="562441.55" y="205333.86" z="469.37"/>
<V3 x="562447.62" y="205336.21" z="469.37"/>
</Wall>
<Wall id="4280" ShortWaveReflectance="0.2" >
<V0 x="562446.74" y="205338.54" z="460.32"/>
<V1 x="562447.62" y="205336.21" z="460.32"/>
<V2 x="562447.62" y="205336.21" z="469.37"/>
<V3 x="562446.74" y="205338.54" z="469.37"/>
</Wall>
<Wall id="4281" ShortWaveReflectance="0.2" >
<V0 x="562462.97" y="205344.83" z="460.32"/>
<V1 x="562446.74" y="205338.54" z="460.32"/>
<V2 x="562446.74" y="205338.54" z="469.37"/>
<V3 x="562462.97" y="205344.83" z="469.37"/>
</Wall>
<Wall id="4282" ShortWaveReflectance="0.2" >
<V0 x="562468.11" y="205331.72" z="460.32"/>
<V1 x="562462.97" y="205344.83" z="460.32"/>
<V2 x="562462.97" y="205344.83" z="469.37"/>
<V3 x="562468.11" y="205331.72" z="469.37"/>
</Wall>
<Wall id="4283" ShortWaveReflectance="0.2" >
<V0 x="562471.74" y="205333.23" z="460.32"/>
<V1 x="562468.11" y="205331.72" z="460.32"/>
<V2 x="562468.11" y="205331.72" z="469.37"/>
<V3 x="562471.74" y="205333.23" z="469.37"/>
</Wall>
<Wall id="4284" ShortWaveReflectance="0.2" >
<V0 x="562475.95" y="205322.2" z="460.32"/>
<V1 x="562471.74" y="205333.23" z="460.32"/>
<V2 x="562471.74" y="205333.23" z="469.37"/>
<V3 x="562475.95" y="205322.2" z="469.37"/>
</Wall>
<Wall id="4285" ShortWaveReflectance="0.2" >
<V0 x="562464.96" y="205317.9" z="460.32"/>
<V1 x="562475.95" y="205322.2" z="460.32"/>
<V2 x="562475.95" y="205322.2" z="469.37"/>
<V3 x="562464.96" y="205317.9" z="469.37"/>
</Wall>
<Wall id="4286" ShortWaveReflectance="0.2" >
<V0 x="562462.68" y="205326.68" z="460.32"/>
<V1 x="562464.96" y="205317.9" z="460.32"/>
<V2 x="562464.96" y="205317.9" z="469.37"/>
<V3 x="562462.68" y="205326.68" z="469.37"/>
</Wall>
<Wall id="4287" ShortWaveReflectance="0.2" >
<V0 x="562454.86" y="205330.09" z="460.32"/>
<V1 x="562462.68" y="205326.68" z="460.32"/>
<V2 x="562462.68" y="205326.68" z="469.37"/>
<V3 x="562454.86" y="205330.09" z="469.37"/>
</Wall>
<Wall id="4288" ShortWaveReflectance="0.2" >
<V0 x="562453.1" y="205326.12" z="460.32"/>
<V1 x="562454.86" y="205330.09" z="460.32"/>
<V2 x="562454.86" y="205330.09" z="469.37"/>
<V3 x="562453.1" y="205326.12" z="469.37"/>
</Wall>
<Wall id="4289" ShortWaveReflectance="0.2" >
<V0 x="562445.7" y="205323.23" z="460.32"/>
<V1 x="562453.1" y="205326.12" z="460.32"/>
<V2 x="562453.1" y="205326.12" z="469.37"/>
<V3 x="562445.7" y="205323.23" z="469.37"/>
</Wall>
<Wall id="4290" ShortWaveReflectance="0.2" >
<V0 x="562441.55" y="205333.86" z="460.32"/>
<V1 x="562445.7" y="205323.23" z="460.32"/>
<V2 x="562445.7" y="205323.23" z="469.37"/>
<V3 x="562441.55" y="205333.86" z="469.37"/>
</Wall>
</Building>
<Building Name="Ch. de Bel-Air 22" id="3161" key="1481009" Simulate="true" >
<Floor id="3162" >
<V0 x="562552.07" y="205546.5" z="485.9"/>
<V1 x="562556.39" y="205546.64" z="485.9"/>
<V2 x="562556.33" y="205548.62" z="485.9"/>
<V3 x="562559.59" y="205548.73" z="485.9"/>
<V4 x="562559.67" y="205546.74" z="485.9"/>
<V5 x="562566.18" y="205547.02" z="485.9"/>
<V6 x="562566.0" y="205535.5" z="485.9"/>
<V7 x="562552.42" y="205536.91" z="485.9"/>
</Floor>
<Roof id="3163" ShortWaveReflectance="0.2" >
<V0 x="562552.42" y="205536.91" z="494.54"/>
<V1 x="562566.0" y="205535.5" z="494.54"/>
<V2 x="562566.18" y="205547.02" z="494.54"/>
<V3 x="562559.67" y="205546.74" z="494.54"/>
<V4 x="562559.59" y="205548.73" z="494.54"/>
<V5 x="562556.33" y="205548.62" z="494.54"/>
<V6 x="562556.39" y="205546.64" z="494.54"/>
<V7 x="562552.07" y="205546.5" z="494.54"/>
</Roof>
<Wall id="3164" ShortWaveReflectance="0.2" >
<V0 x="562556.39" y="205546.64" z="485.9"/>
<V1 x="562552.07" y="205546.5" z="485.9"/>
<V2 x="562552.07" y="205546.5" z="494.54"/>
<V3 x="562556.39" y="205546.64" z="494.54"/>
</Wall>
<Wall id="3165" ShortWaveReflectance="0.2" >
<V0 x="562556.33" y="205548.62" z="485.9"/>
<V1 x="562556.39" y="205546.64" z="485.9"/>
<V2 x="562556.39" y="205546.64" z="494.54"/>
<V3 x="562556.33" y="205548.62" z="494.54"/>
</Wall>
<Wall id="3166" ShortWaveReflectance="0.2" >
<V0 x="562559.59" y="205548.73" z="485.9"/>
<V1 x="562556.33" y="205548.62" z="485.9"/>
<V2 x="562556.33" y="205548.62" z="494.54"/>
<V3 x="562559.59" y="205548.73" z="494.54"/>
</Wall>
<Wall id="3167" ShortWaveReflectance="0.2" >
<V0 x="562559.67" y="205546.74" z="485.9"/>
<V1 x="562559.59" y="205548.73" z="485.9"/>
<V2 x="562559.59" y="205548.73" z="494.54"/>
<V3 x="562559.67" y="205546.74" z="494.54"/>
</Wall>
<Wall id="3168" ShortWaveReflectance="0.2" >
<V0 x="562566.18" y="205547.02" z="485.9"/>
<V1 x="562559.67" y="205546.74" z="485.9"/>
<V2 x="562559.67" y="205546.74" z="494.54"/>
<V3 x="562566.18" y="205547.02" z="494.54"/>
</Wall>
<Wall id="3169" ShortWaveReflectance="0.2" >
<V0 x="562566.0" y="205535.5" z="485.9"/>
<V1 x="562566.18" y="205547.02" z="485.9"/>
<V2 x="562566.18" y="205547.02" z="494.54"/>
<V3 x="562566.0" y="205535.5" z="494.54"/>
</Wall>
<Wall id="3170" ShortWaveReflectance="0.2" >
<V0 x="562552.42" y="205536.91" z="485.9"/>
<V1 x="562566.0" y="205535.5" z="485.9"/>
<V2 x="562566.0" y="205535.5" z="494.54"/>
<V3 x="562552.42" y="205536.91" z="494.54"/>
</Wall>
<Wall id="3171" ShortWaveReflectance="0.2" >
<V0 x="562552.07" y="205546.5" z="485.9"/>
<V1 x="562552.42" y="205536.91" z="485.9"/>
<V2 x="562552.42" y="205536.91" z="494.54"/>
<V3 x="562552.07" y="205546.5" z="494.54"/>
</Wall>
</Building>
<Building Name="R. de Vieux-Châtel 6" id="962" key="1" Simulate="true" >
<Floor id="963" >
<V0 x="561933.09" y="205055.86" z="440.73"/>
<V1 x="561941.79" y="205060.51" z="440.73"/>
<V2 x="561942.18" y="205058.03" z="440.73"/>
<V3 x="561947.92" y="205058.94" z="440.73"/>
<V4 x="561947.14" y="205061.59" z="440.73"/>
<V5 x="561948.73" y="205062.06" z="440.73"/>
<V6 x="561954.77" y="205041.81" z="440.73"/>
<V7 x="561948.61" y="205040.75" z="440.73"/>
<V8 x="561947.06" y="205050.44" z="440.73"/>
<V9 x="561936.24" y="205048.91" z="440.73"/>
<V10 x="561933.83" y="205050.7" z="440.73"/>
</Floor>
<Roof id="964" ShortWaveReflectance="0.2" >
<V0 x="561933.83" y="205050.7" z="446.1"/>
<V1 x="561936.24" y="205048.91" z="446.1"/>
<V2 x="561947.06" y="205050.44" z="446.1"/>
<V3 x="561948.61" y="205040.75" z="446.1"/>
<V4 x="561954.77" y="205041.81" z="446.1"/>
<V5 x="561948.73" y="205062.06" z="446.1"/>
<V6 x="561947.14" y="205061.59" z="446.1"/>
<V7 x="561947.92" y="205058.94" z="446.1"/>
<V8 x="561942.18" y="205058.03" z="446.1"/>
<V9 x="561941.79" y="205060.51" z="446.1"/>
<V10 x="561933.09" y="205055.86" z="446.1"/>
</Roof>
<Wall id="965" ShortWaveReflectance="0.2" >
<V0 x="561941.79" y="205060.51" z="440.73"/>
<V1 x="561933.09" y="205055.86" z="440.73"/>
<V2 x="561933.09" y="205055.86" z="446.1"/>
<V3 x="561941.79" y="205060.51" z="446.1"/>
</Wall>
<Wall id="966" ShortWaveReflectance="0.2" >
<V0 x="561942.18" y="205058.03" z="440.73"/>
<V1 x="561941.79" y="205060.51" z="440.73"/>
<V2 x="561941.79" y="205060.51" z="446.1"/>
<V3 x="561942.18" y="205058.03" z="446.1"/>
</Wall>
<Wall id="967" ShortWaveReflectance="0.2" >
<V0 x="561947.92" y="205058.94" z="440.73"/>
<V1 x="561942.18" y="205058.03" z="440.73"/>
<V2 x="561942.18" y="205058.03" z="446.1"/>
<V3 x="561947.92" y="205058.94" z="446.1"/>
</Wall>
<Wall id="968" ShortWaveReflectance="0.2" >
<V0 x="561947.14" y="205061.59" z="440.73"/>
<V1 x="561947.92" y="205058.94" z="440.73"/>
<V2 x="561947.92" y="205058.94" z="446.1"/>
<V3 x="561947.14" y="205061.59" z="446.1"/>
</Wall>
<Wall id="969" ShortWaveReflectance="0.2" >
<V0 x="561948.73" y="205062.06" z="440.73"/>
<V1 x="561947.14" y="205061.59" z="440.73"/>
<V2 x="561947.14" y="205061.59" z="446.1"/>
<V3 x="561948.73" y="205062.06" z="446.1"/>
</Wall>
<Wall id="970" ShortWaveReflectance="0.2" >
<V0 x="561954.77" y="205041.81" z="440.73"/>
<V1 x="561948.73" y="205062.06" z="440.73"/>
<V2 x="561948.73" y="205062.06" z="446.1"/>
<V3 x="561954.77" y="205041.81" z="446.1"/>
</Wall>
<Wall id="971" ShortWaveReflectance="0.2" >
<V0 x="561948.61" y="205040.75" z="440.73"/>
<V1 x="561954.77" y="205041.81" z="440.73"/>
<V2 x="561954.77" y="205041.81" z="446.1"/>
<V3 x="561948.61" y="205040.75" z="446.1"/>
</Wall>
<Wall id="972" ShortWaveReflectance="0.2" >
<V0 x="561947.06" y="205050.44" z="440.73"/>
<V1 x="561948.61" y="205040.75" z="440.73"/>
<V2 x="561948.61" y="205040.75" z="446.1"/>
<V3 x="561947.06" y="205050.44" z="446.1"/>
</Wall>
<Wall id="973" ShortWaveReflectance="0.2" >
<V0 x="561936.24" y="205048.91" z="440.73"/>
<V1 x="561947.06" y="205050.44" z="440.73"/>
<V2 x="561947.06" y="205050.44" z="446.1"/>
<V3 x="561936.24" y="205048.91" z="446.1"/>
</Wall>
<Wall id="974" ShortWaveReflectance="0.2" >
<V0 x="561933.83" y="205050.7" z="440.73"/>
<V1 x="561936.24" y="205048.91" z="440.73"/>
<V2 x="561936.24" y="205048.91" z="446.1"/>
<V3 x="561933.83" y="205050.7" z="446.1"/>
</Wall>
<Wall id="975" ShortWaveReflectance="0.2" >
<V0 x="561933.09" y="205055.86" z="440.73"/>
<V1 x="561933.83" y="205050.7" z="440.73"/>
<V2 x="561933.83" y="205050.7" z="446.1"/>
<V3 x="561933.09" y="205055.86" z="446.1"/>
</Wall>
</Building>
</District>
<DefaultsBuildingParameters/>
</CitySim>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,94 @@
0.000000000000 2.000000000000
10.000000000000 2.000000000000
14.000000000000 2.000000000000
15.000000000000 3.000000000000
20.000000000000 3.000000000000
30.000000000000 3.000000000000
40.000000000000 3.000000000000
41.000000000000 3.000000000000
42.000000000000 2.000000000000
50.000000000000 2.000000000000
54.000000000000 2.000000000000
55.000000000000 3.000000000000
57.000000000000 3.000000000000
58.000000000000 4.000000000000
59.000000000000 5.000000000000
60.000000000000 5.000000000000
61.000000000000 6.000000000000
65.000000000000 6.000000000000
66.000000000000 7.000000000000
70.000000000000 7.000000000000
72.000000000000 7.000000000000
73.000000000000 8.000000000000
76.000000000000 8.000000000000
77.000000000000 9.000000000000
80.000000000000 9.000000000000
90.000000000000 9.000000000000
97.000000000000 9.000000000000
98.000000000000 10.000000000000
100.000000000000 10.000000000000
102.000000000000 10.000000000000
103.000000000000 11.000000000000
104.000000000000 11.000000000000
105.000000000000 12.000000000000
108.000000000000 12.000000000000
109.000000000000 13.000000000000
110.000000000000 13.000000000000
118.000000000000 13.000000000000
119.000000000000 14.000000000000
120.000000000000 15.000000000000
121.000000000000 15.000000000000
122.000000000000 16.000000000000
126.000000000000 16.000000000000
127.000000000000 17.000000000000
130.000000000000 17.000000000000
140.000000000000 17.000000000000
179.000000000000 17.000000000000
180.000000000000 17.000000000000
204.000000000000 17.000000000000
205.000000000000 16.000000000000
206.000000000000 16.000000000000
207.000000000000 15.000000000000
208.000000000000 14.000000000000
209.000000000000 13.000000000000
210.000000000000 12.000000000000
211.000000000000 12.000000000000
212.000000000000 11.000000000000
215.000000000000 11.000000000000
216.000000000000 10.000000000000
220.000000000000 10.000000000000
230.000000000000 10.000000000000
235.000000000000 10.000000000000
236.000000000000 9.000000000000
237.000000000000 9.000000000000
238.000000000000 8.000000000000
239.000000000000 8.000000000000
240.000000000000 7.000000000000
243.000000000000 7.000000000000
244.000000000000 6.000000000000
250.000000000000 6.000000000000
253.000000000000 6.000000000000
254.000000000000 5.000000000000
256.000000000000 5.000000000000
257.000000000000 4.000000000000
259.000000000000 4.000000000000
260.000000000000 3.000000000000
263.000000000000 3.000000000000
264.000000000000 2.000000000000
270.000000000000 2.000000000000
280.000000000000 2.000000000000
284.000000000000 2.000000000000
285.000000000000 1.000000000000
290.000000000000 1.000000000000
291.000000000000 1.000000000000
292.000000000000 0.000000000000
300.000000000000 0.000000000000
302.000000000000 0.000000000000
303.000000000000 1.000000000000
310.000000000000 1.000000000000
320.000000000000 1.000000000000
330.000000000000 1.000000000000
331.000000000000 2.000000000000
340.000000000000 2.000000000000
350.000000000000 2.000000000000
360.000000000000 2.000000000000

View File

@ -0,0 +1,145 @@
0.167857238701
0.192318221090
0.251721942428
0.248228023574
0.167857238701
0.401657751302
0.634685027371
0.752407909005
0.783457094777
0.896093676384
0.749999690793
0.999999587723
0.999999587723
0.999999587723
0.999999587723
0.999999587723
0.999999587723
0.916666288746
0.883317913390
0.835201259693
0.641498077407
0.460960676523
0.216769796193
0.167857238701
0.083936432205
0.024482998297
0.083941404033
0.083941404033
0.164361011925
0.167857238701
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.039281657308
0.216810104510
0.421292346316
0.424796254643
0.424796254643
0.424796254643
0.424796254643
0.424796254643
0.329616101536
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000
0.000000000000

9
helpers/assumptions.py Normal file
View File

@ -0,0 +1,9 @@
# These values are intended as configurable assumptions
# ToDo: these values need to be changed into configurable parameters
# convective fluxes
h_i = 10 # W/m2K
h_e = 25 # W/m2K
# windows' default values
frame_ratio = 0

2
helpers/constants.py Normal file
View File

@ -0,0 +1,2 @@
celsius2kelvin = 273.15
days_of_month = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]

19
helpers/geometry.py Normal file
View File

@ -0,0 +1,19 @@
import math
import numpy as np
class Geometry:
def __init__(self, delta=0.5):
self._delta = delta
def almost_equal(self, v1, v2):
delta = math.sqrt(pow((v1[0]-v2[0]), 2) + pow((v1[1]-v2[1]), 2) + pow((v1[2]-v2[2]), 2))
return delta <= self._delta
@staticmethod
def to_points_matrix(points, remove_last=False):
rows = points.size//3
points = points.reshape(rows, 3)
if remove_last:
points = np.delete(points, rows-1, 0)
return points

13
helpers/library_codes.py Normal file
View File

@ -0,0 +1,13 @@
class LibraryCodes(object):
construction_code = {
'Wall': '1',
'Ground': '2',
'Roof': '3',
'interior wall': '5',
'ground wall': '6',
'attic floor': '7',
'interior slab': '8'
}
def construction_types_to_code(self, construction_type):
return self.construction_code[construction_type]

32
helpers/monthly_values.py Normal file
View File

@ -0,0 +1,32 @@
import pandas as pd
import numpy as np
import helpers.constants as cte
class MonthlyValues:
def __init__(self):
self._month_hour = None
@staticmethod
def get_mean_values(values):
out = None
if values is not None:
out = pd.DataFrame(values).groupby('month', as_index=False).mean()
return out
@staticmethod
def get_total_month(values):
out = None
if values is not None:
out = pd.DataFrame(values).groupby('month', as_index=False).sum()
return out
@property
def month_hour(self):
if self._month_hour is None:
array = []
for i in range(0, 12):
total_hours = cte.days_of_month[i] * 24
array = np.concatenate((array, np.full(total_hours, i + 1)))
self._month_hour = pd.DataFrame(array, columns=['month'])
return self._month_hour

53
init.py Normal file
View File

@ -0,0 +1,53 @@
from CityModelStructure.geometry.geometry_factory import GeometryFactory
from CityModelStructure.physics.physics_factory import PhysicsFactory
from CityModelStructure.usage.usage_factory import UsageFactory
import pyproj
import reverse_geocoder as rg
class Init:
def __init__(self, geometry_path):
self._geometry_path = geometry_path
self._city = None
# todo: right now extracted at city level, in the future should be extracted also at building level if exist
self._location = None
@property
def location(self):
if self._location is None:
gps = pyproj.CRS('EPSG:4326') # LatLon with WGS84 datum used by GPS units and Google Earth
input_reference = None
try:
input_reference = pyproj.CRS(self._city.srs_name) # Projected coordinate system from input data
except pyproj.exceptions.CRSError:
print('Invalid projection reference system, please check the input data. (e.g. in CityGML files: srs_name)')
quit()
coordinates = pyproj.transform(input_reference, gps, self._city.lower_corner[0], self._city.lower_corner[1])
self._location = rg.search(coordinates)
return self._location
@property
def handler(self):
if self.city_name == 'New York City':
handler = '{0}_{1}'
return handler.format(self.country_code, self.city_name.lower().replace(' ', '_'))
return self.country_code
@property
def country_code(self):
return self.location[0]['cc']
@property
def city_name(self):
if self._city.name is None:
self._city.name = self.location[0]['name']
return self._city.name
@property
def city(self):
if self._city is None:
self._city = GeometryFactory('citygml', self._geometry_path).city
PhysicsFactory(self.handler, self._city)
UsageFactory(self.handler, self._city)
return self._city

61
insel/insel.py Normal file
View File

@ -0,0 +1,61 @@
import os
from pathlib import Path
class Insel:
def __init__(self, path, name, new_content="", mode=1, keep_files=False):
self._path = path
self._name = name
self._full_path = None
self._content = None
self._results = None
self._keep_files = keep_files
self.add_content(new_content, mode)
self.save()
self.run()
def save(self):
with open(self.full_path, 'w') as insel_file:
insel_file.write(self.content)
return
@property
def full_path(self):
if self._full_path is None:
self._full_path = (Path(self._path) / 'third_party_files/insel' / self._name).resolve()
return self._full_path
@property
def content(self):
if self._content is None:
if os.path.exists(self.full_path):
with open(self.full_path, 'r') as insel_file:
self._content = insel_file.read()
else:
self._content = ''
return self._content
# todo: create method
def add_block(self):
raise Exception('Not implemented')
def add_content(self, new_content, mode):
# mode = 1: keep old content
if mode == 1:
self._content = self.content + '\r\n' + new_content
# mode = 2: over-write
elif mode == 2:
self._content = new_content
else:
raise Exception('Add content mode not supported')
return
def run(self):
finish = os.system('insel ' + str(self.full_path))
os.close(finish)
if not self._keep_files:
os.remove(self.full_path)
@property
def results(self):
raise Exception('Not implemented')

View File

@ -0,0 +1,140 @@
from helpers.library_codes import LibraryCodes
class MonthlyEnergyBalance:
@staticmethod
def generate_meb_template(city_object, temperatures, outputs_path):
lc = LibraryCodes()
file = ""
file += "s 1 do\r\n"
file += "p 1 1 12 1\r\n"
file += "\r\n"
file += "s 4 d18599 1 20 21\r\n"
surfaces = city_object.surfaces
for i in range(1, len(surfaces) + 1):
file += str(100 + i) + ' % Radiation surface ' + str(i) + '\r\n'
file += 'p 4' + '\r\n'
# BUILDING PARAMETERS
file += str(city_object.heated_volume) + ' % BP(1) Heated Volume (vBrutto)\r\n'
file += str(city_object.average_storey_height) + ' % BP(2) Average storey height / m\r\n'
file += str(city_object.storeys_above_ground) + ' % BP(3) Number of storeys above ground\r\n'
file += str(city_object.attic_heated) + ' % BP(4) Attic heating type (0=no room, 1=unheated, 2=heated)\r\n'
file += str(city_object.basement_heated) + ' % BP(5) Cellar heating type (0=no room, 1=unheated, ' \
'2=heated, 99=invalid)\r\n'
# todo: this method and the insel model have to be reviewed for more than one thermal zone
thermal_zone = city_object.thermal_zones[0]
file += str(thermal_zone.indirectly_heated_area_ratio) + ' % BP(6) Indirectly heated area ratio\r\n'
file += str(thermal_zone.effective_thermal_capacity) + ' % BP(7) Effective heat capacity\r\n'
file += str(thermal_zone.additional_thermal_bridge_u_value) + ' % BP(8) Additional U-value for heat bridge\r\n'
# todo: ensure that this line is not needed
# file += str(usage_parameters().standard) + ' % BP(9) Usage type (0=standard, 1=IWU)\r\n'
# ZONES AND SURFACES
file += str(len(city_object.thermal_zones)) + ' % BP(10) Number $z$ of zones\r\n'
i = 0
for usage_zone in city_object.usage_zones:
percentage_usage = 1
file += str(float(city_object.foot_print.area) * percentage_usage) + ' % BP(11) #1 Area of zone ' + \
str(i + 1) + ' (sqm)' + '\r\n'
total_internal_gains = 0
for ig in usage_zone.internal_gains:
total_internal_gains += float(ig.average_internal_gain_w_m2) * \
(float(ig.convective_fraction) + float(ig.radiative_fraction))
file += str(total_internal_gains) + ' % BP(12) #2 Internal gains of zone ' + str(i + 1) + '\r\n'
file += str(usage_zone.heating_setpoint) + ' % BP(13) #3 Heating setpoint temperature zone ' + \
str(i + 1) + ' (tSetHeat)' + '\r\n'
file += str(usage_zone.heating_setback) + ' % BP(14) #4 Heating setback temperature zone ' + \
str(i + 1) + ' (tSetbackHeat)' + '\r\n'
file += str(usage_zone.cooling_setpoint) + ' % BP(15) #5 Cooling setpoint temperature zone ' + \
str(i + 1) + ' (tSetCool)' + '\r\n'
file += str(usage_zone.hours_day) + ' % BP(16) #6 Usage hours per day zone ' + str(i + 1) + '\r\n'
file += str(usage_zone.days_year) + ' % BP(17) #7 Usage days per year zone ' + str(i + 1) + '\r\n'
if usage_zone.min_air_change is None:
raise Exception('Ventilation air rate is not initialized')
file += str(usage_zone.min_air_change) + ' % BP(18) #8 Minimum air change rate zone ' + \
str(i + 1) + ' (h^-1)' + '\r\n'
i += 1
file += str(len(surfaces)) + ' % Number of surfaces = BP(11+8z)\r\n'
file += '% 1. Surface type (1=wall, 2=ground 3=roof, 4=flat roof)' + '\r\n'
file += '% 2. Areas above ground' + '\r\n'
file += '% 3. Areas below ground' + '\r\n'
file += '% 4. U-value' + '\r\n'
file += '% 5. Window area' + '\r\n'
file += '% 6. Window frame fraction' + '\r\n'
file += '% 7. Window U-value' + '\r\n'
file += '% 8. Window g-value' + '\r\n'
file += '% 9. Short-wave reflectance' + '\r\n'
file += '% #1 #2 #3 #4 #5 #6 #7 #8 #9' + '\r\n'
# todo: this method has to be reviewed for more than one thermal opening per thermal boundary
for thermal_boundary in city_object.thermal_zones[0].bounded:
type_code = lc.construction_types_to_code(thermal_boundary.type)
string = type_code + ' ' + str(thermal_boundary.area_above_ground) + ' ' + \
str(thermal_boundary.area_below_ground) + ' ' + str(thermal_boundary.u_value) + ' ' + \
str(thermal_boundary.window_area) + ' '
if thermal_boundary.window_area <= 0.001:
string = string + '0 0 0 '
else:
string = string + str(thermal_boundary.thermal_openings[0].frame_ratio) + ' ' + \
str(thermal_boundary.thermal_openings[0].u_value) + ' ' + \
str(thermal_boundary.thermal_openings[0].g_value) + ' '
if thermal_boundary.outside_solar_absorptance is not None:
string += str(thermal_boundary.shortwave_reflectance) + '\r\n'
else:
string += '0 \r\n'
file += string
file += '\r\n'
file += 's 20 polyg 1\r\n'
file += 'p 20 12 % Monthly ambient temperature\r\n'
i = 1
for temperature in temperatures[['temperature']].to_numpy():
file += str(i) + ' ' + str(temperature[0]) + '\r\n'
i += 1
file += '\r\n'
file += 's 21 polyg 1\r\n'
file += 'p 21 12 % Monthly sky temperature\r\n'
i = 1
for temperature in temperatures[['sky temperature']].to_numpy():
file += str(i) + ' ' + str(temperature[0]) + '\r\n'
i += 1
i = 0
for surface in surfaces:
file += '\r\n'
file += 's ' + str(101 + i) + ' polyg 1 % Monthly surface radiation (W/sqm)\r\n'
file += 'p ' + str(101 + i) + ' 12 % Azimuth ' + str(surface.azimuth) + \
', inclination ' + str(surface.inclination) + ' degrees\r\n'
j = 1
for global_irradiance_month in surface.global_irradiance_month:
file += str(j) + ' ' + str(global_irradiance_month) + '\r\n'
j += 1
i += 1
file += '\r\n'
file += '% ONE YEAR\r\n'
file += 's 300 cum 4.1 4.2\r\n'
file += 's 303 atend 300.1 300.2\r\n'
file += 's 304 screen 303.1 303.2 4.5\r\n'
file += "p 304 '(''Yearly results: qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1 meanUvalue = '',F6.3)'\r\n"
file += '\r\n'
file += '% MONTHLY\r\n'
file += 's 305 screen 4.1 4.2\r\n'
file += "p 305 '(''qh = '',F13.2,'' qc = ''F13.2,'' kWh a^-1'')'\r\n"
file += '\r\n'
file += 's ' + str(310) + ' WRITE\r\n'
file += '4.1 4.2\r\n'
file += 'p ' + str(301) + '\r\n'
file += '1 % Mode\r\n'
file += '0 % Suppress FNQ inputs\r\n'
file += "'" + str(outputs_path) + "' % File name\r\n"
file += "'*' % Fortran format\r\n"
return file

View File

@ -0,0 +1,22 @@
Shapely==1.7.0
cycler==0.10.0
geographiclib==1.50
geopy==1.21.0
kiwisolver==1.2.0
matplotlib==3.2.1
numpy~=1.18.4
numpy-stl==2.11.2
pandas==1.0.3
pip~=20.1
pyny3d==0.2
pyparsing~=2.4.7
pyproj~=2.6.1.post1
python-dateutil==2.8.1
python-utils==2.4.0
pytz~=2020.1
scipy==1.4.1
setuptools==46.1.3
six==1.14.0
stl==0.0.3
xmltodict==0.12.0
reverse_geocoder~=1.5.1

View File

@ -0,0 +1,171 @@
import os
import shutil
from pathlib import Path
import pandas as pd
from helpers import monthly_values as mv
import subprocess
import xmltodict
from collections import OrderedDict
from subprocess import SubprocessError, TimeoutExpired, CalledProcessError
class SimplifiedRadiosityAlgorithm:
_executable = 'citysim_sra'
def __init__(self, sra_working_path, sra_file_name, full_path_cli, city_objects=None,
begin_month=1, begin_day=1, end_month=12, end_day=31, lower_corner=None):
self._full_path_cli = full_path_cli
self._begin_month = begin_month
self._begin_day = begin_day
self._end_month = end_month
self._end_day = end_day
if lower_corner is None:
lower_corner = [0, 0, 0]
self._lower_corner = lower_corner
self._sra_working_path = sra_working_path
self._full_path_in_sra = (sra_working_path / 'tmp' / (sra_file_name + '.xml')).resolve()
self._sra_out_file_name = sra_file_name + '_SW.out'
self._full_path_out_sra = (sra_working_path / 'cache' / self._sra_out_file_name).resolve()
self._out_values = None
self._radiation = None
self._content = OrderedDict()
climate = OrderedDict()
climate['@location'] = self._full_path_cli
climate['@city'] = self.city
simulation = OrderedDict()
simulation['@beginMonth'] = begin_month
simulation['@beginDay'] = begin_day
simulation['@endMonth'] = end_month
simulation['@endDay'] = end_day
city_sim = OrderedDict()
city_sim['@name'] = sra_file_name + '.xml'
city_sim['Simulation'] = simulation
city_sim['Climate'] = climate
self._content['CitySim'] = city_sim
if city_objects is not None:
self.add_city_objects(city_objects)
self.save()
def call_sra(self, keep_files=False):
try:
completed = subprocess.run([self._executable, self._full_path_in_sra])
except (SubprocessError, TimeoutExpired, CalledProcessError) as error:
raise Exception(error)
file = (Path(self._sra_working_path) / 'tmp' / self._sra_out_file_name).resolve()
new_path = (Path(self._sra_working_path) / 'cache').resolve()
try:
shutil.move(str(file), str(new_path))
except:
raise Exception('No SRA output file found')
self._out_values = self.results()
if not keep_files:
os.remove(self._full_path_in_sra)
return completed
def results(self):
if self._out_values is None:
try:
self._out_values = pd.read_csv(self._full_path_out_sra, sep='\s+', header=0)
except:
raise Exception('No SRA output file found')
return self._out_values
@property
def radiation(self):
if self._radiation is None:
self._radiation = []
id_building = ''
header_building = []
for column in self._out_values.columns.values:
if id_building != column.split(':')[1]:
id_building = column.split(':')[1]
if len(header_building) > 0:
self._radiation.append(pd.concat([mv.MonthlyValues().month_hour, self._out_values[header_building]],
axis=1))
header_building = [column]
else:
header_building.append(column)
self._radiation.append(pd.concat([mv.MonthlyValues().month_hour, self._out_values[header_building]], axis=1))
return self._radiation
# mode = 0, set only monthly values
# mode = 1, set only hourly values
# mode = 2, set both
def set_irradiance_surfaces(self, city, mode=0):
for radiation in self.radiation:
building_name = radiation.columns.values.tolist()[1].split(':')[1]
city_object = city.city_object(building_name)
for column in radiation.columns.values:
if column == 'month':
continue
header_name = column
surface_name = header_name.split(':')[2]
surface = city_object.surface(surface_name)
if mode == 0 or mode == 2:
df = mv.MonthlyValues.get_total_month(radiation[['month', header_name]])
surface.global_irradiance_month = [gim[0] for gim in df[[header_name]].to_numpy()]
if mode == 1 or mode == 2:
df = radiation[[header_name]]
surface.global_irradiance_hour = df[[header_name]].to_numpy()
return
@property
def content(self):
return xmltodict.unparse(self._content, pretty=True, short_empty_elements=True)
def save(self):
with open(self._full_path_in_sra, "w") as sra_file:
sra_file.write(self.content)
return
def _correct_points(self, points):
# correct the x, y, z values into the reference frame set by lower_corner parameter
# [0, 0, 0] by default means no correction.
points[0] = points[0] - self._lower_corner[0]
points[1] = points[1] - self._lower_corner[1]
points[2] = points[2] - self._lower_corner[2]
return points
def add_city_objects(self, city_objects):
buildings = []
for i in range(len(city_objects)):
city_object = city_objects[i]
building = OrderedDict()
building['@Name'] = city_object.name
building['@id'] = i
building['@key'] = city_object.name
building['@Simulate'] = 'True'
walls, roofs, floors = [], [], []
for s in city_object.surfaces:
surface = OrderedDict()
surface['@id'] = s.name
surface['@ShortWaveReflectance'] = s.swr
for j in range(len(s.points - 1)):
points = self._correct_points(s.points[j])
vertex = OrderedDict()
vertex['@x'] = points[0]
vertex['@y'] = points[1]
vertex['@z'] = points[2]
surface['V' + str(j)] = vertex
if s.type == 'Wall':
walls.append(surface)
elif s.type == 'Roof':
roofs.append(surface)
else:
floors.append(surface)
building['Wall'] = walls
building['Roof'] = roofs
building['Floor'] = floors
buildings.append(building)
district = OrderedDict()
district['FarFieldObstructions'] = None
district['Building'] = buildings
self._content['CitySim']['District'] = district
return
@property
def city(self):
with open(self._full_path_cli, 'r') as file:
return file.readline().replace('\n', '')

34
weather/weather.py Normal file
View File

@ -0,0 +1,34 @@
import math
import pandas as pd
import helpers.constants as cte
from helpers import monthly_values as mv
class Weather(object):
def __init__(self, full_path_weather):
self._full_path_weather = full_path_weather
if self._full_path_weather is not None:
# TODO: catch error if file does not exist
self._weather_values = pd.read_csv(self._full_path_weather, sep='\s+', header=None,
names=['hour', 'global_horiz', 'temperature', 'diffuse', 'beam', 'empty'])
self._weather_values = pd.concat([mv.MonthlyValues().month_hour, self._weather_values], axis=1)
@property
def weather_temperatures(self):
temperatures_hourly = self._weather_values[['month', 'temperature']]
sky_temperature = self.calculate_sky_temperature(temperatures_hourly)
temperatures_hourly = pd.concat([temperatures_hourly, sky_temperature], axis=1)
return temperatures_hourly
@staticmethod
def calculate_sky_temperature(ambient_temperature):
# Swinbank - Fuentes sky model approximation(1963) based on cloudiness statistics(32 %) in United States
# ambient temperatures( in °C)
# sky temperatures( in °C)
_ambient_temperature = ambient_temperature[['temperature']].to_numpy()
values = []
for temperature in _ambient_temperature:
value = 0.037536 * math.pow((temperature + cte.celsius2kelvin), 1.5) \
+ 0.32 * (temperature + cte.celsius2kelvin) - cte.celsius2kelvin
values.append(value)
return pd.DataFrame(values, columns=['sky temperature'])