Building model: Difference between revisions
Jump to navigation
Jump to search
(first draft. Code moved from Baseline building stock) |
|||
Line 47: | Line 47: | ||
Result = 1 | Result = 1 | ||
)) | )) | ||
temp <- out * renovationyear # temp is the building stock repeated for every potential renovation decade. | |||
temp@output$Age <- temp@output$Renovationyear - temp@output$Year | |||
# Floor area of renovations in ten years. Combine with continuous index Age. | # Floor area of renovations in ten years. Combine with continuous index Age. | ||
renovations <- continuousOps( | renovations <- continuousOps(temp, renovation, '*') * renovationShares * 10 | ||
out <- orbind(out, renovations * -1) # Equal amount stops being non-renovated. | out <- orbind(out, renovations * -1) # Equal amount stops being non-renovated. |
Revision as of 17:50, 11 February 2014
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 an example, see Baseline building stock.
Rationale
Calculations
See also