We'd appreciate if you cite this B&E journal paper using citation below:
@article{RN13245,
author = {Wang, Liping and Wu, Lichen and Norford, Leslie Keith and Aliabadi, Amir A. and Lee, Edwin},
title = {The interactive indoor-outdoor building energy modeling for enhancing the predictions of urban microclimates and building energy demands},
journal = {Building and Environment},
volume = {248},
pages = {111059},
ISSN = {0360-1323},
DOI = {https://doi.org/10.1016/j.buildenv.2023.111059},
url = {https://www.sciencedirect.com/science/article/pii/S0360132323010867},
year = {2024},
type = {Journal Article}
}
- The original VCWGv2.0.0 is available at VCWGv2.0.0
- Install EnergyPlus at
sys.path.insert(0, 'C:/EnergyPlusV22-1-0')
orsys.path.insert(0, '/usr/local/EnergyPlus-22-1-0/')
- Two-way coupling is available at High Rise Office Two-way, Med Office Two-way. (You may find some files from original VCWGv2.0.0 have been adopted to work with EnergyPlus, such as this line; important files:
_0_main_epTimestepHandlers.py
and_1_parent_coordination.py
) - One-way coupling is available at High Rise Office One-way, Med Office One-way. (You may find some files from original VCWGv2.0.0 have been adopted. Remember one-way coupling urban weather calculation is directly modified from two-way couplings, so they are closer to two-way coupling, not the origianl VCWGv2.0.0, for example this line. This is because two-way couplings code development was gotten more efforts and developed earlier than one-way coupling, especially when conduct the sensitivity analysis, multiple cases running together for time efficiency purposes using multiprocessing.)
- Validation: All the processed rural and urban weather measurements are available at this repo-branch, for original datasets BUBBLE, CAPITOUL,VANCUVER
- The entire paper code and dataset is fully hosted on repos (ranked by time descending order) (In case you want to find some files/settings, you need to explore among all the branches of the following repos):
- You might find this repo insightful about the rural and weather files, UWG/VCWG settings at UWG-Matlab
- Please email me to
[email protected]
if you have any questions or need further assistance.