Training exposure: Difference between revisions
Jump to navigation
Jump to search
(created pages for training) |
(adjusted) |
||
Line 4: | Line 4: | ||
== Question == | == Question == | ||
What | What is the exposure in the [[Training assessment]]? | ||
== Answer == | == Answer == | ||
<t2b index=" | <t2b index="Year,Observation" locations="Unit,Result,Description" unit="-"> | ||
2012|ug/m3|10| | |||
2020|ug/m3|20| | |||
</t2b> | </t2b> | ||
<rcode | <rcode | ||
Line 25: | Line 24: | ||
> | > | ||
out <- formula. | out <- formula.Op_en5674(dependencies.Op_en5674) | ||
cat("Computed | cat("Computed training exposures.\n") | ||
print(out) | print(out) | ||
Line 32: | Line 31: | ||
== Rationale == | == Rationale == | ||
=== Formula === | === Formula === | ||
Line 62: | Line 43: | ||
> | > | ||
formula. | formula.Op_en5674 <- function(x) { | ||
data <- tidy(op_baseGetData("opasnet_base", x$curves[1]), direction = "wide") | data <- tidy(op_baseGetData("opasnet_base", x$curves[1]), direction = "wide") | ||
curves <- strsplit(as.character(data$Parameters), split = ",") | curves <- strsplit(as.character(data$Parameters), split = ",") | ||
Line 88: | Line 69: | ||
} | } | ||
dependencies. | dependencies.Op_en5674 <- list( | ||
curves = c("Op_en5478", "Cost curves for energy"), | curves = c("Op_en5478", "Cost curves for energy"), | ||
bau = c("Op_en5469", "Energy balance in Kuopio"), | bau = c("Op_en5469", "Energy balance in Kuopio"), |
Revision as of 14:11, 12 May 2012
Moderator:Jouni (see all) |
This page is a stub. You may improve it into a full page. |
Upload data
|
Question
What is the exposure in the Training assessment?
Answer
Obs | Year | Unit | Result | Description |
---|---|---|---|---|
1 | 2012 | ug/m3 | 10 | |
2 | 2020 | ug/m3 | 20 |
Rationale
Formula
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>