Software Open Access
Capel-Timms, Isabellla;
Smith, Stefan Thor;
Sun, Ting;
Grimmond, Sue
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.3936025</identifier> <creators> <creator> <creatorName>Capel-Timms, Isabellla</creatorName> <givenName>Isabellla</givenName> <familyName>Capel-Timms</familyName> <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-0339-168X</nameIdentifier> <affiliation>University of Reading</affiliation> </creator> <creator> <creatorName>Smith, Stefan Thor</creatorName> <givenName>Stefan Thor</givenName> <familyName>Smith</familyName> <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-5053-4639</nameIdentifier> <affiliation>University of Reading</affiliation> </creator> <creator> <creatorName>Sun, Ting</creatorName> <givenName>Ting</givenName> <familyName>Sun</familyName> <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-2486-6146</nameIdentifier> <affiliation>University of Reading</affiliation> </creator> <creator> <creatorName>Grimmond, Sue</creatorName> <givenName>Sue</givenName> <familyName>Grimmond</familyName> <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-3166-9415</nameIdentifier> <affiliation>University of Reading, Past: KCL, Indiana University</affiliation> </creator> </creators> <titles> <title>Dynamic Anthropogenic activitieS impacting Heat emissions (DASH v1.0): Development and evaluation</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2020</publicationYear> <subjects> <subject>Urban</subject> <subject>London, UK</subject> <subject>Anthropogenic Heat Flux</subject> <subject>DASH</subject> <subject>Agent based model</subject> </subjects> <dates> <date dateType="Issued">2020-07-08</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3936025</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://zenodo.org/deposit/2649165</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3745523</relatedIdentifier> <relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://zenodo.org/communities/luma</relatedIdentifier> </relatedIdentifiers> <version>1.2</version> <rightsList> <rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract"><ul> <li><strong>Dynamic Anthropogenic activitieS impacting Heat emissions (DASH v1.0): Development and evaluation</strong></li> <li><strong>DASH</strong> - is undergoing significantly development (e.g. being made more generic, more efficient, more capabilities). Currently, results are benchmarked to this version. Please contact c.s.grimmond@reading.ac.uk to find out about the most appropriate source of code</li> </ul> <p><strong>Funding Acknowledgement:</strong></p> <ul> <li>UK-China Research &amp; Innovation Partnership Fund through the Met Office Climate Science for Service Partnership (CSSP) China as part of the Newton Fund</li> <li>EPSRC (Reading)</li> <li>NERC APEx:10.13039/501100000690::NE/T001887/1</li> <li>ERC-2019-SyG: 855005 urbisphere</li> </ul> <p><strong>Overview</strong></p> <ul> <li>Source code and input data for v1.0 of the Dynamic Anthropogenic activitieS impacting Heat emissions model.</li> <li>DASH considers both urban form and function in simulating QF by use of an agent-based structure that includes behavioural characteristics of city populations. This allows social practices to drive the calculation of QF as occupants move, varying by day type, demographic, location, activity, socio-economic factors and in response to environmental conditions. DASH has simple transport and building energy models to allow simulation of dynamic vehicle use, occupancy and heating/cooling demand, with subsequent release of energy to the outdoor environment through the building fabric.</li> <li>The entire model comprises two parts:</li> <li>1. Agent interaction (under 2.movementtravel)</li> <li>2. Agent reaction (under.energyQfcalcs</li> <li>README files can be found in each folder with quick start guides for each.</li> </ul> <p><strong>1.dataprocessing </strong></p> <ul> <li>Currently in python 3.7</li> <li>## what does this code do?</li> <li>Various scripts transform elements of raw data to input data readable by DASH</li> <li>## what does this folder include?</li> <li>Input Data</li> <li>Processed Data</li> <li>─ source-code # scripts for creating input data from raw data</li> <li>## how to run this code?</li> <li>1. Different elements are currently run separately.</li> <li># 2.movementtravel</li> <li>## what does this code do?</li> <li>1. Determines the travel and movement behaviours.</li> </ul> <ul> <li>2. Distributes people across the city.</li> </ul> <ul> <li>3. Provides occupancy and transport levels across the study area.</li> </ul> <ul> <li>## What does this folder include?</li> </ul> <ul> <li>run `tree . -d -L 1` to show the following (may vary over time)</li> </ul> <ul> <li>Data # input data</li> </ul> <ul> <li>├── Runs # runs with cfg and output</li> </ul> <ul> <li>├── py2-backup.tgz # backup of py2 files before 2to3 conversion</li> </ul> <ul> <li>├── gen-traveltime-py2 # script to generate travel functions in py2</li> </ul> <ul> <li>└── source-code # source code</li> <li>## How to run this module</li> <li>Before run this code, 2to3 was executed to convert all code into py3. the py2 version is secured into `py2-backup.tgz` archive <ul> <li><strong>QUICK START</strong></li> <li><strong>Run the code:</strong></li> </ul> <ul> <li><strong>1. entry point: `source_code/Main.py`: `python3 Main.py`<strong># 3.energyQfcalcs</strong><strong>## what does this code do? </strong></strong></li> </ul> <ul> <li><strong>1. To determine the occupancy levels in buildings</strong></li> </ul> <ul> <li><strong>2. To determine distribution of traffic on transport network</strong></li> <li><strong>2. To calculate energy use - giving Qf (B, T, and M)<strong>## what does this folder include?</strong></strong></li> </ul> <ul> <li><strong>run tree . -d -L 1 to show the following (may vary over time)</strong></li> <li><strong>├── Data # input data</strong></li> </ul> <ul> <li><strong>├── Runs # runs with cfg and output</strong></li> </ul> <ul> <li><strong>├── py2-backup.tar # backup of py2 files before 2to3 conversion</strong></li> </ul> <ul> <li><strong>└── source-code # source code<strong>## how to run this code?</strong></strong></li> </ul> <ul> <li><strong>1. create and install the C code extension</strong></li> </ul> <ul> <li><strong>in directory `STEBBS`, run:</strong></li> </ul> <ul> <li><strong>to install the C extension.</strong></li> </ul> <ul> <li><strong>2. main file: `Main.py`</strong></li> </ul> <ul> <li><strong>switch the same folder of this `README.md` file, run the following:</strong></li> </ul> <ul> <li><strong>python3 source_code/Main.py</strong></li> </ul> <strong><strong># 4.visualisation</strong></strong></li> </ul> <ul> <li><strong><strong>## what does this code do?</strong></strong></li> </ul> <ul> <li><strong>1. Produces graphs of results from 2.movementtravel and 3.energyQfcalcs</strong></li> </ul> <ul> <li><strong><strong>## what does this folder include? </strong></strong></li> </ul> <ul> <li><strong><strong>run `tree . -d -L 1` to show the following (may vary over time)</strong></strong></li> <li><strong><strong>└── source-code # scripts for creating plots from results</strong></strong></li> </ul> <ul> <li><strong><strong><strong>## how to run this code?.</strong></strong></strong></li> </ul> <ul> <li><strong><strong>Different elements are currently run separately.</strong></strong></li> </ul> <p>New ZipFile (7/7/2020) -&nbsp;<strong>BESTEST evaluation of STEBBS using EnergyPlus</strong></p> <p>&nbsp;</p> <p>8/7/20 Update&nbsp;data file -&nbsp;<a href="https://zenodo.org/api/files/cef8ca4b-1ed9-4dfd-8ab4-0ae63f26a116/DASH-X-GMD-results.zip">DASH-X-GMD-results.zip</a></p> <p>8/7/20 code and input data DASH-X-GMD-1.0r.tar.gz</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p></description> <description descriptionType="Other">{"references": ["Capel-Timms I, ST Smith, T Sun, S Grimmond (in review) Dynamic Anthropogenic activitieS impacting Heat emissions (DASH v1.0): Development and evaluation gmd-2020-52"]}</description> </descriptions> <fundingReferences> <fundingReference> <funderName>Research Councils UK</funderName> <funderIdentifier funderIdentifierType="Crossref Funder ID">10.13039/501100000690</funderIdentifier> <awardNumber awardURI="info:eu-repo/grantAgreement/RCUK/NERC/NE%2FT001887%2F1/">NE/T001887/1</awardNumber> <awardTitle>APEx: An Air Pollution Exposure model to integrate protection of vulnerable groups into the UK Clean Air Programme</awardTitle> </fundingReference> </fundingReferences> </resource>
All versions | This version | |
---|---|---|
Views | 192 | 120 |
Downloads | 52 | 44 |
Data volume | 25.1 GB | 22.2 GB |
Unique views | 156 | 101 |
Unique downloads | 29 | 23 |