A tool for estimating the future energy use, carbon emissions, and capital and operating cost impacts of energy efficiency and demand flexibility technologies in the U.S. residential and commercial building sectors.
Separate the common user scripts (ecm_prep.py and run.py) and the input generation modules into separate submodules. /supporting_data and constants.py are likely the only shared resources for the two.
We may potentially want to introduce entry point(s) to more easily run the user scripts too. Being able to run, for example, scout run --args or scout ecm_prep --args is easier than traversing several directories.
Separate the common user scripts (ecm_prep.py and run.py) and the input generation modules into separate submodules.
/supporting_data
andconstants.py
are likely the only shared resources for the two.We may potentially want to introduce entry point(s) to more easily run the user scripts too. Being able to run, for example,
scout run --args
orscout ecm_prep --args
is easier than traversing several directories.