Compare commits

..

2 Commits

2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

@ -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'