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).

This commit is contained in:
saeed-rayegan 2024-07-10 16:41:32 -04:00
parent b560287a54
commit 86f0dbfe70

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