From 86f0dbfe709a051f4d8e36a53e16543e8a460724 Mon Sep 17 00:00:00 2001 From: saeed-rayegan Date: Wed, 10 Jul 2024 16:41:32 -0400 Subject: [PATCH] The fist version of CityBEM workflow is now done. Users can use CityBEM_workflow by passing the city object into it. The command line to call CityBEM under the CityLayer is CityBEM_workflow(city). --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 6c1ba2a5..f2e1b68b 100644 --- a/main.py +++ b/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") \ No newline at end of file