Building model: Difference between revisions
Jump to navigation
Jump to search
(→Calculations: intermediate) |
|||
Line 27: | Line 27: | ||
"stockHeatingShares", # Heating types of current buildings | "stockHeatingShares", # Heating types of current buildings | ||
"stockEfficiencyShares", # Energy efficiency types of current buildings | "stockEfficiencyShares", # Energy efficiency types of current buildings | ||
"changeBuildings", # Construction or demolition rate as floor-m2 | "changeBuildings", # Construction or demolition rate as floor-m2. Indices Efficiency and | ||
# Heating should be included here, if used. | |||
# "buildingTypes", # A dummy variable to combine two different indices: Building and Building2 | # "buildingTypes", # A dummy variable to combine two different indices: Building and Building2 | ||
"renovationShares", # Fraction of renovation type when renovation is done. | "renovationShares", # Fraction of renovation type when renovation is done. | ||
Line 41: | Line 40: | ||
# Annual changes of floor amount in time multiplied by time, fraction of energy classes and heating types. | # Annual changes of floor amount in time multiplied by time, fraction of energy classes and heating types. | ||
timelength <- Ovariable(output = data.frame( | timelength <- Ovariable( | ||
output = data.frame( | |||
obsyear, | |||
) | Result = c(diff(obsyear[[1]]), 0) | ||
change <- changeBuildings * timelength | ), | ||
marginal = c(TRUE, FALSE) | |||
) | |||
change <- changeBuildings * timelength | |||
change <- timepoints(change, obsyear) # Cumulative changes at certain timepoints. | change <- timepoints(change, obsyear) # Cumulative changes at certain timepoints. | ||
Revision as of 18:19, 14 February 2015
Moderator:Jouni (see all) |
|
Upload data
|
Question
How to estimate the size of the building stock of a city, including heating properties, renovations etc? The situation is followed over time, and different policies can be implemented.
Answer
For examples of model use, see Building stock in Kuopio and Climate change policies and health in Kuopio.
Rationale
Calculations
Dependencies
- Exposure to PM2.5 in Finland
- OpasnetUtils/Drafts
- Energy use of buildings
- Ovariables used or produced and example pages where they are used:
- Building stock in Kuopio
- buildingStock, # Current building stock
- renovation, # Percentage of renovations per year
- renovationShares, # Fraction of renovation type when renovation is done.
- construction, # Construction rate in the future
- constructionAreas,
- buildingTypes, # A dummy variable to combine two different indices: Building and Building2
- heatingShares, # Heating types of current buildings
- heatingSharesNew, # Heating types of the buildings in the future
- buildings,
- Energy use of buildings
- energyUse,
- efficienciesNew, # Energy efficiencies in the future
- savingPotential,
- Climate change policies and health in Kuopio
- eventyear, # A dummy variable to combine time periods to numerical time axis.
- efficiencies, # Energy efficiencies of current buildings
- obsyear # Years for which observations are calculated. This requires timepoints function.
- Building stock in Kuopio
See also
- Building stock in Kuopio
- Building stock in Europe
- Building data availability in Kuopio
- Energy balance
- Greenhouse gas emissions in Kuopio
- heande:File:2013 10 29 - Exposure-Response Functions.xlsx
- heande:Health impact assessment framework
- heande:File:2013 10 29 WP6.2 Agreed ER.doc
- heande:Urgenche: Workpackage Exposure, Health, and Well-being
- heande:File:WP6 Deliverable 6 1.doc
- Land use in Kuopio