Electricity use in a house with geothermal heating: Difference between revisions
Jump to navigation
Jump to search
(Data uploaded using Opasnet Base Import) |
mNo edit summary |
||
Line 12: | Line 12: | ||
The answer is based on a single example house located near the Savilahti weather station, Kuopio, Finland. | The answer is based on a single example house located near the Savilahti weather station, Kuopio, Finland. | ||
===Unit=== | |||
kWh (or kW, as the data is given in hourly slots) | |||
=== Dependencies === | === Dependencies === | ||
=== | === Calculations === | ||
<rcode label="Documentation code"> | |||
# This code only works from a computer within THL network. | |||
dat1 <- read.csv("//cesium/yhteiset/YMAL/Projects/Urgenche/WP4 Buildings/report2013b.csv") | |||
dat1$Kulutus <- as.numeric(gsub(",", ".", dat1$Kulutus)) | |||
dat1 <- dat1[!is.na(dat1$Kulutus) , ] | |||
dat1$Aika <- as.POSIXct("2013-01-19 0:00:00 EET") + (0:(nrow(dat1) - 1)) * 3600 | |||
dat1 <- dat1[c(4,2)] | |||
write.csv(dat1 , file = "//cesium/yhteiset/YMAL/Projects/Urgenche/WP4 Buildings/report2013c.csv", row.names = FALSE) | |||
# The function below does not work from own computer. The same was done using OpasnetBaseImport. | |||
#opbase.upload(dat1, ident = "Op_en6315", name = "Electricity use in a house with geothermal heating", subset = "2013", | |||
# obj_type = "variable", act_type = "replace", language = "eng", | |||
# unit = "kWh", who = "Jouni", rescol = "Kulutus" | |||
#) | |||
</rcode> | |||
==See also== | ==See also== | ||
Line 27: | Line 48: | ||
<references/> | <references/> | ||
==Related files== | ==Related files== |
Revision as of 21:32, 25 March 2014
Moderator:Jouni (see all) |
|
Upload data
|
Question
What is the energy (i.e. electricity) use of geothermal heating in a detached house?
Answer
Rationale
The answer is based on a single example house located near the Savilahti weather station, Kuopio, Finland.
Unit
kWh (or kW, as the data is given in hourly slots)
Dependencies
Calculations
See also
Keywords
References