architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
196 stars 65 forks source link

Setting working directory through cea.config #3025

Open shanshanhsieh opened 3 years ago

shanshanhsieh commented 3 years ago

Similar to jupyter notebook, which has a working directory. The users should set a working directory as shown below.

image.png

This could enable a simple workflow to mount local volumes onto the docker container.

martin-mosteiro commented 3 years ago

you need to check your working directory's name for typos ;) guess the fourth line would also need to be changed to scenario = {general:working-directory}/{general:project}/{general:scenario-name}?