Compare commits
2 Commits
b560287a54
...
03ea40cbe3
Author | SHA1 | Date | |
---|---|---|---|
|
03ea40cbe3 | ||
|
86f0dbfe70 |
1
main.py
1
main.py
|
@ -31,4 +31,5 @@ ConstructionFactory('nrcan', city).enrich()
|
|||
UsageFactory('nrcan', city).enrich()
|
||||
WeatherFactory('epw', city).enrich()
|
||||
CityBEM_workflow(city) #run the city using a fast City-Building Energy Model, CityBEM
|
||||
energy_plus_workflow(city)
|
||||
print ("test done")
|
|
@ -16,6 +16,7 @@ def CityBEM_workflow(city):
|
|||
Main function to run the CityBEM under the CityLayer's hub.
|
||||
|
||||
:Note: City object contains necessary attributes for the CityBEM workflow.
|
||||
The first final version is created at 10/07/2024
|
||||
"""
|
||||
#general output path for the CityLayer's hub
|
||||
out_path = Path(__file__).parent.parent / 'out_files'
|
||||
|
|
Loading…
Reference in New Issue
Block a user