{ From user Virpi, Model Claih at 14-marras-2011 8:00:27 }
SoftwareVersion 4.3.3
{ System Variables with non-default values: }
Time := Sequence( -1, 110, 1 )
Description Time: Dynamic simulation periods are specified in Time's definition. This is usually a list of numbers or labels, typically in some unit of time (days, weeks, months, etc.). Use the ÒDynamic()Ó function in your variables to perform dynamic simulation.
SampleSize := 5000
UseTable := 0
{!40000|Att_PrevIndexValue Run: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000]}
TypeChecking := 0
Checking := 1
GraphWindows := 10
ShowHier := 1
SaveOptions := 2
SaveValues := 0
ProbIndex := [0.025,0.05,0.25,0.5,0.75,0.95,0.975]
DistSteps := 1
Naming := 0
AllWarnings := 0
DisplayOutputs Null: ,
{!40000|Att_ContLineStyle Graph_Primary_Valdim: 1}
{!40000|Att_CatLineStyle Graph_Primary_Valdim: 9}
{!40000|Att_CatLineStyle Graph_Stats_Valdim: 9}
{!40000|Att_GraphValueRange Graph_Pdf_Valdim: 1,0,0,1,,,,0,1}
{!40000|Att_ContLineStyle Graph_Pdf_Valdim: 6}
{!40000|Att_ContLineStyle Graph_Cdf_Valdim: 1}
{!40300|Sys_DomainSelfIndex := 1}
{!40300|ProactivelyEvaluate Index: 1}
Attribute Reference
Attribute Log
AskAttribute Recursive,Function,Yes
AskAttribute Reference,Function,Yes
AskAttribute Log,Function,Yes
AskAttribute Reference,Module,Yes
AskAttribute Log,Module,Yes
AskAttribute Value,Variable,Yes
AskAttribute Reference,Variable,Yes
AskAttribute Log,Variable,Yes
Model Claih
Author: vkoe
Date: 28. Novta 2008 10:15
SaveAuthor: Virpi
SaveDate: 14. marta 2011 8:00
DefaultSize: 48,24
DiagState: 2,34,23,415,394,17
FontStyle: Arial, 13
FileInfo: 0,Model Claih,2,2,0,0,C:\Documents and Settings\Virpi\Työpöytä\Claih_model.ana
Module Costs
Title: Costs
Author: vkoe
Date: 25. Janta 2011 13:39
DefaultSize: 48,24
NodeLocation: 272,256,1
NodeSize: 52,28
DiagState: 2,492,0,624,691,17
NodeColor: 52427,63897,65535
Variable Energy_cost
Title: Energy cost
Units: e / 5 year period
Description: Lähde: rakentaja.fi lämmitysjärjestelmälaskuri~
~
Sähkön osalta hinta on yleissähkölle, ei aikasähkölle. ~
~
Tilastokeskus (viimeisimmät tilastoidut hinnat 4.8.2011 mennessä:~
oil: 10.34~
pellet: 5.28~
electricity: 12.68~
district: 6.32~
HUOM! Hinnat sisältävät alv:n.~
~
Paikallisille kaukolämpövoimaloille käytetty oletusarvona nykyisen kaukolämmön hintaa.
Definition: var a:=Heat_cost_input[Cost='Energy'];~
a:=Triangular(a*0.9, a*0.95, a);~
~
a:=a*Area_heat_purc*5/100;~
sum(a,heat_system)
NodeLocation: 96,264,1
NodeSize: 48,21
WindState: 2,71,118,476,449
DefnState: 2,154,293,416,303,0,MIDM
ValueState: 2,640,181,474,451,0,MIDM
NodeColor: 19661,48336,65535
ReformDef: [Fu_period,Bioher_pri_heat_scen]
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period, Index Heat_system
{!40000|Att_ResultSliceState: [Fu_period,0,Const_year,7,Bioher_pri_heat_scen,2,Bioher_sec_heat_scen,2]}
Variable Invest_cost
Title: Heat investment cost
Units: e
Description: Lähde: rakentaja.fi lämmitysjärjestelmälaskuri (ei sisällä korkomenoja).~
~
Kaukolämmön osalta sisältää liittymismaksun
Definition: var a:=Heat_cost_input[Cost='Investment'];~
a:=Triangular(a*0.9, a*0.95, a);~
a:=sum(a*Prim_heat_sys,heat_system);~
~
var b:=if Bioher_sec_heat_scen = 'Air heat pump' then ~
Heat_cost_input[heat_system='Air heat pump',cost='Investment']~
else~
if Bioher_sec_heat_scen = 'Wood' then ~
Heat_cost_input[heat_system='Secondary wood',cost='Investment']~
else 0;~
b:=Triangular(b*0.9,b,b*1.1);~
~
(a+b)
NodeLocation: 96,56,1
NodeSize: 48,28
WindState: 2,142,79,476,404
DefnState: 2,151,215,416,303,0,MIDM
ValueState: 2,91,305,690,303,0,MIDM
NodeColor: 19661,48336,65535
ReformDef: [Bioher_sec_heat_scen,Heat_system]
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
{!40000|Att_ResultSliceState: [Const_year,9,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Variable Prim_hs_maint_cost
Title: Maintenance cost
Units: e/5 year period
Description: Lähde: rakentaja.fi lämmitysjärjestelmälaskuri
Definition: var a:=Heat_cost_input[Cost='Maintenance'];~
a:=Triangular(a*0.9, a*0.95, a);~
a:=sum(a*Prim_heat_sys,heat_system);~
~
var b:=if Bioher_sec_heat_scen = 'Air heat pump' then ~
Heat_cost_input[heat_system='Air heat pump',cost='Maintenance']~
else~
if Bioher_sec_heat_scen = 'Wood' then ~
Heat_cost_input[heat_system='Secondary wood',cost='Maintenance']~
else 0;~
b:=Triangular(b*0.9,b,b*1.1);~
~
(a+b)*5
NodeLocation: 96,208,1
NodeSize: 48,24
WindState: 2,98,90,476,343
DefnState: 2,154,213,416,303,0,MIDM
ValueState: 2,166,224,416,303,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Variable Total_heating_cost
Title: Total heating cost
Units: e / 5 year period
Description: Investointilainan kuoletusajaksi oletettu 30 vuotta.~
~
var a=energian vuosikulutus~
var b=lämmitysjärjestelmän investointikulut~
var c=muut vuosittaiset kustannukset
Definition: var a:=Invest_cost/(Followup_time/5)+Investement_interest+Annual_payments+Prim_hs_maint_cost+Energy_cost;~
~
a:= if Const_year = 'All' then a else a[Const_year = Const_year];~
~
a:=if Bioher_pri_heat_scen = 'All' then a else a[Bioher_pri_heat_scen = Bioher_pri_heat_scen];~
~
a:= if Bioher_sec_heat_scen = 'All' then a else a[Bioher_sec_heat_scen = Bioher_sec_heat_scen];~
~
a
NodeLocation: 96,336,1
NodeSize: 48,24
WindState: 2,88,115,562,586
ValueState: 2,556,122,483,321,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period
{!40000|Att_ResultSliceState: [Fu_period,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,3]}
Variable Life_year_unit_cost
Title: Value of a life year
Units: e/life year
Definition: 52000
NodeLocation: 208,264,1
NodeSize: 48,24
ValueState: 2,252,359,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Investement_interest
Title: Investment interest cost
Units: e / 5 year period
Description: Investointilainan kuoletusajaksi oletettu 30 vuotta, vuosikorko 3,5%.~
~
HUOM! Ei huomioi verotuksen korkovähennystä.
Definition: var a:= Invest_cost;~
var b:=a/30;~
a:=a-b*(Fu_year-Start_year);~
a:=if a>0 then a else 0;~
a:=a*0.035;~
sum(if floor((Fu_year-Start_year)/5)+1 = @Fu_period then a else 0 , Fu_year)
NodeLocation: 96,104,1
NodeSize: 48,20
WindState: 2,175,200,476,287
ValueState: 2,78,297,601,303,0,MIDM
ReformVal: [Fu_period,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period, Index Fu_year
{!40000|Att_ResultSliceState: [Bioher_sec_heat_scen,1,Const_year,2,Bioher_pri_heat_scen,1,Fu_period,1]}
Variable Total_cost_yll
Title: Total cost of lost life years
Units: e / 5 year period
Definition: var a:=sum(Yll_spec[time_unit='5-year period',exposure='Alternative'],age_cat,sex,Mort_endpoint_bioher);~
a*Life_year_unit_cost
NodeLocation: 208,336,1
NodeSize: 48,24
WindState: 2,166,301,476,224
ValueState: 2,145,129,503,270,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period
{!40000|Att_ResultSliceState: [Fu_period,3,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Variable Co2_market_prize
Title: CO2 market price
Units: e/t
Definition: 15
NodeLocation: 320,264,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Co2_emission_cost
Title: CO2 emission cost
Units: e / 5 year period
Definition: var a:=Co2_emission*Co2_market_prize;~
~
a:= if Const_year = 'All' then a else a[Const_year = Const_year];~
~
a:= if Const_year = 'All' then a else a[Const_year = Const_year];~
~
a:=if Bioher_pri_heat_scen = 'All' then a else a[Bioher_pri_heat_scen = Bioher_pri_heat_scen];~
~
a:= if Bioher_sec_heat_scen = 'All' then a else a[Bioher_sec_heat_scen = Bioher_sec_heat_scen];~
~
a
NodeLocation: 320,336,1
NodeSize: 48,24
WindState: 2,98,83,476,273
ValueState: 2,106,205,465,303,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period
Objective Total_cost
Title: total cost
Units: e
Definition: Total_heating_cost+Total_cost_yll+Co2_emission_cost
NodeLocation: 448,336,1
NodeSize: 48,24
ValueState: 2,236,38,682,303,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Fu_period
{!40000|Att_ResultSliceState: [Const_year,7,Fu_period,0,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Co2
Title: CO2 emiss change
Units: %
Description: Change in CO2 emission compared to BAU scenario
Definition: var a:=sum(Co2_emission,fu_period);~
var b:=a-a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None'];~
b/a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None']*100
NodeLocation: 320,432,1
NodeSize: 48,23
ValueState: 2,89,333,479,303,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
{!40000|Att_ResultSliceState: [Const_year,7,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Change_heating_cost
Title: Change heating cost
Units: %
Definition: var a:=sum(Total_heating_cost,fu_period);~
var b:=a-a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None'];~
b/a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None']*100
NodeLocation: 96,432,1
NodeSize: 48,24
ValueState: 2,88,132,477,318,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Objective Change_yll_cost
Title: Change YLL cost
Units: %
Definition: var a:=sum(Total_cost_yll,fu_period);~
var b:=a-a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None'];~
b/a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None']*100
NodeLocation: 208,432,1
NodeSize: 48,24
ValueState: 2,301,311,416,319,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Objective Heating_cost_per_red
Title: Heating cost per reduced CO2 t
Units: e/tCO2
Definition: var a:=sum(Total_heating_cost,fu_period);~
a:=a-a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None'];~
var b:=sum(Co2_emission[Const_year='2010'],fu_period);~
b:=b[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None']-b;~
b:= if b>0 then b else 0;~
a/b;~
a~
NodeLocation: 96,520,1
NodeSize: 48,29
WindState: 2,24,59,476,261
ValueState: 2,121,173,399,340,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
{!40000|Att_ResultSliceState: [Const_year,7,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Tot_cost_per_reduced
Title: Tot cost per reduced ~
CO2 t
Units: e/CO2
Definition: var a:=sum(Total_heating_cost+Total_cost_yll,fu_period);~
a:=a-a[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None'];~
var b:=sum(Co2_emission[Const_year='2010'],fu_period);~
b:=b[Bioher_pri_heat_scen='BAU',Bioher_sec_heat_scen='None']-b;~
b:= if b>0 then b else 0;~
a/b
NodeLocation: 208,520,1
NodeSize: 48,29
WindState: 2,253,367,476,224
ValueState: 2,651,102,416,338,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
Variable Annual_payments
Title: Annual payments
Units: e/5 year period
Description: käyttämaksu, liittymismaksu tms.~
~
Sähkölämmityksen osalta oletettu, että sähköliittymä on yleissähkö, ei aikasähkö. Sähkölämmitys oletetaan ei-varaavaksi, jolloin sähkölämmittäjä ei maksa korkeampaa vuosimaksua kuin ei-sähkölämmittäjä saadakseen halvempaa yösähköä. Eli sähkölämmittäjälle ei koidu ylimääräistä vuosimaksua.
Definition: var a:=Heat_cost_input[Cost='Annual payment'];~
a:=Triangular(a*0.9, a*0.95, a);~
sum(a*Prim_heat_sys,heat_system)*5
NodeLocation: 96,152,1
NodeSize: 48,21
WindState: 2,98,90,476,371
DefnState: 2,164,213,416,303,0,MIDM
ValueState: 2,177,257,587,303,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Bioher_pri_heat_scen,Const_year]
Index Cost
Title: Cost
Definition: ['Investment','Maintenance','Annual payment','Energy']
NodeLocation: 216,96,1
NodeSize: 48,12
WindState: 2,1005,439,476,224
{!40000|Att_PrevIndexValue: ['Investment','Maintenance','Annual payment','Energy']}
Variable Heat_cost_input
Title: Heating system cost inputs
Definition: Table(Heat_system,Cost)(~
11.61K,122,0,10.824,~
16.31K,170,0,5.2,~
12K,170,0,5.2,~
11.952K,57,630,4.74,~
11.952K,57,630,4.74,~
5479,48,0,10.42,~
20.919K,112,0,10.42,~
11.952K,57,630,4.74,~
2000,100,0,4,~
2000,50,0,10.42~
)
NodeLocation: 216,56,1
NodeSize: 48,28
WindState: 2,104,172,476,224
DefnState: 2,87,237,607,303,0,MIDM
ValueState: 2,3,4,497,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Cost,Heat_system]
ReformVal: [Cost,Heat_system]
{!40000|Att_EditSliceState: [Heat_system,1,Cost,1]}
Alias Area_construction_ye
Title: Area construction year
Definition: 1
NodeLocation: 360,56,1
NodeSize: 52,32
Original: Const_year
Alias BIOHER_primary_heat_
Title: BIOHER primary heat scenarios
Definition: 1
NodeLocation: 472,56,1
NodeSize: 52,32
Original: Bioher_pri_heat_scen
Alias BIOHER_secondary_hea
Title: BIOHER secondary heat scenarios
Definition: 1
NodeLocation: 584,56,1
NodeSize: 52,32
Original: Bioher_sec_heat_scen
Close Costs
Module Model2
Title: Health impacts
Description: Model to calculate DALYs for environmental exposures. Node 'Exposure scenarios' contains three scenarios (Business-as-usual, Increasing exposure, and decreasing exposure). Calculation is divided to mortality and morbidity. Morbidity calculation utilizes DALY weights and duration of disease to yield YLD (Years of Life lost due to Disease), and mortality calculation yields YLL (Years of Life Lost). In the end, these two values are added and the results are DALYs in scenarios.~
~
Pink nodes are source data nodes inputted by a user.
Author: ktluser
Date: Fri, Apr 11, 2008 9:48 AM
DefaultSize: 48,24
NodeLocation: 128,256,1
NodeSize: 52,28
NodeInfo: 1,1,1,1,1,1,0,,0,
DiagState: 2,61,0,867,762,17
NodeColor: 52427,63897,65535
FontStyle: Arial, 12
Variable Start_year
Title: Assessment start year
Description: Start year of the assessment.
Definition: 2010
NodeLocation: 80,424,1
NodeSize: 48,24
NodeColor: 65535,52427,57888
Variable Followup_time
Title: Follow-up period
Units: Years
Description: Number of follow-up years
Definition: 30
NodeLocation: 80,512,1
NodeSize: 48,24
ValueState: 2,120,130,416,303,0,MIDM
NodeColor: 65535,52427,57888
Variable Input_mort_risk
Title: Input mortality risk
Units: -
Description: Annual mortality rate in BAU scenario.
Definition: var a:=Mort_data/Pop_data;~
~
a:=if isnan(a)=1 then 0 else a;~
~
if a = inf then 0 else a
NodeLocation: 264,208,1
NodeSize: 48,24
WindState: 2,176,259,494,409
ValueState: 2,176,116,467,818,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Mort_endpoint_bioher,Age]
Att__TotalsIndex: Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Age1,2,Sex,1,Age_cat,1,Cause_of_death,1]}
Variable Pop_data
Title: Population data
Description: Annual total population
Definition: Table(Age,Sex)(~
56.6834K,~
56.6834K,~
56.6834K,~
56.6834K,~
56.6834K,~
60.615K,~
60.615K,~
60.615K,~
60.615K,~
60.615K,~
66.1678K,~
66.1678K,~
66.1678K,~
66.1678K,~
66.1678K,~
63.786K,~
63.786K,~
63.786K,~
63.786K,~
63.786K,~
66.42360000000001K,~
66.42360000000001K,~
66.42360000000001K,~
66.42360000000001K,~
66.42360000000001K,~
65.8828K,~
65.8828K,~
65.8828K,~
65.8828K,~
65.8828K,~
61.4958K,~
61.4958K,~
61.4958K,~
61.4958K,~
61.4958K,~
72.47440000000001K,~
72.47440000000001K,~
72.47440000000001K,~
72.47440000000001K,~
72.47440000000001K,~
75.9178K,~
75.9178K,~
75.9178K,~
75.9178K,~
75.9178K,~
76.9778K,~
76.9778K,~
76.9778K,~
76.9778K,~
76.9778K,~
80.20660000000001K,~
80.20660000000001K,~
80.20660000000001K,~
80.20660000000001K,~
80.20660000000001K,~
80.29120000000001K,~
80.29120000000001K,~
80.29120000000001K,~
80.29120000000001K,~
80.29120000000001K,~
54.3002K,~
54.3002K,~
54.3002K,~
54.3002K,~
54.3002K,~
48.0772K,~
48.0772K,~
48.0772K,~
48.0772K,~
48.0772K,~
41.4752K,~
41.4752K,~
41.4752K,~
41.4752K,~
41.4752K,~
34.9876K,~
34.9876K,~
34.9876K,~
34.9876K,~
34.9876K,~
23.3004K,~
23.3004K,~
23.3004K,~
23.3004K,~
23.3004K,~
11.2926K,~
11.2926K,~
11.2926K,~
11.2926K,~
11.2926K,~
4394.400000000001,~
4394.400000000001,~
4394.400000000001,~
4394.400000000001,~
4394.400000000001,~
886.6,~
886.6,~
886.6,~
886.6,~
886.6~
)
NodeLocation: 416,208,1
NodeSize: 48,24
WindState: 2,106,219,484,386
DefnState: 2,261,166,356,524,0,MIDM
ValueState: 2,164,80,273,772,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Sex,Age]
ReformVal: [Sex,Age]
Att__TotalsIndex: Index Age, Index Age_cat
Index Age
Title: Age
Description: List of age in 1 year year intervals.
Definition: Sequence( 0, 99, 1 )
NodeLocation: 416,240,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99]}
Variable Morb_data
Title: Morbidity data
Units: cases/a
Description: Annual number of morbidity cases due to a given cause-of-morbidity.~
Definition: Table(Age,Morb_endpoint,Sex)(~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0,~
0~
)
NodeLocation: 576,112,1
NodeSize: 48,24
WindState: 2,107,127,476,264
DefnState: 2,163,191,514,530,0,MIDM
ValueState: 2,177,164,456,499,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Morb_endpoint,Age]
ReformVal: [Morb_endpoint,Age]
Att__TotalsIndex: Index Age_cat
{!40000|Att_ResultSliceState: [Gender,1,Age_cat,1,Morbidity,1]}
{!40000|Att_EditSliceState: [Gender,1,Age_cat,1,Morbidity,2]}
Variable Input_morb_risk
Title: Input morbidity risk
Description: Annual morbidity rate in BAU scenario.
Definition: var a:=Morb_data/Pop_data;~
~
a:=if isnan(a)=1 then 0 else a;~
~
if a = inf then 0 else a
NodeLocation: 576,208,1
NodeSize: 48,24
WindState: 2,66,175,506,335
ValueState: 2,208,78,499,796,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Morb_endpoint,Age]
Att__TotalsIndex: Index Morb_endpoint
{!40000|Att_ResultSliceState: [Sex,1,Age1,1,Morbidity,1]}
Variable Morb_risk_scenarios
Title: Morbidity risk scenarios
Units: -
Description: Annual morbidity risk in different exposure scenarios. Calculated only for those morbidity endpoints for which baseline morbidity data is provided.
Definition: var a:= Exposures;~
var b:= Morbidity_erf;~
var c:= Morb_erf_unit;~
c:= if c = 0 then 1 else c;~
var d:=Pop_frac;~
~
var e:= exp(ln(b[Erf_type='Relative Risk'])/c*a[@Fu_period=1]);~
Var f:=((e*d)+(1-d))[Exposure='Reference'];~
var g:=((e*d)+(f*(1-d)))[Exposure='BAU'];~
g:=((g-1)/g);~
g:= Input_morb_risk*(1-g);~
~
f:=Table(Exposure)(f, f, 1);~
e:= exp(ln(b[Erf_type='Relative Risk'])/c*a);~
f:=(e*d)+(f*(1-d));~
f*g~
NodeLocation: 576,280,1
NodeSize: 48,24
WindState: 2,140,145,643,472
DefnState: 2,603,496,559,303,0,MIDM
ValueState: 2,166,156,519,497,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Exposure,Age]
{!40000|Att_ResultSliceState: [Sex,1,Morb_endpoint,1,Fu_period,1,Age,1,Exposure,1]}
Log: 20.11.2008 Olli Leino~
Replaced the definition by table indexed by Morbidity:~
~
Base_morb_rate[Morbidity='Respiratory diseases']*(1+Morb_risk_change)~
Base_morb_rate[Morbidity='Cardiovascular diseases']*(1+Morb_risk_change)~
~
Old definition was:~
~
Base_morb_rate*(1+Morb_risk_change)
Variable Age_weight
Title: Age weight
Description: What are the most valuable ages in human life?
Definition: If Age_weighting= 'Yes' then~
~
var a:=0.1658*Age*exp(-0.04*Age);~
sum(if floor(Age/5)+1 = @age_cat then a else 0 , Age)/5~
~
else 1~
NodeLocation: 744,376,1
NodeSize: 48,12
WindState: 2,185,183,476,341
DefnState: 2,168,7,416,585,0,MIDM
ValueState: 2,189,167,362,363,0,MIDM
NodeColor: 19661,48336,65535
Variable Birth_rate
Title: Birth rate
Units: births/year
Description: Annual number of births
Definition: Table(Sex,Fu_year)(~
57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K,57K~
)
NodeLocation: 80,368,1
NodeSize: 48,24
WindState: 2,174,211,476,224
DefnState: 2,264,245,388,472,0,MIDM
ValueState: 2,292,307,416,482,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Sex,Fu_year]
ReformVal: [Sex,Fu_year]
Reference: N:\Huippuyksikko\Tutkimus\R89_Daly\TICT_data.xls~
Tilastokeskus:~
http://www.stat.fi/til/synt/2007/synt_2007_2008-05-02_tie_001_fi.htm~
Variable Discount
Title: Annual discount rate
Units: %
Description: Annual time discount rate for future loss of life
Definition: 0
NodeLocation: 744,416,1
NodeSize: 48,16
ValueState: 2,234,206,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Mort_data
Title: Mortality data
Units: deaths/a
Description: Annual number of deaths due to a given cause-of-death~
~
Note! All causes of death must be included in the node dataset because the life table modelling is based on total mortality.~
Definition: Table(Age,Sex,Mort_endpoint_bioher)(~
40.8,9,~
40.8,9,~
40.8,9,~
40.8,9,~
40.8,9,~
3.8,6.4,~
3.8,6.4,~
3.8,6.4,~
3.8,6.4,~
3.8,6.4,~
4.6,6,~
4.6,6,~
4.6,6,~
4.6,6,~
4.6,6,~
7,23.6,~
7,23.6,~
7,23.6,~
7,23.6,~
7,23.6,~
10.2,39.8,~
10.2,39.8,~
10.2,39.8,~
10.2,39.8,~
10.2,39.8,~
12.4,34.6,~
12.4,34.6,~
12.4,34.6,~
12.4,34.6,~
12.4,34.6,~
17.8,30.8,~
17.8,30.8,~
17.8,30.8,~
17.8,30.8,~
17.8,30.8,~
48.6,50.8,~
48.6,50.8,~
48.6,50.8,~
48.6,50.8,~
48.6,50.8,~
92.2,64.40000000000001,~
92.2,64.40000000000001,~
92.2,64.40000000000001,~
92.2,64.40000000000001,~
92.2,64.40000000000001,~
166.4,81.2,~
166.4,81.2,~
166.4,81.2,~
166.4,81.2,~
166.4,81.2,~
302.6,93.2,~
302.6,93.2,~
302.6,93.2,~
302.6,93.2,~
302.6,93.2,~
457.8,97.2,~
457.8,97.2,~
457.8,97.2,~
457.8,97.2,~
457.8,97.2,~
475.2,58.8,~
475.2,58.8,~
475.2,58.8,~
475.2,58.8,~
475.2,58.8,~
643,59.4,~
643,59.4,~
643,59.4,~
643,59.4,~
643,59.4,~
919.4,55.6,~
919.4,55.6,~
919.4,55.6,~
919.4,55.6,~
919.4,55.6,~
1312,60.4,~
1312,60.4,~
1312,60.4,~
1312,60.4,~
1312,60.4,~
1560,59.6,~
1560,59.6,~
1560,59.6,~
1560,59.6,~
1560,59.6,~
1355.4,44.4,~
1355.4,44.4,~
1355.4,44.4,~
1355.4,44.4,~
1355.4,44.4,~
895.6,38.4,~
895.6,38.4,~
895.6,38.4,~
895.6,38.4,~
895.6,38.4,~
301.2,11.8,~
301.2,11.8,~
301.2,11.8,~
301.2,11.8,~
301.2,11.8~
)
NodeLocation: 264,120,1
NodeSize: 48,24
WindState: 2,164,118,514,452
DefnState: 2,231,183,389,673,0,MIDM
ValueState: 2,235,136,472,503,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Mort_endpoint_bioher,Age]
ReformVal: [Mort_endpoint_bioher,Age]
Att__TotalsIndex: Index Age, Index Age_cat, Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Sex,1,Age_cat,1,Cause_of_death,1]}
{!40000|Att_EditSliceState: [Sex,2,Age1,1,Mort_endpoint,1]}
Variable Mort_risk_scenarios
Title: Mortality risk scenarios
Units: -
Description: Annual mortality risk in different exposure scenarios.~
Definition: var a:= Exposures;~
var b:= Mortality_erf;~
var c:= Mort_erf_unit;~
c:= if c = 0 then 1 else c;~
var d:=Pop_frac;~
~
var e:= exp(ln(b[Erf_type='Relative Risk'])/c*a[@Fu_period=1]);~
Var f:=((e*d)+(1-d))[Exposure='Reference'];~
var g:=((e*d)+(f*(1-d)))[Exposure='BAU'];~
g:=(g-1)/g;~
g:= Input_mort_risk*(1-g);~
~
f:=Table(Exposure)(f, f, 1);~
e:= exp(ln(b[Erf_type='Relative Risk'])/c*a);~
f:=(e*d)+(f*(1-d));~
g:=f*g;~
~
Var h:= a-a[Exposure='BAU', @Fu_period=1];~
h:= b[Erf_type='Absolute Risk']/c*h*d;~
~
sum(Table(Erf_type)(g,h),Erf_type)~
NodeLocation: 264,280,1
NodeSize: 48,24
WindState: 2,348,172,630,827
DefnState: 2,131,524,556,303,0,MIDM
ValueState: 2,206,175,614,775,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Mort_endpoint_bioher,Age]
Att__TotalsIndex: Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Fu_period,2,Sex,1,Exposure,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1,Age,1,Mort_endpoint_bioher,1]}
Objective Le_cohort
Title: Life expectancy in birth cohort
Units: Years
Description: Life-expectancy for a birth cohort exposed to the given level throughout the entire life.
Definition: var a:= sum(Mort_risk_scenarios,Mort_endpoint_bioher);~
~
a:= if Mort_effect = 'Acute' then a[Exposure='BAU'] else a;~
~
a:=a[Fu_period=period_lt];~
a:= if a = null then a[Exposure='Reference',Period_lt=max(Fu_period)] else a;~
a:= Si_pi(a, 5, Period_lt, Year_lt, Year_help)*5;~
~
a:=if a < 0 then 0 else a;~
a:=if a>1 then 1 else a;~
~
a:= 1-a;~
~
var b:=1;~
var c:=0;~
var d:=0;~
var x:= 0;~
while x<=99 do (~
c:=b*a[Age=x, @Year_lt=x+1];~
d:=d+c+(b-c)/2;~
b:=c;~
x:= x+1); ~
~
d~
~
~
~
NodeLocation: 368,392,1
NodeSize: 48,24
WindState: 2,91,93,539,715
ValueState: 2,177,439,429,195,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Exposure,Sex,Undefined,2]
Att__TotalsIndex: Index Age, Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Sex,1,Period_lt,4,Age,1,Exposure,1]}
Reference: Figure 1:~
Graphs1~
Log: Tainio Life-Table
Objective Ab_morbidity_spec
Title: Morbidity, specified
Units: cases
Description: Morbidity cases attributable to the exposure in different scenarios.
Definition: var a:= Exposures;~
var b:= Morbidity_erf;~
var c:= Morb_erf_unit;~
c:= if c = 0 then 1 else c;~
var d:= Pop_frac;~
var e:= Morb_risk_scenarios;~
~
var f:= b[Erf_type='Absolute Risk']/c*a*d;~
~
var g:=sum(Table(Erf_type)(e,f),erf_type);~
g:=if g<0 then 0 else g;~
g:= sum(if floor(Age/5)+1 = @age_cat then g else 0, Age)/5;~
g:=g-g[Exposure='Reference'];~
~
g:=g*Pop_in_time_ave;~
var h:=Table(Time_unit)(g, g*5);~
h:= if Followup_time <2 then g else h;~
~
if Outcome= 'Change in EBD' then h[Exposure='Alternative']-h[Exposure='BAU'] else h~
~
~
NodeLocation: 576,424,1
NodeSize: 48,20
WindState: 2,251,183,531,758
ValueState: 2,179,198,564,526,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Fu_period,Age_cat]
Att__TotalsIndex: Index Age, Index Age_cat
{!40000|Att_ResultSliceState: [Sex,1,Morb_endpoint,2,Exposure,1,Time_unit,1,Age_cat,1,Fu_period,1]}
Objective Yll_spec
Title: YLL, specified
Units: years
Description: Years of life lost due to mortality attributable to the exposure of interest
Definition: if Mort_effect = 'Acute' then ~
~
Ab_mortality_spec*Life_lost*Pv_life_year[period_lt=Fu_period]*Age_weight~
~
else if App_yll = 'Direct' then~
~
var a:=Life_years;~
a:= (a[Exposure='Reference']-a);~
if Outcome= 'Change in EBD' then a[Exposure='Alternative']-a[Exposure='BAU'] else a~
~
else~
~
Ab_mortality_spec*Ad_le[Exposure='Reference']*Pv_life_year[Period_lt=Fu_period]~
NodeLocation: 264,576,1
NodeSize: 48,12
WindState: 2,78,94,550,810
ValueState: 2,98,64,536,369,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen,Undefined,Undefined,1]
Att__TotalsIndex: Index Age, Index Age_cat, Index Period_lt, Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Sex,1,Exposure,2,Age_cat,0,Period_lt,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Yld_spec
Title: YLD, specified
Units: years
Description: Years of life lost due to morbidity attributable to the exposure of interest.
Definition: ~
var a:= Ab_morbidity_spec*Duration*Daly_weight*Pv_life_year[period_lt=Fu_period];~
~
if isnan(a)=1 then 0 else a~
~
NodeLocation: 576,576,1
NodeSize: 48,12
WindState: 2,106,126,565,408
ValueState: 2,124,295,654,548,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Fu_period,Age_cat]
Att__TotalsIndex: Index Age, Index Fu_period, Index Age_cat, Index Morb_endpoint
{!40000|Att_ResultSliceState: [Sex,1,Time_unit,2,Exposure,1,Morb_endpoint,2,Age_cat,1,Fu_period,1]}
Objective Daly_spec
Title: DALY, specified
Units: years
Description: Annual loss of disability adjusted life years attributable to the exposure in different scenarios.~
Definition: if App_yll = 'Direct' then~
~
Yll_spec+sum(Yld_spec[Fu_period=period_lt, time_unit='5-year period'],morb_endpoint)~
~
else~
~
sum(Yll_spec,Mort_endpoint_bioher)+sum(Yld_spec,Morb_endpoint)
NodeLocation: 416,576,1
NodeSize: 48,20
WindState: 2,107,95,476,419
DefnState: 2,191,289,416,303,0,MIDM
ValueState: 2,225,149,436,533,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Period_lt,Age_cat,Undefined,Undefined,1]
Att__TotalsIndex: Index Age, Index Age_cat, Index Period_lt
{!40000|Att_ResultSliceState: [Sex,1,Exposure,1,Age_cat,0,Period_lt,1]}
Alias Cause_of_death2
Title: Cause of death
Definition: 1
NodeLocation: 264,152,1
NodeSize: 52,12
Original: Mort_endpoint_bioher
Alias Morbidity2
Title: Morbidity
Definition: 1
NodeLocation: 576,144,1
NodeSize: 52,12
Original: Morb_endpoint
Module Help_nodes
Title: Technical nodes
Author: vkoe
Date: 21. Janta 2009 9:47
DefaultSize: 48,24
NodeLocation: 744,64,1
NodeSize: 48,24
NodeInfo: 1,0,0,1,1,1,0,,0,
DiagState: 2,1198,370,572,491,17
Index Fu_period
{!40000|Att_PrevIndexValue: [2010,2015,2020,2025,2030,2035]}
Title: Follow-up period
Definition: sequence(Start_year,Start_year+(Followup_time-1),5)
NodeLocation: 448,176,1
NodeSize: 48,16
WindState: 2,90,70,476,224
ValueState: 2,116,494,416,303,0,MIDM
ReformVal: [Undefined,Self]
Index Age_cat
{!40000|Att_PrevIndexValue: ['0-4','5-9','10-14','15-19','20-24','25-29','30-34','35-39','40-44','45-49','50-54','55-59','60-64','65-69','70-74','75-79','80-84','85-89','90-94','95+']}
Title: Age cat
Description: Age categories used in morbidity datasets.
Definition: ['0-4','5-9','10-14','15-19','20-24','25-29','30-34','35-39','40-44','45-49','50-54','55-59','60-64','65-69','70-74','75-79','80-84','85-89','90-94','95+']
NodeLocation: 96,224,1
NodeSize: 48,12
WindState: 2,25,12,335,453
ValueState: 2,754,375,416,462,0,MIDM
Index Sex
Title: Sex
Definition: If Sex_class='Yes' then Copyindex(Sex_yes) else Copyindex(Sex_no)
NodeLocation: 96,88,1
NodeSize: 48,12
WindState: 2,102,90,476,224
{!40300|Att_SlicerPopupSize: 227,28}
{!40000|Att_PrevIndexValue: ['Male/female']}
Function Si_pi(data, kerroin;karkea,tarkka:indextype;indtieto)
Title: Si_pi
Description: Data = data to be divided into more detailed parts~
Kerroin = relative weight inside a cluster~
Karkea = index for the clustered data~
Tarkka = index for the detailed data~
Indtieto = Data about which detailed item belongs to which cluster~
~
esim: Si_pi1(Base_mortality, 5, Age_cat, age1, Age_help) (baseline mortality from 5-year age categories to 1-year age categories)
Definition: var a:=sum((if indtieto=karkea then kerroin else 0), tarkka);~
a:= sum((if indtieto=karkea then a else 0), karkea);~
a:= kerroin/a;~
sum((if indtieto=karkea then data*a else 0), karkea)
NodeLocation: 208,48,1
NodeSize: 48,24
WindState: 2,372,218,476,494
Variable Age_help
Title: Age help
Description: A help node to group age index~
~
This node is used in transforming morbidity and mortality datasets in 5 year intervals into 1 year interval datasets.
Definition: Table(Age)(~
'0-4','0-4','0-4','0-4','0-4','5-9','5-9','5-9','5-9','5-9','10-14','10-14','10-14','10-14','10-14','15-19','15-19','15-19','15-19','15-19','20-24','20-24','20-24','20-24','20-24','25-29','25-29','25-29','25-29','25-29','30-34','30-34','30-34','30-34','30-34','35-39','35-39','35-39','35-39','35-39','40-44','40-44','40-44','40-44','40-44','45-49','45-49','45-49','45-49','45-49','50-54','50-54','50-54','50-54','50-54','55-59','55-59','55-59','55-59','55-59','60-64','60-64','60-64','60-64','60-64','65-69','65-69','65-69','65-69','65-69','70-74','70-74','70-74','70-74','70-74','75-79','75-79','75-79','75-79','75-79','80-84','80-84','80-84','80-84','80-84','85-89','85-89','85-89','85-89','85-89','90-94','90-94','90-94','90-94','90-94','95+','95+','95+','95+','95+')
NodeLocation: 208,120,1
NodeSize: 48,24
NodeInfo: 1,1,0,1,1,1,0,,0,
DefnState: 2,85,271,416,571,0,MIDM
NodeColor: 65535,65531,1
Index Sex_yes
Title: Sex yes
Definition: ['Male','Female']
NodeLocation: 96,40,1
NodeSize: 48,12
Index Sex_no
Title: Sex no
Definition: ['Male/female']
NodeLocation: 96,64,1
NodeSize: 48,12
Variable Outcome_scen_help
Title: Outcome scen help
Definition: Table(Age_cat)(~
'All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages','All ages')
NodeLocation: 208,176,1
NodeSize: 48,24
NodeInfo: 1,0,0,1,1,1,0,,0,
DefnState: 2,198,274,416,303,0,MIDM
NodeColor: 65535,65531,1
Decision Mort_effect
Title: Type of mortality effect
Definition: Choice(Self,1)
NodeLocation: 328,48,1
NodeSize: 48,24
WindState: 2,169,50,476,224
ValueState: 2,301,363,416,303,0,MIDM
Domain: ['Chronic','Acute']
{!40300|DomainExpr: Discrete('Chronic','Acute',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Index Erf_type
Title: ERF type
Definition: ['Relative Risk','Absolute Risk']
NodeLocation: 96,128,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: ['Relative Risk','Absolute Risk']}
Decision App_yll
Title: Approach for YLL calculation
Definition: Choice(Self,2)
NodeLocation: 328,176,1
NodeSize: 48,29
WindState: 2,265,286,476,224
ValueState: 2,284,345,416,303,0,MIDM
Aliases: FormNode Approach_for_yll_cal
Domain: ['Direct','Indirect']
{!40300|DomainExpr: Discrete('Direct','Indirect',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Variable Year_help
Title: Year help
Definition: var a:= if year_lt >= period_lt and year_lt< period_lt+5 then period_lt else 0;~
sum(a,period_lt)
NodeLocation: 208,232,1
NodeSize: 48,24
WindState: 2,102,90,476,224
DefnState: 2,120,130,424,513,0,MIDM
ValueState: 2,458,169,416,679,0,MIDM
NodeColor: 65535,65532,19661
Decision Outcome
Title: Outcome of interest
Definition: Choice(Self,1)
NodeLocation: 328,112,1
NodeSize: 48,24
Aliases: FormNode Outcome_of_interest
Domain: ['EBD','Change in EBD']
{!40300|DomainExpr: Discrete('EBD','Change in EBD',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Index Pop_unit
Title: Population unit
Definition: ['Total population','100000 population']
NodeLocation: 96,160,1
NodeSize: 48,16
{!40300|Att_SlicerPopupSize: 232,42}
Index Time_unit
Title: Time unit
Definition: ['Average annual','5-year period']
NodeLocation: 96,192,1
NodeSize: 48,12
WindState: 2,275,208,476,224
{!40300|Att_SlicerPopupSize: 232,42}
Variable Period_vs_year
Title: Period vs year
Definition: var a:= if Year_lt = Period_lt then Period_lt else 0;~
sum(a,Year_lt)~
NodeLocation: 448,56,1
NodeSize: 48,24
ValueState: 2,360,165,501,494,0,MIDM
ReformVal: [Fu_year,Fu_period]
Index Year_lt
Title: Year LT
Definition: if App_yll = 'Direct' then sequence(Start_year,Start_year+Followup_time+99,1) ~
else~
sequence(Start_year,Start_year+104,1)
NodeLocation: 448,108,1
NodeSize: 48,12
ValueState: 2,537,377,416,303,0,MIDM
Index Period_lt
Title: Period LT
Definition: if App_yll = 'Direct' then sequence(Start_year,Start_year+Followup_time+99,5)~
else~
sequence(Start_year,Start_year+104,5)
NodeLocation: 448,136,1
NodeSize: 48,12
WindState: 2,258,313,476,224
ValueState: 2,415,203,450,537,0,MIDM
Index Fu_year
Title: Follow-up year
Definition: sequence(Start_year,Start_year+(Followup_time-1),1)
NodeLocation: 448,208,1
NodeSize: 48,16
ValueState: 2,447,277,436,438,0,MIDM
{!40000|Att_PrevIndexValue: [2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039]}
Variable Year_spec
Title: Year specific input data
Description: Is the input data for exposure/health outcome follow up -year specific?
Definition: if Assessment_type='Exposure scenarios' then Exp_year_class else Ys_change_mort
NodeLocation: 96,272,1
NodeSize: 48,24
WindState: 2,200,186,476,224
Index Morb_endpoint
{!40000|Att_PrevIndexValue: ['Chronic bronchitis','RAD']}
Title: Morb endpoints
Description: Morbidity endpoints included in the assessment.~
~
Type in the list into the definition field. Press 'Enter' to add new rows and 'Back' to remove rows. When the list is complete press 'Alt' + 'Enter'.
Definition: ['Chronic bronchitis','RAD']
NodeLocation: 200,424,1
NodeSize: 52,21
WindState: 2,151,56,476,275
ValueState: 2,612,556,416,303,0,MIDM
Aliases: Alias Morbidity2
{!40300|Att_SlicerPopupSize: 227,42}
Index Mort_endpoint_bioher
Title: Mort endpoints
Description: Causes of death -classification used in the assessment.~
~
Type in the list into the definition field. Press 'Enter' to add new rows and 'Back' to remove rows. When the list is complete press 'Alt' + 'Enter'.
Definition: ['Non-accidental','Accidental']
NodeLocation: 104,424,1
NodeSize: 52,21
WindState: 2,107,90,476,266
Aliases: Alias Cause_of_death2
{!40000|Att_PrevIndexValue: ['Non-accidental','Accidental']}
Decision Sex_class
Title: Sex specified impact assessment
Definition: Choice(Self,1)
NodeLocation: 96,360,1
NodeSize: 48,32
NodeInfo: 1,1,0,1,1,1,0,,0,
Domain: ['No','Yes']
{!40300|DomainExpr: Discrete('No','Yes',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Decision Assessment_type
Title: Starting point for the assessment
Definition: Choice(Self,1)
NodeLocation: 208,360,1
NodeSize: 48,32
NodeInfo: 1,1,0,1,1,1,0,,0,
WindState: 2,102,90,476,224
Domain: ['Exposure scenarios','Health outcome scenarios','Total burden of disease']
{!40300|DomainExpr: Discrete('Exposure scenarios','Health outcome scenarios','Total burden of disease',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Module Nodes3
Title: BoD
Author: jtue
Date: 17. huhta 2009 14:34
DefaultSize: 48,24
NodeLocation: 448,272,1
NodeSize: 48,24
DiagState: 1,37,36,261,192,17
Variable As_total_yll
Title: Age-specific total YLL
Definition: Table(Age,Sex,Mort_endpoint_bioher)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 96,48,1
NodeSize: 48,24
DefnState: 2,179,125,483,580,0,MIDM
ValueState: 2,235,231,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Mort_endpoint_bioher,Age]
ReformVal: [Mort_endpoint_bioher,Age]
{!40000|Att_EditSliceState: [Gender,1,Age_cat,1,Cause_of_death,1]}
Variable As_total_yld
Title: Age-specific total YLD
Definition: Table(Age,Sex,Morb_endpoint)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 96,104,1
NodeSize: 48,24
DefnState: 2,117,131,416,483,0,MIDM
ValueState: 2,230,251,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Morb_endpoint,Age]
ReformVal: [Morb_endpoint,Age]
Close Nodes3
Module Nodes1
Title: Mortality outcome scenarios
Author: vkoe
Date: 22. Janta 2009 14:46
DefaultSize: 48,24
NodeLocation: 448,400,1
NodeSize: 48,28
DiagState: 2,132,108,239,371,17
NodeColor: 65535,52427,61166
Variable Input_mort_abfrac
Title: Attributable fraction in mortality data
Units: Fraction
Description: Fraction of mortality in mortallity input data attributable to the exposure of interest
Definition: Table(Age,Sex,Mort_endpoint_bioher)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 88,72,1
NodeSize: 48,32
WindState: 2,302,266,476,224
DefnState: 2,282,226,453,412,0,MIDM
ValueState: 2,475,502,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Mort_endpoint_bioher,Age]
ReformVal: [Mort_endpoint_bioher,Age]
Domain: ['item 1']
{!40300|DomainExpr: Discrete('item 1',type:['text'])}
Variable Change_mort
Title: Year-specific change in attributable mortality risk
Units: %
Description: Precentage change in the mortality risk attributable to the exposure of interest.~
~
Note! Change refers to the change in risk in comparison to the mortality risk in the start of the assessment, NOT in comparison to the previous 5-year follow-up step.
Definition: Table(Age,Fu_period,Sex,Mort_endpoint_bioher,Scenario)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 88,232,1
NodeSize: 48,36
WindState: 2,232,283,476,224
DefnState: 2,119,191,619,449,0,MIDM
ValueState: 2,340,384,508,469,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Fu_period,Age]
ReformVal: [Fu_period,Age]
{!40000|Att_ResultSliceState: [Sex,1,Scenario,1,Mort_endpoint,2,Age,1,Fu_period,1]}
{!40000|Att_EditSliceState: [Sex,1,Mort_endpoint,2,Scenario,1,Age,1,Fu_period,1]}
Decision Ys_change_mort
Title: Year-specific input for mortality outcome
Definition: Choice(Self,1)
NodeLocation: 88,144,1
NodeSize: 48,32
ValueState: 2,294,402,416,303,0,MIDM
Domain: ['Yes','No']
{!40300|DomainExpr: Discrete('Yes','No',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Index Scenario
{!40000|Att_PrevIndexValue: ['BAU','Alternative']}
Title: Scenario
Definition: ['BAU','Alternative']
NodeLocation: 88,280,1
NodeSize: 48,12
Close Nodes1
Module Technical_nodes
Title: Morbidity outcome scenarios
Author: vkoe
Date: 12. Mayta 2009 15:35
DefaultSize: 48,24
NodeLocation: 448,336,1
NodeSize: 48,28
DiagState: 2,170,138,308,355,17
NodeColor: 65535,52427,61166
Decision Input_morb_outcome
Title: Input for morbidity outcome calculation
Definition: Choice(Self,1)
NodeLocation: 104,48,1
NodeSize: 48,36
WindState: 2,366,308,476,224
ValueState: 2,464,402,416,303,0,MIDM
Domain: ['Percentage change','No. of cases']
{!40300|DomainExpr: Discrete('Percentage change','No. of cases',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Variable Input_morb_abfrac
Title: Attributable fraction in morbidity data
Description: Fraction of morbidity in morbidity input data attributable to the exposure of interest
Definition: Table(Age,Sex,Morb_endpoint)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 104,128,1
NodeSize: 48,36
WindState: 2,257,286,476,224
DefnState: 2,197,238,416,424,0,MIDM
ValueState: 2,336,352,418,410,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Morb_endpoint,Age]
ReformVal: [Morb_endpoint,Age]
Variable Outcome_morb
Title: Year-specific morbidity outcome
Units: % change or no. of cases
Description: Precentage change in the total morbidity risk attributáble to the expoure/risk factor or number of attributable morbidity cases~
~
Note! Change refers to the change in risk in comparison to the morbidity risk in the start of the assessment, NOT in comparison to the previous 5-year follow-up step.
Definition: Table(Age,Fu_period,Sex,Morb_endpoint,Scenario)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 104,224,1
NodeSize: 48,28
WindState: 2,221,256,476,224
DefnState: 2,132,163,612,436,0,MIDM
ValueState: 2,314,401,654,415,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Fu_period,Age]
ReformVal: [Fu_period,Age]
Att__TotalsIndex: Index Age
{!40000|Att_ResultSliceState: [Sex,1,Morb_endpoint,1,Scenario,2,Age,1,Fu_period,1]}
{!40000|Att_EditSliceState: [Sex,1,Morb_endpoint,1,Scenario,1,Age,1,Fu_period,1]}
Close Technical_nodes
Close Help_nodes
Objective Ab_mortality_spec
Title: Mortality, specified
Units: deaths
Description: Deaths attributable to the exposure in different scenarios.~
Definition: var a:= Mort_risk_scenarios;~
a:=if a<0 then 0 else a;~
a:=if a>1 then 1 else a;~
a:= sum(if floor(Age/5)+1 = @age_cat then a else 0 , Age)/5;~
a:=a-a[Exposure='Reference'];~
~
a:= a*Pop_in_time_ave;~
var b:=Table(Time_unit)(a, a*5);~
a:= if Followup_time <2 then a else b;~
~
if Outcome= 'Change in EBD' then a[Exposure='Alternative']-a[Exposure='BAU'] else a~
NodeLocation: 472,424,1
NodeSize: 48,20
WindState: 2,215,208,462,640
ValueState: 2,249,62,532,377,0,MIDM
NodeColor: 65535,19661,38773
GraphSetup: {!40000|Att_graphvaluerange Ab_mortality_spec:|1:1,,0,,,,,8000,14K}~
{!40000|Att_graphvaluerange Graph_cdf_valdim:1,,1,1}~
{!40000|Att_graphvaluerange Graph_pdf_valdim:1,0,0,1,,,,0,200}
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen,2,2,1]
Att__TotalsIndex: Index Age, Index Age_cat
{!40000|Att_ResultSliceState: [Sex,1,Time_unit,1,Mort_endpoint_bioher,1,Exposure,2,Age_cat,0,Fu_period,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
{!40200|Att_GraphSetupSlices: [3,1,DensityIndex,1]}
Objective Ad_le
Title: Age-adjusted life expectancy
Units: Years
Description: Age-adjusted life expectancy~
Definition: Var a:=Life_years;~
~
var b:= 0;~
var x:= 1;~
while x<= min([size(Age_cat),size(Period_lt)]) do (~
b:= b + a;~
a:= a[@Age_cat=@Age_cat+1, @Period_lt=@Period_lt+1];~
a:= if a=null then 0 else a;~
x:= x+1);~
~
b:=b[@Period_lt=1]/Pop_in_time_beg[@Period_lt=1];~
if isnan(b)=1 then 0 else b
NodeLocation: 264,392,1
NodeSize: 48,24
WindState: 2,104,73,476,599
ValueState: 2,298,156,419,505,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Exposure,Age_cat]
{!40000|Att_ResultSliceState: [Sex,2,Age_cat,1,Exposure,3]}
Variable Pop_frac
Title: Fraction of exposed population
Definition: Table(Exposure)(~
1,1,1)
NodeLocation: 416,120,1
NodeSize: 48,24
WindState: 2,88,119,476,224
DefnState: 2,179,207,411,195,0,MIDM
ValueState: 2,254,283,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Life_lost
Title: Loss of life at death
Units: Years/death
Definition: Table(Age_cat,Sex,Mort_endpoint_bioher)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 80,576,1
NodeSize: 48,24
WindState: 2,134,115,476,224
DefnState: 2,143,110,414,526,0,MIDM
ValueState: 2,187,304,416,387,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Mort_endpoint_bioher,Age_cat]
ReformVal: [Sex,Age_cat]
{!40000|Att_ResultSliceState: [Mort_endpoint,1,Age_cat,1,Sex,1]}
Variable Pv_life_year
Title: PV of a life year
Description: Present value of one life year~
Definition: var a:=Period_lt-Start_year+2.5;~
var b:= Discount/100;~
(1+b)^-a~
~
NodeLocation: 744,456,1
NodeSize: 48,20
WindState: 2,111,148,476,291
ValueState: 2,201,137,345,447,0,MIDM
NodeColor: 19661,48336,65535
Module Technical_nodes1
Title: Mortality ERF
Author: vkoe
Date: 1. Junta 2009 8:35
DefaultSize: 48,24
NodeLocation: 80,280,1
NodeSize: 48,24
DiagState: 2,171,189,365,319,17
NodeColor: 65535,52427,61166
Module Erf_pm2_5
Title: ERF PM2.5 and natural mortality
Author: ktluser
Date: 6. Mayta 2008 9:06
DefaultSize: 48,24
NodeLocation: 80,48,1
NodeSize: 48,28
DiagState: 2,93,134,1067,576,17
NodeColor: 52427,63897,65535
Variable Ambient_pdm
Title: ambient.PDM
Description: PDM = performance-based decision maker~
~
Numbers from table 4, page 742.~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744
Definition: Table(Percentile1)(~
0.029,0.14,0.62,1.1,3.9)
NodeLocation: 208,64,1
NodeSize: 48,24
WindState: 2,180,151,517,324
DefnState: 2,330,631,416,303,0,MIDM
ValueState: 2,26,8,416,303,0,MIDM
NodeColor: 65535,52427,57888
Index Percentile1
{!40000|Att_PrevIndexValue: [0.05,0.25,0.5,0.75,0.95]}
Title: Percentile
Definition: [0.05,0.25,0.5,0.75,0.95]
NodeLocation: 208,96,1
NodeSize: 48,13
Variable Ambient_edm
Title: ambient.EDM
Description: EDM = equal-weight decision maker~
~
Numbers from table 4, page 742.~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744
Definition: Table(Percentile1)(~
0.034,0.41,0.98,1.6,4.6)
NodeLocation: 368,64,1
NodeSize: 48,24
WindState: 2,98,90,476,395
DefnState: 2,428,392,416,303,0,MIDM
ValueState: 2,264,274,416,303,0,MIDM
NodeColor: 65535,52427,57888
Chance Edm_cumdist
Title: EDM-cumdist
Definition: var a:=cumdist(Percentile1,Ambient_edm, , false );~
a
NodeLocation: 368,160,1
NodeSize: 48,24
ValueState: 2,43,20,416,579,0,MIDM
DisplayOutputs: Variable Clipboard_input_vari,
Chance Pdm_cumdist
Title: PDM-cumdist
Definition: var a:=cumdist(Percentile1,Ambient_pdm, , false );~
a
NodeLocation: 208,160,1
NodeSize: 48,24
ValueState: 2,44,17,274,456,0,CONF
GraphSetup: Probindex:[0.05, 0.25, 0.5, 0.75, 0.95 ]
DisplayOutputs: Variable Clipboard_input_vari,
Variable Combined_c_r_functio
Title: Combined c-r function
Definition: var a:=if Pdm_vs__edm=1 then Pdm_cumdist else Edm_cumdist;~
a
NodeLocation: 288,232,1
NodeSize: 48,24
ValueState: 2,300,63,237,252,0,STAT
Chance Pdm_vs__edm
Title: PDM vs. EDM
Definition: Bernoulli(.5)
NodeLocation: 448,232,1
NodeSize: 48,24
WindState: 2,102,90,476,224
ValueState: 2,328,338,416,303,0,CONF
DisplayOutputs: Variable Clipboard_input_vari,
Variable Cr_plausibility
Title: cr.plausibility
Definition: mid(Combined_c_r_functio)
NodeLocation: 288,304,1
NodeSize: 48,24
ValueState: 2,84,60,399,198,0,CONF
Variable Hitox_pdm
Title: hitox.PDM
Description: PDM = performance-based decision maker~
~
Numbers from table 4, page 742.~
~
The high/low constituents are presented in article Cooke et al. High relates in general to combustion partilces. Low relates to secondary particles (4 experts) and for crustal particles (2 experts).~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744~
~
ref: Cooke RM, Wilson AM, Tuomisto JT, Morales O, Tainio M, Evans JS. A Probabilistic characterization of the relationship between fine particulate matter and mortality: Elicitation of European experts. ENVIRONMENTAL SCIENCE & TECHNOLOGY, 41 (18)
Definition: Table(Percentile1)(~
0.062,0.6800000000000001,1.1,2.4,8)
NodeLocation: 528,64,1
NodeSize: 48,24
WindState: 2,83,85,476,414
DefnState: 2,25,20,416,303,0,MIDM
NodeColor: 65535,52427,57888
Variable Hitox_edm
Title: hitox.EDM
Description: EDM = equal-weight decision maker~
~
Numbers from table 4, page 742.~
~
The high/low constituents are presented in article Cooke et al. High relates in general to combustion partilces. Low relates to secondary particles (4 experts) and for crustal particles (2 experts).~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744~
~
ref: Cooke RM, Wilson AM, Tuomisto JT, Morales O, Tainio M, Evans JS. A Probabilistic characterization of the relationship between fine particulate matter and mortality: Elicitation of European experts. ENVIRONMENTAL SCIENCE & TECHNOLOGY, 41 (18)
Definition: Table(Percentile1)(~
0.08699999999999999,0.87,1.9,3.7,10)
NodeLocation: 688,64,1
NodeSize: 48,24
DefnState: 2,10,15,416,303,0,MIDM
NodeColor: 65535,52427,57888
Variable Lotox_edm
Title: lotox.EDM
Description: EDM = equal-weight decision maker~
~
Numbers from table 4, page 742.~
~
The high/low constituents are presented in article Cooke et al. High relates in general to combustion partilces. Low relates to secondary particles (4 experts) and for crustal particles (2 experts).~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744~
~
ref: Cooke RM, Wilson AM, Tuomisto JT, Morales O, Tainio M, Evans JS. A Probabilistic characterization of the relationship between fine particulate matter and mortality: Elicitation of European experts. ENVIRONMENTAL SCIENCE & TECHNOLOGY, 41 (18)
Definition: Table(Percentile1)(~
0,0,0.11,0.43,2)
NodeLocation: 960,64,1
NodeSize: 48,24
DefnState: 2,11,18,416,303,0,MIDM
NodeColor: 65535,52427,57888
Variable Lotox_pdm
Title: lotox.PDM
Description: PDM = performance-based decision maker~
~
Numbers from table 4, page 742.~
~
The high/low constituents are presented in article Cooke et al. High relates in general to combustion partilces. Low relates to secondary particles (4 experts) and for crustal particles (2 experts).~
~
Ref: Jouni T. Tuomisto, Andrew Wilsonb, John S. Evans, Marko Tainio. Uncertainty in mortality response to airborne fine particulate matter:~
Combining European air pollution experts. Reliability Engineering and System Safety 93 (2008) 732–744~
~
ref: Cooke RM, Wilson AM, Tuomisto JT, Morales O, Tainio M, Evans JS. A Probabilistic characterization of the relationship between fine particulate matter and mortality: Elicitation of European experts. ENVIRONMENTAL SCIENCE & TECHNOLOGY, 41 (18)
Definition: Table(Percentile1)(~
0,0.018,0.25,0.36,1)
NodeLocation: 800,64,1
NodeSize: 48,24
DefnState: 2,20,19,416,303,0,MIDM
NodeColor: 65535,52427,57888
Variable Combined_c_r_functi3
Title: Combined c-r function.high
Definition: var a:=if Pdm_vs__edm=1 then Pdm_cumdist_high else Edm_cumdist_high;~
a
NodeLocation: 608,232,1
NodeSize: 56,24
ValueState: 2,75,105,237,252,0,CONF
Variable Cr_plausibility_high
Title: cr.plausibility.high
Definition: Combined_c_r_functi3
NodeLocation: 608,304,1
NodeSize: 48,24
ValueState: 2,500,64,416,303,0,CONF
Chance Edm_cumdist_high
Title: EDM-cumdist.high
Definition: var a:=cumdist(Percentile1,Hitox_edm, , false );~
a
NodeLocation: 688,160,1
NodeSize: 48,24
ValueState: 2,549,74,416,303,0,CONF
DisplayOutputs: Variable Clipboard_input_vari,
Chance Pdm_cumdist_high
Title: PDM-cumdist.high
Definition: var a:=cumdist(Percentile1,Hitox_pdm, , false );~
a
NodeLocation: 528,160,1
NodeSize: 48,24
ValueState: 2,951,63,274,408,0,CONF
GraphSetup: Probindex:[0.05, 0.25, 0.5, 0.75, 0.95 ]
DisplayOutputs: Variable Clipboard_input_vari,
Variable Combined_c_r_functi1
Title: Combined c-r function.low
Definition: var a:=if Pdm_vs__edm=1 then Pdm_cumdist_low else Edm_cumdist_low;~
a
NodeLocation: 880,232,1
NodeSize: 56,24
ValueState: 2,300,63,237,252,0,CONF
Variable Cr_plausibility_low
Title: cr.plausibility.low
Definition: Combined_c_r_functi1
NodeLocation: 880,304,1
NodeSize: 48,24
ValueState: 2,744,304,416,303,0,CONF
Chance Edm_cumdist_low
Title: EDM-cumdist.low
Definition: var a:=cumdist(Percentile1,Lotox_edm, , false );~
a
NodeLocation: 960,160,1
NodeSize: 48,24
ValueState: 2,870,239,416,303,0,CONF
DisplayOutputs: Variable Clipboard_input_vari,
Chance Pdm_cumdist_low
Title: PDM-cumdist.low
Definition: var a:=cumdist(Percentile1,Lotox_pdm, , false );~
a
NodeLocation: 800,160,1
NodeSize: 48,24
ValueState: 2,951,63,274,408,0,CONF
GraphSetup: Probindex:[0.05, 0.25, 0.5, 0.75, 0.95 ]
DisplayOutputs: Variable Clipboard_input_vari,
Index Cr_choice
{!40000|Att_PrevIndexValue: ['Equal toxicity','Differential toxicity']}
Title: cr.choice
Definition: ['Equal toxicity','Differential toxicity']
NodeLocation: 608,440,1
NodeSize: 48,12
Variable Cr_function
Title: cr.function
Definition: Table(Cr_choice)(~
Cr_plausibility,Cr_plausibility_high)
NodeLocation: 608,408,1
NodeSize: 48,24
DefnState: 2,22,33,685,446,0,MIDM
ValueState: 2,106,83,421,240,0,MIDM
ReformDef: [Cr_choice]
ReformVal: [Cr_choice,Undefined,1]
{!40000|Att_ResultSliceState: [Run,1,Cr_choice,1]}
Constant Higher_toxicity_was_
Title: Higher toxicity was applied for traffic emissions and lower for agricultural dust emissions
Definition: Cr_function
NodeLocation: 792,408,1
NodeSize: 72,58
Chance Ambient_pdm_low_unc
Title: ambient.PDM.low.unc
Definition: Triangular( 0.14, 0.62, 1.1 )
NodeLocation: 64,64,1
NodeSize: 48,24
ValueState: 2,284,165,509,294,1,MIDM
Chance Ambient_edm_low_unc
Title: ambient.EDM.low.unc
Definition: Triangular( 0.41, 0.98, 1.6 )
NodeLocation: 64,112,1
NodeSize: 48,24
ValueState: 2,284,165,509,294,1,MIDM
Close Erf_pm2_5
Variable Mortality_erf
Title: Mortality ERF
Description: Exposure-response function for mortality endpoint
Definition: Table(Age,Sex,Mort_endpoint_bioher,Erf_type)(~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0,~
Mort_erf,0,~
1,0~
)
NodeLocation: 200,136,1
NodeSize: 48,24
DefnState: 2,348,191,416,629,0,MIDM
ValueState: 2,421,125,601,655,0,MIDM
ReformDef: [Erf_type,Age]
ReformVal: [Mort_endpoint_bioher,Age]
{!40000|Att_ResultSliceState: [Sex,1,Erf_type,1,Age,1,Mort_endpoint_bioher,1]}
{!40000|Att_EditSliceState: [Sex,1,Mort_endpoint_bioher,2,Age,1,Erf_type,1]}
Variable Mort_erf
Title: Mortality ERF
Description: PM2.5
Definition: Triangular(1.006, 1.01, 1.012)
NodeLocation: 80,136,1
NodeSize: 48,24
WindState: 2,113,92,476,323
DefnState: 2,176,138,545,681,0,MIDM
ValueState: 2,152,162,511,641,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: [Mort_endpoint_bioher,Age]
ReformVal: [Mort_endpoint_bioher,Age]
{!40000|Att_ResultSliceState: [Sex,1,Erf_type,2,Age1,1,Mort_endpoint,1]}
{!40000|Att_EditSliceState: [Sex,1,Erf_type,1,Age,1,Mort_endpoint_bioher,1]}
Variable Mort_erf_unit
Title: Mortality ERF unit
Description: Number of exposure units the relative risk for mortality refers to.
Definition: Table(Mort_endpoint_bioher)(~
1,0)
NodeLocation: 80,208,1
NodeSize: 48,24
DefnState: 2,115,212,416,303,0,MIDM
ValueState: 2,197,343,416,303,0,MIDM
NodeColor: 65535,52427,57888
Close Technical_nodes1
Module Technical_nodes2
Title: Morbidity ERF
Author: vkoe
Date: 1. Junta 2009 8:35
DefaultSize: 48,24
NodeLocation: 744,280,1
NodeSize: 48,24
DiagState: 2,145,159,315,324,17
NodeColor: 65535,52427,61166
Variable Morb_erf_claih
Title: Morbidity ERF Claih
Description: Exposure-response functions for morbidity, defined as relative risk (RR)~
~
This node is used if the ERF differs between age groups~
~
*Age classification: 1 year intervals. ~
*Sex classification: can be used if necessary~
*RR=1 is used if If there is no known dependence between the studied exposure and a particular morbidity
Definition: Table(Pollutant)(~
1,1,1)
NodeLocation: 80,48,1
NodeSize: 48,24
WindState: 2,183,44,488,475
DefnState: 2,165,77,532,889,0,MIDM
ValueState: 2,397,1,451,895,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: []
ReformVal: []
{!40000|Att_ResultSliceState: [Pollutant,1]}
{!40000|Att_EditSliceState: [Sex,1,Erf_type,2,Pollutant,1,Age,1,Morb_endpoint,1]}
Reference: Cafe raport
Variable Morbidity_erf
Title: Morbidity ERF
Units: -
Description: Exposure-response function for morbidity endpoint
Definition: if Assessment = 'Bioher' then Morb_erf_bioher else Morb_erf_claih
NodeLocation: 200,112,1
NodeSize: 48,24
WindState: 2,595,61,534,370
ValueState: 2,234,224,422,470,0,MIDM
ReformVal: [Morb_endpoint,Age]
{!40000|Att_ResultSliceState: [Sex,1,Erf_type,2,Age,1,Morb_endpoint,1]}
Variable Morb_erf_bioher
Title: Morbidity ERF bioher
Description: Exposure-response functions for morbidity, defined as relative risk (RR)~
~
This node is used if the ERF differs between age groups~
~
*Age classification: 1 year intervals. ~
*Sex classification: can be used if necessary~
*RR=1 is used if If there is no known dependence between the studied exposure and a particular morbidity
Definition: Table(Age,Sex,Erf_type,Morb_endpoint)(~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
0,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0.902,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0,~
1,1,~
53.3u,0~
)
NodeLocation: 80,112,1
NodeSize: 48,24
WindState: 2,183,216,488,475
DefnState: 2,81,63,532,755,0,MIDM
ValueState: 2,246,106,451,895,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: [Morb_endpoint,Age]
ReformVal: [Morb_endpoint,Age]
{!40000|Att_ResultSliceState: [Sex,1,Erf_type,2,Age,1,Morb_endpoint,1]}
{!40000|Att_EditSliceState: [Sex,1,Erf_type,2,Age,1,Morb_endpoint,1]}
Reference: Cafe raport
Variable Morb_erf_unit
Title: Morbidity ERF unit
Description: Number of exposure units the relative risk for morbidity refers to.
Definition: Table(Morb_endpoint)(~
1,10)
NodeLocation: 80,168,1
NodeSize: 48,24
WindState: 2,141,188,476,224
DefnState: 2,184,217,416,303,0,MIDM
ValueState: 2,261,321,416,303,0,MIDM
NodeColor: 65535,52427,57888
Close Technical_nodes2
Module Technical_nodes3
Title: Duration of morbidity
Author: vkoe
Date: 1. Junta 2009 8:35
DefaultSize: 48,24
NodeLocation: 744,520,1
NodeSize: 48,24
DiagState: 2,143,103,359,300,17
NodeColor: 65535,52427,61166
Variable Duration
Title: Duration of morbidity
Units: Years
Definition: if Duration_age_class = 'No' then Duration_gen else Duration_as
NodeLocation: 224,144,1
NodeSize: 48,24
ValueState: 2,187,170,416,303,0,MIDM
ReformVal: [Sex,Morb_endpoint]
Variable Duration_as
Title: Age-specific duration of morbidity
Units: Years
Description: Incidence endpoint: duration of the disease in years~
Prevalence endpoint: duration = 1 year
Definition: Table(Age_cat,Sex,Morb_endpoint)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 96,192,1
NodeSize: 48,24
WindState: 2,93,99,482,362
DefnState: 2,255,263,392,451,0,MIDM
ValueState: 2,257,310,416,303,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: [Morb_endpoint,Age_cat]
ReformVal: [Morb_endpoint,Age_cat]
Variable Duration_gen
Title: General duration of morbidity
Units: Years
Description: Incidence endpoint: duration of the disease in years~
Prevalence endpoint: duration = 1 year
Definition: Table(Sex,Morb_endpoint)(~
8,1/365~
)
NodeLocation: 96,136,1
NodeSize: 48,24
DefnState: 2,250,285,416,303,0,MIDM
ValueState: 2,268,374,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Sex,Morb_endpoint]
ReformVal: [Sex,Morb_endpoint]
Decision Duration_age_class
Title: Age-specific duration of morbidity
Definition: Choice(Self,1)
NodeLocation: 96,72,1
NodeSize: 48,29
ValueState: 2,223,352,416,303,0,MIDM
Domain: ['No','Yes']
{!40300|DomainExpr: Discrete('No','Yes',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Close Technical_nodes3
Module Technical_nodes4
Title: Disability severity weight
Author: vkoe
Date: 1. Junta 2009 8:35
DefaultSize: 48,24
NodeLocation: 744,576,1
NodeSize: 48,24
DiagState: 2,146,132,330,303,17
NodeColor: 65535,52427,61166
Variable Daly_weight
Title: Severity weight
Definition: If Severity_age_class = 'No' then DALY_weight_gen else DALY_weight_as
NodeLocation: 208,112,1
NodeSize: 48,24
ValueState: 2,328,410,416,303,0,MIDM
ReformVal: [Sex,Morb_endpoint]
Att__TotalsIndex: Index Morb_endpoint
Variable Daly_weight_as
Title: Age-specific severity weight
Description: Daly weights for morbidity~
~
Current data:~
Arbitrary weights
Definition: Table(Age_cat,Sex,Morb_endpoint)(~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0,~
0,0~
)
NodeLocation: 88,168,1
NodeSize: 48,24
WindState: 2,102,90,476,224
DefnState: 2,278,279,425,515,0,MIDM
ValueState: 2,235,272,364,461,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: [Morb_endpoint,Age_cat]
ReformVal: [Morb_endpoint,Age_cat]
Reference: WHO
Variable Daly_weight_gen
Title: General severity weight
Definition: Table(Sex,Morb_endpoint)(~
0.15,0.09900000000000001~
)
NodeLocation: 88,112,1
NodeSize: 48,24
DefnState: 2,288,293,416,303,0,MIDM
ValueState: 2,288,390,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Sex,Morb_endpoint]
Decision Severity_age_class
Title: Age-specific severity weight
Definition: Choice(Self,2)
NodeLocation: 88,48,1
NodeSize: 48,29
ValueState: 2,232,352,416,303,0,MIDM
Domain: ['Yes','No']
{!40300|DomainExpr: Discrete('Yes','No',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Close Technical_nodes4
Module Exposure1
Title: Exposure
Author: vkoe
Date: 5. Novta 2009 13:17
DefaultSize: 48,24
NodeLocation: 416,64,1
NodeSize: 48,24
DiagState: 2,190,272,510,284,17
NodeColor: 65535,52427,61166
Variable Exposures
Title: Exposure
Description: Table(Exposure)(~
Pm_exposure[Bioher_pri_heat_scen='BAU', Bioher_sec_heat_scen='None', Const_year=Const_year,Fu_period=2010], Alternative_scenarios, 0 )
Definition: Table(Exposure)(~
Pm_exposure[Bioher_pri_heat_scen='BAU', Bioher_sec_heat_scen='None', Const_year=Const_year,Fu_period=2010], Alternative_scenarios, 0 )
NodeLocation: 240,120,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
WindState: 2,106,59,490,416
DefnState: 2,158,127,679,280,0,MIDM
ValueState: 2,187,638,580,360,0,MIDM
NodeColor: 19661,48336,65535
GraphSetup: {!40000|Att_graphvaluerange Graph_pdf_valdim:1,0,1,1,,,,0,1}~
{!40000|Att_graphvaluerange Exposures:1,,1,,,,,0,1}~
{!40000|Att_contlinestyle Run:0}
ReformDef: [Exposure,Sex]
ReformVal: [Fu_period,Exposure]
{!40000|Att_ResultSliceState: [Fu_period,1,Exposure,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Reference: Cafe raport
Index Exposure
Title: Exposure
Description: Jouni 14.6.2009: I changed the name from Scen to Exposure because this is not just a list of scenarios, it is specifically the list of counterfactual exposure scenarios.~
~
Row 'Impacted' is changed to 'Alternative scenario' because a) also people in BAU are impacted and b) we don't know a priori whether the alternative scenario is a higher or lower exposure.~
______________________~
~
Exposure scenarios.
Definition: ['BAU','Alternative','Reference']
NodeLocation: 240,152,1
NodeSize: 52,12
NodeInfo: 1,1,1,1,1,1,0,0,0,0
WindState: 2,614,154,476,262
{!40300|Att_SlicerPopupSize: 232,56}
{!40000|Att_PrevIndexValue: ['BAU','Alternative','Reference']}
Decision Exp_age_class
Title: Age-specific exposure
Definition: Choice(Self,2)
NodeLocation: 120,40,1
NodeSize: 48,24
Domain: ['Yes','No']
{!40300|DomainExpr: Discrete('Yes','No',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Decision Exp_year_class
Title: Year-specific exposure
Definition: Choice(Self,1)
NodeLocation: 240,40,1
NodeSize: 48,24
Domain: ['Yes','No']
{!40300|DomainExpr: Discrete('Yes','No',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
Variable Alternative_scenario
Title: Alternative scenarios
Definition: var a:= if Const_year = 'All' then Pm_exposure else Pm_exposure[Const_year = Const_year];~
~
a:=if Bioher_pri_heat_scen = 'All' then a else a[Bioher_pri_heat_scen = Bioher_pri_heat_scen];~
~
a:= if Bioher_sec_heat_scen = 'All' then a else a[Bioher_sec_heat_scen = Bioher_sec_heat_scen];~
~
a
NodeLocation: 120,120,1
NodeSize: 48,24
WindState: 2,351,282,476,403
ValueState: 2,384,380,502,303,0,MIDM
ReformVal: [Fu_period,Const_year]
{!40000|Att_ResultSliceState: [Bioher_sec_heat_scen,3,Const_year,1,Fu_period,1]}
Close Exposure1
Objective Ad_le_loss
Title: Loss of age-adjusted life expectancy
Units: Years
Definition: var a:=Ad_le;~
a[Exposure='Reference']-a
NodeLocation: 264,448,1
NodeSize: 48,24
ValueState: 2,185,146,416,460,0,MIDM
ReformVal: [Exposure,Age_cat]
{!40000|Att_ResultSliceState: [Age1,1,Sex,1,Sys_localindex('PROBABILITY'),1,Exposure,1]}
Objective Le_loss
Title: Loss of life expectancy in birth cohort
Units: Years
Definition: var a:=Le_cohort;~
a[Exposure='Reference']-a
NodeLocation: 368,448,1
NodeSize: 48,24
WindState: 2,109,95,476,276
ValueState: 2,227,154,458,200,0,MIDM
ReformVal: [Sex,Exposure,Undefined,2]
Text Te2
NodeLocation: 180,168,-1
NodeSize: 164,144
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te3
NodeLocation: 416,168,-1
NodeSize: 64,144
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te4
NodeLocation: 652,168,-1
NodeSize: 164,144
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te5
NodeLocation: 104,544,-1
NodeSize: 88,80
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te6
NodeLocation: 104,392,-1
NodeSize: 88,72
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te8
NodeLocation: 732,556,-1
NodeSize: 84,68
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te15
NodeLocation: 732,404,-1
NodeSize: 84,84
NodeInfo: 1,0,0,1,0,1,0,,0,
Text Te125
NodeLocation: 420,472,-1
NodeSize: 220,152
NodeInfo: 1,0,0,1,0,1,0,,0,
Module Population_in_time1
Title: Population in time
Author: vkoe
Date: 9. Febta 2010 10:56
DefaultSize: 48,24
NodeLocation: 416,280,1
NodeSize: 48,24
DiagState: 2,263,403,408,249,17
NodeColor: 19661,48336,65535
Index Age_child
{!40000|Att_PrevIndexValue: [0,1,2,3,4]}
Title: Age child
Definition: 0..4
NodeLocation: 80,96,1
NodeSize: 48,12
Variable Pop_in_time_child
Title: Population in time child
Definition: var k: Birth_rate[Fu_year=Year_lt];~
k:= if k = null then {k[@Year_lt=Followup_time]} 0 else k;~
var a:= if @Year_lt = 1 then Pop_data else (if @Age=1 then k else 0);~
a:= a[Age=age_child];~
~
var j:= sum(Mort_risk_scenarios,Mort_endpoint_bioher)[Age=age_child];~
j:=if Mort_effect = 'Acute' then j[Exposure='BAU'] else j;~
~
j:=j[Fu_period=Period_lt];~
j:= if j = null then j[Exposure='Reference',Period_lt=max(Fu_period)] else j;~
j:= Si_pi(j, 5, Period_lt, Year_lt, Year_help)*5;~
~
j:= if j < 0 then 0 else j;~
j:= if j > 1 then 1 else j;~
~
j:= 1-j;~
~
var x:= 1;~
while x<= min([size(age_child),size(Year_lt)]) do (~
var b:= a*j;~
b:= b[@age_child=@age_child-1, @Year_lt=@Year_lt-1];~
a:= if b=null then a else b;~
x:= x+1);~
~
sum(if Year_lt = period_vs_year then a else 0,Year_lt)~
NodeLocation: 80,64,1
NodeSize: 48,24
WindState: 2,188,97,553,652
ValueState: 2,92,317,688,319,0,MIDM
ReformVal: [Period_lt,Age_child]
Att__TotalsIndex: Index Age, Index Age_child
{!40000|Att_ResultSliceState: [Sex,1,Exposure,1,Age_child,3,Period_lt,3]}
Variable Pop_in_time_beg
Title: Population in time, beginning of time step
Description: Population projection for 100 years in different exposure scenarios. Population is modeled for the start year of each 5-year time step~
~
.j:= if Year_spec = 'Yes' then~
(j:=j[Fu_period=Period_lt];~
j:= if j = null then j[Exposure='Reference',Period_lt=max(Fu_period)] else j)~
else j;~
Definition: var a:= sum(if floor(Age/5)+1 = @Age_cat then Pop_data else 0 , Age);~
a:= if @Age_cat=1 then sum(Pop_in_time_child, Age_child) else (if @period_lt = 1 then a else 0);~
~
var j:= sum(Mort_risk_scenarios,Mort_endpoint_bioher);~
j:=if Mort_effect = 'Acute' then j[Exposure='BAU'] else j;~
j:=j[Fu_period=Period_lt];~
j:= if j = null then j[Exposure='Reference',Period_lt=max(Fu_period)] else j;~
~
j:= if j < 0 then 0 else j;~
j:= if j > 1 then 1 else j;~
~
j:= 1-j;~
~
j:= sum(if floor(Age/5)+1 = @Age_cat then j else 0 , Age)/5;~
var m:=j[@Age_cat=@Age_cat+1];~
m:= if m=null then 0 else m;~
var n:=((j^5)+(j^4*m)+(j^3*m^2)+(j^2*m^3)+(j*m^4))/5;~
~
var x:= 1;~
while x<= min([size(Age_cat),size(Period_lt)]) do (~
var b:= a*n;~
b:= b[@Age_cat=@Age_cat-1, @Period_lt=@Period_lt-1];~
a:= if b=null then a else b;~
x:= x+1);~
a~
~
NodeLocation: 192,64,1
NodeSize: 48,32
WindState: 2,89,106,569,714
ValueState: 2,443,167,757,830,0,MIDM
ReformVal: [Period_lt,Age_cat]
Att__TotalsIndex: Index Age_cat, Index Period_lt
{!40000|Att_ResultSliceState: [Sex,1,Exposure,2,Age_cat,1,Period_lt,1]}
Variable Pop_in_time_ave
Title: Population in time, average for time step
Description: Average annual population number for each 5-year time step during the follow-up period.~
Definition: var a:=Pop_in_time_beg[Period_lt=Fu_period];~
var b:=(Pop_in_time_beg[@Period_lt=@Period_lt+1])[Period_lt=Fu_period];~
b:= if b = null then a[Fu_period=max(Fu_period)] else b;~
b:=(a+b)/2;~
if Followup_time <2 then a else b
NodeLocation: 304,64,1
NodeSize: 48,32
WindState: 2,72,90,537,592
ValueState: 2,173,249,661,491,0,MIDM
ReformVal: [Fu_period,Age_cat]
Att__TotalsIndex: Index Age_cat
{!40000|Att_ResultSliceState: [Sex,1,Exposure,1,Age_cat,1,Fu_period,1]}
Variable Life_years
Title: Life years in time
Units: years
Description: Calculates the number of life years lived by a given 5-year age group in a given 5-year time step 100 years onwards from the beginning of the assessment.~
Definition: var a:= Pop_in_time_beg;~
~
var b:=sum(Mort_risk_scenarios,Mort_endpoint_bioher);~
b:= if Mort_effect = 'Acute' then b[Exposure='BAU'] else b; ~
b:=b[Fu_period=period_lt];~
b:= if b = null then b[Exposure='Reference',Period_lt=max(Fu_period)] else b;~
~
b:= if b < 0 then 0 else b;~
b:= if b>1 then 1 else b;~
~
b:= 1-b;~
~
b:= sum(if floor(Age/5)+1 = @Age_cat then b else 0 , Age)/5;~
var c:=b[@Age_cat=@Age_cat+1];~
c:= if c=null then c[Age_cat='90-94'] else c;~
var d:=((b^5)+(b^4*c)+(b^3*c^2)+(b^2*c^3)+(b*c^4))/5;~
~
var e:= a-(a*d);~
((a*d*5)+e*2.5)*Age_weight*Pv_life_year~
NodeLocation: 192,128,1
NodeSize: 48,24
WindState: 2,164,94,476,635
ValueState: 2,86,186,620,582,0,MIDM
ReformVal: [Period_lt,Age_cat]
Att__TotalsIndex: Index Age_cat, Index Period_lt
{!40000|Att_ResultSliceState: [Sex,1,Exposure,2,Age_cat,0,Period_lt,0]}
Close Population_in_time1
Objective Ab_mortality_tot
Title: Mortality, total
Units: deaths/follow-up period
Definition: sum(Ab_mortality_spec,age_cat,Fu_period)[Time_unit='5-year period']
NodeLocation: 472,456,1
NodeSize: 48,12
WindState: 2,119,145,476,224
ValueState: 2,187,115,521,343,0,MIDM
GraphSetup: {!40000|Att_graphvaluerange Graph_pdf_valdim:1,0,0,1,,,,0,1m}
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen,Undefined,2]
{!40000|Att_ResultSliceState: [Sex,1,Mort_endpoint_bioher,1,Exposure,2,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Ab_morbidity_tot
Title: Morbidity, total
Units: cases/follow-up period
Definition: sum(sum(Ab_morbidity_spec,age_cat),Fu_period)[Time_unit='5-year period']
NodeLocation: 576,456,1
NodeSize: 48,12
ValueState: 2,154,150,413,208,0,MIDM
ReformVal: [Exposure,Morb_endpoint]
{!40000|Att_ResultSliceState: [Sex,1,Pop_unit,1,Exposure,1,Morb_endpoint,1]}
Objective Yll_tot
Title: YLL, total
Units: years/follow-up period
Definition: if App_yll = 'Direct' then~
~
sum(Yll_spec,age_cat,Period_lt)[Time_unit='5-year period']~
~
else~
~
sum(Yll_spec,age_cat,Fu_period)[Time_unit='5-year period']
NodeLocation: 264,600,1
NodeSize: 48,12
WindState: 2,110,129,476,317
ValueState: 2,174,190,581,352,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen,2]
Att__TotalsIndex: Index Mort_endpoint_bioher
{!40000|Att_ResultSliceState: [Exposure,2,Sex,1,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Objective Daly_tot
Title: DALY, total
Units: years/follow-up period
Definition: if App_yll = 'Direct' then~
~
sum(Daly_spec,Age_cat,Period_lt)[Time_unit='5-year period']~
~
else~
~
sum(Daly_spec,age_cat,Fu_period)[Time_unit='5-year period']
NodeLocation: 416,608,1
NodeSize: 48,12
WindState: 2,102,90,476,406
ValueState: 2,230,467,325,245,0,MIDM
ReformVal: [Sex,Exposure]
{!40000|Att_ResultSliceState: [Exposure,1,Sex,1,Pop_unit,1]}
Objective Yld_tot
Title: YLD, total
Units: years/follow-up period
Definition: sum(Yld_spec,age_cat,Fu_period)[Time_unit='5-year period']
NodeLocation: 576,600,1
NodeSize: 48,12
WindState: 2,153,140,476,400
ValueState: 2,225,270,478,247,0,MIDM
ReformVal: [Morb_endpoint,Exposure]
Att__TotalsIndex: Index Morb_endpoint
{!40000|Att_ResultSliceState: [Sex,1,Age_cat,10,Exposure,1,Morb_endpoint,1]}
Decision Age_weighting
Title: Age weighting
Definition: Choice(Self,2)
NodeLocation: 744,344,1
NodeSize: 48,12
Domain: ['Yes','No']
{!40300|DomainExpr: Discrete('Yes','No',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
FormNode Approach_for_yll_cal
Title: Approach for YLL calculation
Definition: 0
NodeLocation: 172,652,1
NodeSize: 140,12
NodeInfo: 1,0,0,1,0,0,0,72,0,1
Original: App_yll
FormNode Outcome_of_interest
Title: Outcome of interest
Definition: 0
NodeLocation: 148,684,1
NodeSize: 116,12
NodeInfo: 1,0,0,1,0,0,0,72,0,1
Original: Outcome
Close Model2
Module Pm2_5_emissions___ex
Title: PM2.5
Author: vkoe
Date: 25. Octta 2011 11:15
DefaultSize: 48,24
NodeLocation: 128,176,1
NodeSize: 52,28
DiagState: 2,647,45,421,515,17
NodeColor: 52427,63897,65535
Variable If_source_categories
Title: PM2.5 intake fraction
Description: DOM from Piltti~
LPP and SPP from Kopra~
~
LPP = large power plant~
SPP = small power plant (<50MW)
Definition: Table(Power_capacity)(~
0.5/1000000,0.6/1000000,0.6/1000000,3.4/1000000)
NodeLocation: 112,392,1
NodeSize: 48,24
WindState: 2,329,205,476,224
DefnState: 2,292,306,416,303,0,MIDM
ValueState: 2,391,370,323,303,0,MIDM
NodeColor: 65535,52427,61166
Index Wood_heater
Title: Wood heater
Definition: ['Manual with accumulator','Manual without accumulator','Auto feed wood chip boiler','Auto feed pellet boiler','Iron stove','Masonry heater','Open fireplace']
NodeLocation: 112,88,1
NodeSize: 48,12
WindState: 2,464,250,476,224
{!40000|Att_PrevIndexValue: ['Manual with accumulator','Manual without accumulator','Auto feed wood chip boiler','Auto feed pellet boiler','Iron stove','Masonry heater','Open fireplace']}
Variable Wh_frac
Title: Wood heater fraction BAU
Definition: Table(Wood_heater)(~
0.27,0.13,0.07000000000000001,5m,7m,0.507,8m)
NodeLocation: 112,56,1
NodeSize: 48,24
WindState: 2,179,150,476,382
DefnState: 2,147,361,416,303,0,MIDM
ValueState: 2,601,288,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Wh_pm_emf
Title: Wood heater PM2.5 EMF
Units: mg/MJ
Definition: Table(Wood_heater)(~
Triangular(37.6,80,150),Triangular(329,700,1310),Triangular(23.5,50, 93.9),Triangular(12.1,30,56.3),Triangular(329,700,1310),Triangular(65.8,140,263),Triangular(376,800,1500))
NodeLocation: 112,128,1
NodeSize: 48,24
WindState: 2,146,152,476,224
DefnState: 2,196,113,416,303,0,MIDM
ValueState: 2,109,201,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Pm_source_type
Title: PM2.5 source type
Definition: Table(Heat_system,Power_capacity)(~
0,0,0,1,~
0,0,0,1,~
0,0,0,1,~
0,0,1,0,~
0,0,1,0,~
1,1,0,0,~
1,1,0,0,~
1,1,1,0,~
0,0,0,1,~
1,1,0,0~
)
NodeLocation: 112,296,1
NodeSize: 48,24
DefnState: 2,256,209,416,303,0,MIDM
ValueState: 2,223,284,416,303,0,MIDM
ReformDef: [Power_capacity,Heat_system]
ReformVal: [Power_capacity,Heat_system]
Variable Pm_exposure
Title: PM2.5 exposure
Units: ug/a
Definition: var a:=sum((Pm_emission*If_source_categories)/(sum(pop_data,age,sex)*20*365)*1000, Power_capacity);~
a
NodeLocation: 256,392,1
NodeSize: 48,24
WindState: 2,171,206,557,343
ValueState: 2,133,316,449,339,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Const_year]
Att__TotalsIndex: Index Heat_system
{!40000|Att_ResultSliceState: [Fu_period,4,Bioher_pri_heat_scen,1,Const_year,7,Bioher_sec_heat_scen,1]}
Variable Dom_pm_emf
Title: Domestic heat production PM2.5 EMF
Units: mg/MJ
Description: Emission factors for domestic and local district heating systems~
~
Assumption: fraction of devices in 'other wood boiler' and 'secondary wood' category stay the same in the future~
~
Note: average PM emission factors for electricity and current district heat production are calculated in the node 'PM emission' (identifier: pm_emission)
Definition: Table(Heat_system)(~
2,Wh_pm_emf[Wood_heater='Auto feed pellet boiler'],Oth_wood_boil_emf,0,0,0,0,0,Secondary_wood_emf,0)
NodeLocation: 256,208,1
NodeSize: 48,32
WindState: 2,107,303,476,340
DefnState: 2,137,295,416,303,0,MIDM
ValueState: 2,109,148,416,346,0,MIDM
NodeColor: 65535,52427,61166
Variable Pp_pm_emf
Title: Power plant PM2.5 EMF
Definition: Table(Pp_fuel,Power_capacity)(~
Triangular(4,9,13),Triangular(5,15,24),Triangular(4,21,38),0,~
0,0,0,0,~
Triangular(2,11,20),Triangular(4,14,23),Triangular(20,38,55),0,~
Triangular(3,9,15),Triangular(5,10,15),Triangular(15,25,35),0,~
Triangular(1,8,15),Triangular(2,11,20),Uniform(55,92)/0.9,0,~
10,10,30,0,~
10,10,30,0~
)
NodeLocation: 112,208,1
NodeSize: 48,32
WindState: 2,263,229,476,224
DefnState: 2,120,290,607,303,0,MIDM
ValueState: 2,579,135,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Power_capacity,Pp_fuel]
ReformVal: [Power_capacity,Pp_fuel]
Variable Pm_emission
Title: PM2.5 emission
Units: mg/a
Description: Emissions for current district heat and electricity production are calculated based on: ~
~
*Heat/electricity produced (kWh/a) in different types of power plants and the efficiency of the plants~
*Average PM2.5 emission factor (mg/MJ) for different types of heat/electricity power plants based on~
**Fuels used in different types of power plants~
**Filtering capacity/emission standards for different types of plants~
~
var f:=sum(k*Pm_source_type{, heat_system});~
f:=f[Heat_system='Pellet boiler']+f[Heat_system='Other wood boiler'];~
sum(f, heat_system)~
~
var f:=(k*Pm_source_type)[Bioher_pri_heat_scen='BAU'];~
f:= f[Heat_system='Pellet boiler']+f[Heat_system='Other wood boiler'];~
f[const_year='1990']
Definition: var k:=If heat_system = 'Current district' then ~
~
var a:=Area_heat_purc*dh_pp_frac/dh_pp_effic*Dh_pp_capacity;~
var b:=sum(Dist_heat_fuel*Pp_pm_emf, pp_fuel);~
sum(a*3.6*b, dh_pp)~
~
else ~
~
if heat_system = 'Geothermal' or heat_system = 'Electricity' or heat_system = 'Air heat pump' then~
~
var a:=Area_heat_purc*elect_pp_frac/elect_pp_effic*elect_pp_capacity;~
var b:=sum(Elect_fuel*Pp_pm_emf, pp_fuel);~
sum(a*3.6*b, elect_pp)~
~
else~
~
if heat_system = 'Local district, oil' then~
Area_heat_purc*Pp_pm_emf[pp_fuel='Oil', power_capacity='<20 MW']*3.6~
~
else~
~
if heat_system = 'Local district, wood' then~
Area_heat_purc*Pp_pm_emf[pp_fuel='Wood', power_capacity='<20 MW']*3.6~
~
else~
~
Area_heat_purc*Dom_pm_emf*3.6;~
~
sum(k*Pm_source_type, heat_system)~
~
~
~
NodeLocation: 256,296,1
NodeSize: 48,24
WindState: 2,373,7,474,778
ValueState: 2,60,129,552,434,0,MIDM
ReformVal: [Power_capacity,Fu_period]
{!40000|Att_ResultSliceState: [Bioher_sec_heat_scen,3,Const_year,7,Bioher_pri_heat_scen,7,Fu_period,3,Power_capacity,1]}
Variable Oth_wood_boil_emf
Title: Other wood boiler EMF BAU
Description: Average PM emission factor for non-pellet wood boilers based on:~
*PM emission factor for different types of boilers~
*fraction of these boilers in wood heating in Finland~
~
Data: Kavosenoja, Piltti-malli~
~
Assumption: other wood boilers are:~
*Manual with accumulator~
*Manual without accumulator~
*Auto feed wood chip boiler
Definition: var a:=Wh_frac[wood_heater='Manual with accumulator']+Wh_frac[wood_heater='Manual without accumulator']+Wh_frac[wood_heater='Auto feed pellet boiler']+Wh_frac[wood_heater='Auto feed wood chip boiler'];~
a:=1/a;~
a:=Wh_frac*a*Wh_pm_emf;~
a[wood_heater='Manual with accumulator']+a[wood_heater='Manual without accumulator']+a[wood_heater='Auto feed pellet boiler']+a[wood_heater='Auto feed wood chip boiler']
NodeLocation: 256,56,1
NodeSize: 48,24
WindState: 2,126,131,552,406
ValueState: 2,745,34,416,303,0,MIDM
Variable Secondary_wood_emf
Title: Secondary wood EMF BAU
Description: Average PM emission factor for wood heating devices used as secondary heat sources based on:~
*PM emission factor for different types of secondary heaters~
*fraction of these heaters in secondary wood heating in Finland~
~
Data: Kavosenoja, Piltti-malli~
~
Assumption: secondary wood heaters are:~
*iron stoves~
*Other stove or oven~
*Open fireplace
Definition: var a:=Wh_frac[wood_heater='Iron stove']+Wh_frac[wood_heater='Masonry heater']+Wh_frac[wood_heater='Open fireplace'];~
a:=1/a;~
a:=Wh_frac*a*Wh_pm_emf;~
a[wood_heater='Iron stove']+a[wood_heater='Masonry heater']+a[wood_heater='Open fireplace']
NodeLocation: 256,128,1
NodeSize: 48,24
WindState: 2,130,122,496,508
ValueState: 2,96,314,416,303,0,MIDM
ReformVal: [Self,Wood_heater]
Att__TotalsIndex: Index Wood_heater
Close Pm2_5_emissions___ex
Module Claih1
Title: CLAIH
Author: vkoe
Date: 25. Octta 2011 11:15
DefaultSize: 48,24
NodeLocation: 560,88,1
NodeSize: 48,24
NodeInfo: 1,0,0,1,1,1,0,,0,
DiagState: 2,-3,0,550,524,17
Index Pollutant
{!40000|Att_PrevIndexValue: ['PM','Radon','Mold']}
Title: Pollutant
Definition: ['PM','Radon','Mold']
NodeLocation: 100,36,1
NodeSize: 52,12
Variable Mort_erf_claih
Title: Mortality ERF Claih
Description: Exposure-response functions for mortality, defined as relative risk (RR)~
~
This node is used if the ERF differs between age groups~
~
*Relative risk =1 if there is no known dependence between the studied exposure and a particular cause of death~
*Absolute risk = 0 If there is no known dependence between the studied exposure and a particular cause of death
Definition: Table(Age,Sex,Erf_type,Mort_endpoint_bioher,Pollutant)(~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0,~
0,0,0~
)
NodeLocation: 96,48,1
NodeSize: 48,24
WindState: 2,125,89,476,532
DefnState: 2,365,144,498,534,0,MIDM
ValueState: 2,152,162,511,641,0,MIDM
NodeColor: 65535,52427,57888
ReformDef: [Mort_endpoint_bioher,Age]
ReformVal: []
{!40000|Att_ResultSliceState: [Sex,1,Erf_type,1,Run,21,Pollutant,1,Age,1,Mort_endpoint,1]}
{!40000|Att_EditSliceState: [Sex,1,Erf_type,2,Pollutant,3,Age,1,Mort_endpoint_bioher,1]}
Index Pm_source
Title: PM source
Description: Small power plants: <50 MW thermal capacity~
Large power plants: >50 MW thermal capacity)
Definition: ['Domestic','Small power plant','Large power plant']
NodeLocation: 96,36,1
NodeSize: 48,12
WindState: 2,98,90,476,326
DisplayOutputs: Variable Domwood_pm_emis
Module Building_stock
Title: Building stock
Author: vkoe
Date: 15. Janta 2009 6:55
DefaultSize: 48,24
NodeLocation: 120,168,1
NodeSize: 48,24
DiagState: 2,85,92,796,571,17
NodeColor: 52427,63897,65535
Index Building_type
{!40000|Att_PrevIndexValue: ['Detached house','Row house','Apartment building']}
Title: Building type
Definition: ['Detached house','Row house','Apartment building']
NodeLocation: 320,192,1
NodeSize: 48,12
DisplayOutputs: Variable Domwood_pm_emis
Variable Bs_current
Title: Current building stock
Description: ~
~
Cbs_heat_sys*House_energy_efficie
Definition: var a:=Cbs_age*Heat_system_by_year;~
a:=a/sum(a,const_year);~
a:=a*Cbs_heat_sys;~
a/sum(a,const_year);~
a*Bs_energy_effic_cur
NodeLocation: 320,152,1
NodeSize: 48,28
WindState: 2,147,104,590,431
ValueState: 2,152,250,643,292,1,MIDM
ReformVal: [Const_year,Heat_sys_prim]
Att__TotalsIndex: Index Building_type, Index Energy_class, Index Heat_sys_prim, Decision Const_year
{!40000|Att_ResultSliceState: [Energy_class,1,Building_type,1,Heat_sys_prim_orig,2,Const_year,6]}
Variable Cbs_heat_sys
Title: Current heat systems
Units: m2
Description: Current building stock by heating type, floor area
Definition: Table(Building_type,Heat_sys_prim)(~
9.75642M,37.696145M,29.872312M,67.265322M,3.603349M,2.730025M,~
15.113361M,7.525292M,200.314K,9.247771M,47.74K,146.664K,~
77.47528M,9.553845M,347.294K,1.318741M,19.602K,549.336K~
)
NodeLocation: 200,96,1
NodeSize: 48,24
WindState: 2,916,530,476,224
DefnState: 2,468,482,692,303,0,MIDM
ValueState: 2,287,185,719,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Building_type,Heat_sys_prim]
ReformVal: [Heat_sys_prim,Building_type]
Att__TotalsIndex: Index Building_type, Index Heat_sys_prim
{!40000|Att_ResultSliceState: [Building_type,2,Heat_system,1]}
{!40000|Att_EditSliceState: [Heat_system,4,Area1,1,Building_type,1]}
Index Energy_class
{!40000|Att_PrevIndexValue: ['Traditional','Current standard','Low-energy','Passive house']}
Title: Energy class
Definition: ['Traditional','Current standard','Low-energy','Passive house']
NodeLocation: 320,88,1
NodeSize: 48,12
Variable Bs_energy_effic_cur
Title: Current building stock energy efficiency
Description: Fraction of current building stock in different energy efficiency classes by building heating type
Definition: Table(Building_type,Energy_class,Const_year)(~
1,1,1,1,1,1,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0,~
1,1,1,1,1,1,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0,~
1,1,1,1,1,1,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0~
)
NodeLocation: 320,48,1
NodeSize: 48,32
DefnState: 2,372,116,661,303,0,MIDM
ValueState: 2,328,338,702,260,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Energy_class]
{!40000|Att_ResultSliceState: [Building_type,1,Heating_system,2,Energy_class,1,Subsidies_for_energy,1]}
{!40000|Att_EditSliceState: [Building_type,1,Const_year,1,Energy_class,1]}
Variable Cbs_age
Title: Current building stock age
Units: m2
Description: Current building stock by age, floor area
Definition: Table(Building_type,Const_year)(~
40.802288M,14.074485M,21.999879M,29.136341M,18.950781M,21.619076M,0,0,0,~
971.421K,1.911846M,7.63526M,11.476249M,5.729734M,4.282367M,0,0,0,~
16.235186M,15.83794M,23.525259M,12.025787M,10.825779M,9.934372M,0,0,0~
)
NodeLocation: 200,152,1
NodeSize: 48,24
DefnState: 2,340,354,787,302,0,MIDM
ValueState: 2,900,302,787,324,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Const_year,Building_type]
ReformVal: [Const_year,Building_type]
Att__TotalsIndex: Index Building_type, Decision Const_year
Variable Heat_system_by_year
Title: Heat system by year
Units: -
Description: Fraction of heat systems in new detached houses constructed in different decades (heat system selected when constructed)~
~
Ei kovin hyvä lähestymistapa sellaisenaan, koska yliarvioi öljylämmityksen osuutta ja aliarvioi erityisesti puulämmityksen osuutta (ei huomioi siirtymistä öljylämmityksestä muihin vaihtoehtoihin, aliarvioi puulämmityksen osuutta vanhassa rakennuskannassa (?)).
Definition: Table(Building_type,Heat_sys_prim,Const_year)(~
0.04,0.04,0.06,0.08,0.08,0.13,0.16,0.16,0.16,~
0.67,0.67,0.57,0.2,0.15,0.12,0.09,0.09,0.09,~
0.04,0.04,0.14,0.16,0.07000000000000001,0.05,0.05,0.05,0.05,~
0.25,0.25,0.23,0.53,0.66,0.59,0.54,0.54,0.54,~
100u,100u,100u,0.01,0.01,0.09,0.14,0.14,0.14,~
100u,100u,100u,0.02,0.03,0.02,0.02,0.02,0.02,~
0.28,0.31,0.33,0.46,0.5600000000000001,0.59,0.59,0.59,0.59,~
0.6,0.59,0.58,0.16,0.19,0.09,0.09,0.09,0.09,~
0,0,0,0.01,0,0,0,0,0,~
0.13,0.11,0.09,0.37,0.25,0.31,0.31,0.31,0.31,~
100u,100u,100u,100u,100u,0.01,0.01,0.01,0.01,~
100u,100u,100u,100u,100u,100u,100u,100u,100u,~
0.72,0.72,0.72,0.91,0.96,0.98,0.98,0.98,0.98,~
0.28,0.28,0.28,0.06,0.03,0.02,0.02,0.02,0.02,~
1m,1m,1m,1m,1m,1m,1m,1m,1m,~
0,0,0,0.03,0.01,0,0,0,0,~
100u,100u,100u,100u,100u,100u,100u,100u,100u,~
100u,100u,100u,0.02,0.03,0.02,0.02,0.02,0.02~
)
NodeLocation: 200,40,1
NodeSize: 48,24
WindState: 2,98,90,476,430
DefnState: 2,275,25,676,268,0,MIDM
ValueState: 2,473,161,767,263,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Heat_sys_prim,Const_year]
ReformVal: [Const_year,Heat_sys_prim]
Att__TotalsIndex: Index Heat_sys_prim, Decision Const_year
{!40000|Att_ResultSliceState: [Building_type,1,Heat_system,1,Const_year,1]}
{!40000|Att_EditSliceState: [Building_type,1,Const_year,1,Heat_sys_prim,1]}
Module Mo2
Author: vkoe
Date: 8. Febta 2011 9:41
DefaultSize: 48,24
NodeLocation: 88,592,1
NodeSize: 48,24
NodeInfo: 1,0,1,1,1,1,0,,0,
DiagState: 1,384,175,550,300,17
Index Efficiency_renovatio
{!40000|Att_PrevIndexValue: ['Traditional','Current standard','Low-energy','Passive house']}
Title: Efficiency renovation
Definition: copyindex(Energy_class)
NodeLocation: 96,88,1
NodeSize: 48,16
Variable Efficiency_renovati1
Title: Efficiency renovations
Description: m2 renovated annually from one energy class to another
Definition: Table(Energy_class,Efficiency_renovatio)(~
0,50,0,0,~
0,0,50,0,~
0,0,0,50,~
0,0,0,0~
)
NodeLocation: 96,48,1
NodeSize: 48,24
DefnState: 2,344,354,595,319,0,MIDM
ValueState: 2,594,132,551,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Efficiency_renovatio,Energy_class]
ReformVal: [Efficiency_renovatio,Energy_class]
{!40000|Att_ResultSliceState: [Subsidies_for_energy,1,Efficiency_renovatio,1,Energy_class,1]}
{!40000|Att_EditSliceState: [Subsidies_for_energy,1,Efficiency_renovatio,1,Energy_class,1]}
Variable Energy_fractions_of_
Title: Energy fractions of new buildings
Definition: Table(Building_type,Energy_class,Heat_sys_prim)(~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0~
)
NodeLocation: 336,112,1
NodeSize: 48,29
DefnState: 2,345,404,648,303,0,MIDM
ValueState: 2,504,514,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Energy_class,Heat_sys_prim]
ReformVal: [Energy_class,Heat_sys_prim]
Variable Future_building_stoc
Title: Future building stock
Definition: var a:= Bs_current;~
var b:= sum(Efficiency_renovati1,Energy_class)[Efficiency_renovatio=Energy_class];~
a:= a +b*a/sum(a,Heat_sys_prim);~
b:= sum(Efficiency_renovati1,Efficiency_renovatio);~
a:= a -b*a/sum(a,Heat_sys_prim);~
~
b:= sum(Heating_renovations,Heat_sys_prim)[Heating_renovation=Heat_sys_prim];~
a:= a +b*a/sum(a,Energy_class);~
b:= sum(Heating_renovations,Heating_renovation);~
a:= a -b*a/sum(a,Energy_class);~
~
a +New_buildings*Energy_fractions_of_
NodeLocation: 224,48,1
NodeSize: 48,24
WindState: 2,117,88,574,521
ValueState: 2,141,350,758,303,0,MIDM
ReformVal: [Heat_sys_prim,Energy_class]
Att__TotalsIndex: Index Energy_class, Index Heat_sys_prim
{!40000|Att_ResultSliceState: [Building_type,2,Const_year,3,Energy_class,1,Heat_system,1]}
Variable Heating_renovations
Title: Heating renovations
Description: m2 renovated annually from one heating system to another
Definition: Table(Heat_sys_prim,Heating_renovation)(~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0~
)
NodeLocation: 96,136,1
NodeSize: 48,24
DefnState: 2,88,98,646,303,0,MIDM
ValueState: 2,648,67,505,318,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Heating_renovation,Heat_sys_prim]
ReformVal: [Heating_renovation,Heat_sys_prim]
{!40000|Att_EditSliceState: [Decision_on_heat_pro,2,Building_type,1,Heating_renovation,1,Heating_system,1]}
Index Heating_renovation
{!40000|Att_PrevIndexValue: ['District','Light oil','Wood','Electricity','Geothermal','Other']}
Title: Heating renovation
Definition: Copyindex(Heat_sys_prim)
NodeLocation: 96,176,1
NodeSize: 48,16
Variable New_buildings
Title: New buildings
Units: m2
Definition: Table(Building_type,Heat_sys_prim)(~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0~
)
NodeLocation: 336,48,1
NodeSize: 48,24
DefnState: 2,248,258,607,303,0,MIDM
ValueState: 2,488,498,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Heat_sys_prim,Building_type]
ReformVal: [Building_type]
{!40000|Att_EditSliceState: [Building_type,1,Decision_on_heat_pro,2,Area1,1,Heating_system,1]}
Close Mo2
Objective Bs_devel
Title: Building stock development
Definition: Bs_current-Bs_loss+Bs_new
NodeLocation: 320,288,1
NodeSize: 48,28
DefnState: 2,716,306,416,303,0,MIDM
ValueState: 2,118,366,785,303,0,MIDM
ReformVal: [Const_year,Heat_sys_prim]
DisplayOutputs: Variable Domwood_pm_emis
Att__TotalsIndex: Index Building_type, Index Energy_class, Index Heat_sys_prim, Decision Const_year
{!40000|Att_ResultSliceState: [Building_type,0,Energy_class,0,Fu_period_claih,2,Heat_system,1,Const_year,1]}
Variable New_build
Title: Annual new buildings
Units: m2/a
Description: Uudisrakentaminen korvaa poistuman. Lisäksi asumisväljyys kasvaa nykyisestä 39 m2/hlö ollen vuonna 2050 n. 50 m2/hlö. Oletus on, että asumisväljyys kasvaa lineaarisesti, eli n. 0.275 m2/hlö vuosittain. Asukasmäärän muutoksia ei oteta tässä nyt huomioon.~
Definition: Building_stock_loss+sum(Bs_current, const_year, energy_class, Heat_sys_prim)*0.007
NodeLocation: 552,288,1
NodeSize: 48,24
WindState: 2,61,86,476,224
ValueState: 2,413,177,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Building_stock_loss
Title: Annual building stock loss
Units: m2/year
Description: Vuosittainen poistuma on n. 0.3% koko rakennuskannasta vuosien 2010-2019 välillä. Poistuman voidaan olettaa kohdistuvan yli 50 vuotta vanhoihin rakennuksiin.
Definition: sum(Bs_current, const_year, energy_class, Heat_sys_prim)*0.003
NodeLocation: 88,288,1
NodeSize: 48,24
WindState: 2,422,466,476,224
ValueState: 2,247,191,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformVal: [Heat_sys_prim,Building_type]
Att__TotalsIndex: Index Building_type
Variable Building_stock_loss1
Title: Building stock loss fraction
Definition: Table(Energy_class,Const_year,Fu_period)(~
1,2,2.5,3,3+(1/3),3+(1/3)+(1/4),~
0,0,0.5,1,1+(1/3),1+(1/3)+(1/4),~
0,0,0,0,(1/3),(1/3)+(1/4),~
0,0,0,0,0,1/4,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0~
)
NodeLocation: 88,352,1
NodeSize: 48,24
DefnState: 2,244,57,648,303,0,MIDM
ValueState: 2,409,120,732,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Fu_period,Const_year]
ReformVal: [Const_year]
Att__TotalsIndex: Decision Const_year
{!40000|Att_EditSliceState: [Energy_class,1,Const_year,1]}
Variable Bs_loss
Title: Building stock loss
Definition: var a:=Bs_current;~
var b:=sum(a, Heat_sys_prim);~
b:= if b = 0 then 1 else b;~
b:=a/b;~
~
Building_stock_loss1*b*Building_stock_loss*5
NodeLocation: 200,288,1
NodeSize: 48,24
ValueState: 2,117,223,589,334,0,MIDM
ReformVal: [Heat_sys_prim,Const_year]
Att__TotalsIndex: Index Heat_sys_prim, Decision Const_year
{!40000|Att_ResultSliceState: [Building_type,1,Energy_class,1,Fu_period,6,Const_year,1,Heat_system,1]}
Variable New_building_energy
Title: New building heat fraction
Definition: (Bs_current[Const_year='2000',energy_class='Traditional'])/sum((Bs_current[Const_year='2000',energy_class='Traditional']),Heat_sys_prim)
NodeLocation: 552,352,1
NodeSize: 48,24
WindState: 2,305,250,476,224
DefnState: 2,40,100,1062,303,0,MIDM
ValueState: 2,88,98,706,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Const_year]
ReformVal: [Heat_sys_prim,Building_type]
{!40000|Att_EditSliceState: [Const_year,7,Building_type,2,Energy_class,1,Heat_system,1]}
Variable New_building_energy_
Title: New building energy fraction
Definition: Table(Energy_class,Const_year)(~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,1,1,1,~
0,0,0,0,0,0,0,0,0,~
0,0,0,0,0,0,0,0,0~
)
NodeLocation: 552,408,1
NodeSize: 48,24
DefnState: 2,120,130,765,303,0,MIDM
ValueState: 2,120,130,789,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Energy_class,Const_year]
ReformVal: [Energy_class,Const_year]
Variable Bs_new
Title: Building stock new
Definition: New_build*5*New_building_energy*New_building_energy_*Help1
NodeLocation: 440,288,1
NodeSize: 48,24
ValueState: 2,138,244,809,303,0,MIDM
ReformVal: [Const_year,Heat_sys_prim]
Att__TotalsIndex: Index Heat_sys_prim
{!40000|Att_ResultSliceState: [Building_type,1,Energy_class,2,Fu_period,7,Heat_system,1,Const_year,1]}
Variable Help1
Title: help
Definition: Table(Const_year,Fu_period)(~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
1,2,2,2,2,2,~
0,0,1,2,2,2,~
0,0,0,0,1,2~
)
NodeLocation: 656,288,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
DefnState: 2,217,227,692,303,0,MIDM
ReformDef: [Fu_period,Const_year]
Variable Heat_system_renovati
Title: Heat system renovations
Definition: 0
NodeLocation: 320,352,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Energy_efficiency_re
Title: Energy efficiency renovations
Definition: 0
NodeLocation: 320,408,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Va1
Definition: var a:=Cbs_heat_sys[building_type='Detached house'];~
a/sum(a, heat_sys_prim)
NodeLocation: 80,96,1
NodeSize: 48,24
ValueState: 2,328,724,416,303,0,MIDM
Close Building_stock
Index Heat_sys_prim
{!40000|Att_PrevIndexValue: ['District','Light oil','Wood','Electricity','Geothermal','Other']}
Title: Prim heat sys
Definition: ['District','Light oil','Wood','Electricity','Geothermal','Other']
NodeLocation: 208,352,1
NodeSize: 56,12
WindState: 2,98,90,476,256
DisplayOutputs: Variable Domwood_pm_emis
Decision Dec_build_heat
Title: Building heating system
Definition: ['BAU']
NodeLocation: 112,56,1
NodeSize: 48,28
Decision Dec_dh_prod
Title: District heat production
Definition: ['BAU']
NodeLocation: 336,56,1
NodeSize: 48,28
Decision Dec_build_ef
Title: Building energy efficiency
Definition: ['BAU']
NodeLocation: 224,56,1
NodeSize: 48,28
WindState: 2,102,90,476,224
Module Household_heating_co
Title: Cost from household heating
Author: vkoe
Date: 15. Janta 2009 6:55
DefaultSize: 48,24
NodeLocation: 392,312,1
NodeSize: 48,29
NodeInfo: 1,1,1,1,1,1,0,,0,
DiagState: 1,153,62,646,476,17
Variable Costs_from_energy_pr
Title: Cost from district heating infrastructure
Definition: 0
NodeLocation: 456,96,1
NodeSize: 48,32
Variable Cost_heat_renov
Title: Cost of heating renovation
Units: e
Definition: Cost_of_new_heat__s+Value_of_old_heat__s
NodeLocation: 320,296,1
NodeSize: 48,24
DefnState: 2,129,535,669,303,0,MIDM
ValueState: 2,88,98,665,303,0,MIDM
NodeColor: 19661,48336,65535
ReformDef: [Heat_sys_prim,Heating_renovation]
ReformVal: [Heat_sys_prim,Heating_renovation]
{!40000|Att_ResultSliceState: [Building_type,2,Heating_renovation,1,Heating_system,1]}
Variable Costs_from_energy_co
Title: Cost from household heating
Units: e/m2
Definition: {Operating cost:}~
var a:= Q_heat_purchase*Energy_price*Fu_time;~
~
{Investment cost:}~
var b:= (Cost_heat_renov+Cost_effic_renov)/Size_single_family_h/Fu_time;~
~
a+b
NodeLocation: 456,296,1
NodeSize: 48,24
WindState: 2,430,168,476,313
ValueState: 2,450,197,582,378,0,MIDM
ReformVal: [Efficiency_renovatio,Heat_sys_prim]
{!40000|Att_ResultSliceState: [Building_type,1,Energy_class,2,Citizen__household_h,2,Heating_system,2,Efficiency_renovatio,2]}
Variable Energy_price
Title: Energy price
Units: e/kWh
Definition: Table(Heat_sys_prim)(~
0.04670000000000001,0.06800000000000001,0.023,0,0.077,0)
NodeLocation: 456,224,1
NodeSize: 48,24
WindState: 2,102,90,476,224
DefnState: 2,344,354,416,303,0,MIDM
ValueState: 2,472,482,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Cost_effic_renov
Title: Cost of energy effic. renovation
Units: e
Definition: Table(Efficiency_renovatio,Energy_class)(~
0,0,0,0,~
100,0,0,0,~
200,100,0,0,~
300,200,100,0~
)
NodeLocation: 320,352,1
NodeSize: 48,23
DefnState: 2,440,450,591,204,0,MIDM
ValueState: 2,408,418,562,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Energy_class,Efficiency_renovatio]
ReformVal: [Efficiency_renovatio,Energy_class]
Variable Size_single_family_h
Title: Building size
Units: m2
Definition: 120
NodeLocation: 320,240,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Value_of_old_heat__s
Title: Value of old heat. system
Units: e
Definition: var a:= Original_value-(Original_value/Life_scale*Age_heat_syst);~
~
if isnan(a)=1 then 0 else a~
NodeLocation: 208,320,1
NodeSize: 48,24
WindState: 2,554,110,476,224
ValueState: 2,152,162,416,303,0,MIDM
Variable Cost_of_new_heat__s
Title: Cost of new heat. system
Definition: Table(Heating_renovation,Heat_sys_prim)(~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
0,0,0,0,0,0,~
1000,1000,1000,1000,1000,1000,~
0,0,0,0,0,0~
)
NodeLocation: 208,264,1
NodeSize: 48,24
DefnState: 2,152,162,673,303,0,MIDM
ValueState: 2,208,522,774,244,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Heating_renovation,Heat_sys_prim]
ReformVal: [Heating_renovation,Heat_sys_prim]
Variable Age_heat_syst
Title: Heat. system age
Units: a
Definition: Table(Heat_sys_prim)(~
0,10,0,0,0,0)
NodeLocation: 96,320,1
NodeSize: 48,24
ValueState: 2,56,66,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Life_scale
Title: Heat system life cycle
Units: a
Definition: Table(Heat_sys_prim)(~
0,20,0,0,0,0)
NodeLocation: 96,376,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Original_value
Title: Heat. system original value
Units: e
Definition: Table(Heat_sys_prim)(~
0,1000,0,0,0,0)
NodeLocation: 96,264,1
NodeSize: 48,24
ValueState: 2,584,594,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Co2_price
Title: CO2 market price
Units: e/t
Definition: 13.8
NodeLocation: 568,88,1
NodeSize: 48,24
Variable Fu_time
Title: Followup time
Definition: 10
NodeLocation: 456,368,1
NodeSize: 48,24
Close Household_heating_co
Objective Total_heat_purchase
Title: Total heat purchase by heating type
Units: kWh/a
Definition: sum(Bs_devel*Q_heat_purchase, Const_year, Building_type, Energy_class)
NodeLocation: 256,144,1
NodeSize: 52,28
WindState: 2,258,192,476,224
ValueState: 2,114,195,627,306,0,MIDM
ReformVal: [Heat_sys_prim]
{!40000|Att_ResultSliceState: [Building_type,2,Const_year,1,Heat_system,1]}
Variable Exposure_mold
Title: Exposure to mold and dampness
Description: Fraction of exposed population
Definition: 15/100
NodeLocation: 208,240,1
NodeSize: 48,24
Variable Erf_mold
Title: ERF mold and asthma
Description: OR= 1.56 ~
~
RR=OR/(1-CR+(CR*OR))~
~
Asthma prevalence in Finland: 8%
Definition: 1.56/(1-0.08+(0.08*1.56))
NodeLocation: 96,240,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Exposure_radon
Title: Exposure to radon
Units: Bq/m3
Definition: 120
NodeLocation: 208,296,1
NodeSize: 48,24
Variable Erf_radon_lc
Title: ERF radon and lung cancer
Units: RR per Bq/m3
Definition: exp(ln(1.16)/100)
NodeLocation: 96,352,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Erf_pm_rad
Title: ERF PM2.5 and RAD
Units: / 10 ug3
Description: AR, 15-64 years old
Definition: 0.902
NodeLocation: 96,296,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Erf_pm_cb
Title: ERF PM2.5 and chronic bronchitis
Units: / 1 ug3
Description: AR, >27 years old
Definition: 5.33E-05
NodeLocation: 96,408,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Module Personal_exposure_pm
Title: Exposure to indoor PM2.5
Author: vkoe
Date: 8. Febta 2011 9:41
DefaultSize: 48,24
NodeLocation: 392,144,1
NodeSize: 48,28
DiagState: 2,32,26,700,485,17
NodeColor: 52427,63897,65535
Variable Combustion_time
Title: Combustion time
Units: h
Description: NEEDS: The combustion time. Thus, how long the wood is burned. One hour was used in scenario 4b, Table 5.5 (pages 154-155).~
~
LAMA: combustion time is 24h/day because source strenght is averaged assuming a given burn time
Definition: 24
NodeLocation: 432,112,1
NodeSize: 48,24
WindState: 2,345,106,476,224
NodeColor: 65535,52427,57888
Variable Emission_factor_
Title: Emission factor (R)
Units: ug/h
Description: NEEDS: Total PM10 emission (outdoor+indoor) is 7118750 ug/h for each hour of burning~
~
LAMA model: an average daily emission rate of PM2.5 to indoors is 2690 ug/h assuming a given burn time in a day
Definition: 2690
NodeLocation: 432,56,1
NodeSize: 48,24
NodeColor: 65535,52427,57888
Variable Removal_factor_1
Title: Removal factor (R)
Units: -
Description: Removal factor describes the amount of pollutant that is removed through chimney. Value 0 means that all the emissions are emitted to indoor and 1 means that all the emissions emitted outdoor. The NEEDS report desctibes in page 157 that R is probably more than 0.99, possibly even 0.999.~
~
The value 0.99 was used in Scenrio 4b.~
~
0.999 is used here, because it results in concentrations comparable to the LAMA model approach
Definition: .999
NodeLocation: 432,168,1
NodeSize: 48,24
NodeColor: 65535,52427,57888
Variable Pm_decay_rate
Title: PM2.5 decay rate
Units: /h
Description: Removal rate(deposition rate) describes the removal of PM from indoor air. The value used here (0.5) is from the NEEDS report (page 154, Table 5.4).~
~
LAMA model PM2.5 decay rate = normal(0.39, 0.09)
Definition: 0.39
NodeLocation: 200,176,1
NodeSize: 48,24
NodeColor: 65535,52427,57888
Variable Aeration_rate
Title: Building aeration rate
Units: 1/h
Description: Aeration rate is air exchange rate. Thus, how fast the air exchange. The value 1 id from NEEDS report.~
~
Aeration rate is assumed to be the sum of air exchange and air leak rate. AIr exchange should be 0.5/h~
~
Air_leak_factor+0.5
Definition: Air_leak_factor+0.5
NodeLocation: 312,176,1
NodeSize: 48,24
WindState: 2,785,103,476,224
ValueState: 2,282,233,615,303,0,MIDM
NodeColor: 65535,52427,57888
ReformVal: [Energy_class,Const_year]
Variable Pm_emis_indoor
Title: PM2.5 indoor emission
Units: ug
Description: Primary PM2.5 emissions to indoor air from domestic wood combustion.~
~
Emission_factor_*Combustion_time*(1-Removal_factor_1)~
~
Emission_factor_*Combustion_time*365~
~
Definition: Domwood_pm_emis*(1-Removal_factor_1)*1000
NodeLocation: 432,256,1
NodeSize: 48,24
WindState: 2,311,104,476,339
DefnState: 2,47,32,416,303,0,MIDM
ValueState: 2,182,99,619,303,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Energy_class,Const_year]
Att__TotalsIndex: Index Energy_class, Decision Const_year
{!40000|Att_ResultSliceState: [Fu_period,3,Const_year,1,Energy_class,1]}
Variable Volume_finland
Title: Wood heated building volume
Units: m3
Description: Total volume of wood heated houses in Finland. Average height assumed to be 2.5 m.~
~
sum(Build_stock_current[Heat_system='Wood'], building_type)*2.5
Definition: sum(Bs_devel[Heat_sys_prim='Wood'], building_type)*2.5
NodeLocation: 80,256,1
NodeSize: 48,24
WindState: 2,533,48,476,224
ValueState: 2,280,290,596,303,0,MIDM
ReformVal: [Energy_class,Const_year]
Variable Volume_indoor1
Title: Volume indoor
Units: m3
Description: This node applies to lower part of NEEDS report equation 1 from page 84.
Definition: (Aeration_rate+Pm_decay_rate)*24*365*Volume_finland
NodeLocation: 200,256,1
NodeSize: 48,24
WindState: 2,180,757,476,224
ValueState: 2,538,219,499,303,0,MIDM
ReformVal: [Energy_class,Const_year]
Variable Average_concentratio
Title: PM2.5 indoor concentration
Units: ug/m3
Description: Average indoor concentration of PM2.5 in year 2000 due to domestic wood combustion in different houses.
Definition: var a:=Pm_emis_indoor/Volume_indoor1;~
a:=if Volume_indoor1=0 then 0 else a;~
a~
NodeLocation: 312,256,1
NodeSize: 48,24
WindState: 2,439,71,476,283
ValueState: 2,146,62,521,303,0,MIDM
NodeColor: 65535,19661,38773
ReformVal: [Energy_class,Const_year]
{!40000|Att_ResultSliceState: [Fu_period,1,Const_year,1,Energy_class,1]}
Variable Pop_frac_indoor_pm
Title: Fraction of exposed population
Description: The fraction of population exposed to wood smoke PM2.5 in different housing conditions.~
~
Based on the fraction of wood heated building stock from the whole building stock.
Definition: var a:=sum(Bs_devel,building_type);~
a[Heat_sys_prim='Wood']/sum(a,Heat_sys_prim,const_year,energy_class)~
NodeLocation: 432,376,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
WindState: 2,128,50,762,314
ValueState: 2,403,200,545,303,0,MIDM
NodeColor: 65535,52427,57888
ReformVal: [Energy_class,Const_year]
Att__TotalsIndex: Index Energy_class, Decision Const_year
{!40000|Att_ResultSliceState: [Fu_period,1,Const_year,1,Energy_class,1]}
Variable Population_average_e
Title: Pop average indoor conc
Units: ug/m3
Description: This node estimates population average exposure for domestic wood combustion generated PM2.5 emiddions through indoor. Thus, if only 14% of people are exposed to PM2.5in recreational building, then population average exposure is 14% of total exposure.
Definition: sum(Average_concentratio*Pop_frac_indoor_pm,energy_class, const_year)
NodeLocation: 312,376,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
WindState: 2,129,81,476,224
ValueState: 2,451,126,416,303,0,MIDM
ReformVal: [Energy_class,Const_year]
Variable Domwood_pm_emis
Title: Dom wood comb PM2.5 emission
Definition: ({Pm_emf}*((sum(Bs_devel*Q_heat_purchase, Building_type))*3.6))[Heat_sys_prim='Wood', Pm_source='DOM']
NodeLocation: 552,256,1
NodeSize: 48,24
WindState: 2,310,661,476,224
DisplayInputs: Index Pm_source, Index Building_type, Objective Bs_devel, Index Heat_sys_prim, Variable Q_heat_purchase
Close Personal_exposure_pm
Module Personal_exposure_to
Title: Personal exposure to PM2.5
Author: vkoe
Date: 10. Febta 2011 12:43
DefaultSize: 48,24
NodeLocation: 392,216,1
NodeSize: 48,29
DiagState: 2,138,258,715,459,17
NodeColor: 52427,63897,65535
Index Microenv
{!40000|Att_PrevIndexValue: ['Outdoor','Home','Work','Other indoor','Traffic']}
Title: Microenv
Definition: ['Outdoor','Home','Work','Other indoor','Traffic']
NodeLocation: 488,80,1
NodeSize: 48,12
WindState: 2,98,90,476,227
Variable Time_use
Title: Pop average time use
Definition: Table(Microenv)(~
2/24,12/24,8/24,1/24,1/24)
NodeLocation: 488,48,-3
NodeSize: 48,24
WindState: 2,98,90,476,224
DefnState: 2,734,677,357,204,0,MIDM
Variable Pm_home
Title: PM2.5 home
Description: Outdoor air infiltration + average from indoor air sources
Definition: var a:=Pm_outdoor*Pm_infiltration;~
~
if Heat_sys_prim = 'Wood' then a+Average_concentratio else a
NodeLocation: 328,160,1
NodeSize: 48,24
WindState: 2,907,709,489,224
ValueState: 2,216,582,637,303,0,MIDM
ReformVal: [Energy_class,Const_year]
{!40000|Att_ResultSliceState: [Heat_system,3,Fu_period,1,Const_year,1,Energy_class,1]}
Variable Pm_outdoor
Title: Pop average PM2.5 outdoor exp
Units: ug/m3
Description: Pop average exposure from all outdoor sources~
~
Traffic~
Domestic wood combustion~
Power plants~
Industry~
Agriculture~
Long range transport~
Other
Definition: 10
NodeLocation: 328,56,1
NodeSize: 48,29
Variable Pm_work
Title: PM2.5 Work
Definition: Pm_outdoor*Pm_infiltration
NodeLocation: 328,216,1
NodeSize: 48,24
Variable Traffic_pm_ef
Title: Traffic enrich factor
Definition: 2.5
NodeLocation: 328,272,1
NodeSize: 48,24
Variable Building_pm_penet
Title: Building PM2.5 penetration
Description: Building penetration factor for PM2.5~
~
LAMA: normal(1, 0.06)
Definition: 1
NodeLocation: 96,160,1
NodeSize: 48,24
Variable Pm_infiltration
Title: PM2.5 infiltration
Definition: (Building_pm_penet*Aeration_rate)/(Aeration_rate+Pm_decay_rate)
NodeLocation: 208,160,1
NodeSize: 48,24
Index Pm_outdoor_source
Title: PM outdoor source
Definition: ['Traffic','Domestic combustion','Power plants','Industry','Long range tran']
NodeLocation: 328,96,1
NodeSize: 48,16
WindState: 2,1075,100,476,224
Variable Pm2_5_concentration
Title: PM2.5 conc microenv
Units: ug/m3
Definition: Table(Microenv)(~
Pm_outdoor,Pm_home,Pm_work,Pm_work,Pm_outdoor*Traffic_pm_ef)
NodeLocation: 488,152,1
NodeSize: 48,24
DefnState: 2,1154,634,416,303,0,MIDM
ValueState: 2,654,463,505,361,0,MIDM
ReformVal: [Const_year]
{!40000|Att_ResultSliceState: [Energy_class,1,Heat_system,1,Microenv,2,Const_year,1,Fu_period,1]}
Variable Pers_pm
Title: Personal PM2.5 exposure
Definition: sum(Pm2_5_concentration*Time_use, microenv)
NodeLocation: 488,216,1
NodeSize: 48,24
ValueState: 2,925,650,627,303,0,MIDM
ReformVal: [Const_year]
{!40000|Att_ResultSliceState: [Energy_class,3,Heat_system,3,Const_year,1,Fu_period,1]}
Variable Building_type_pop_fr
Title: Building type pop Frac
Definition: var a:=Bs_devel;~
a/sum(a,const_year,energy_class,Heat_sys_prim,building_type)
NodeLocation: 608,272,1
NodeSize: 48,24
ValueState: 2,157,656,652,303,0,MIDM
ReformVal: [Building_type]
Variable Pop_aver_personal_pm
Title: Pop aver pers PM2.5 exposure
Definition: sum(Pers_pm*Building_type_pop_fr, Const_year, building_type, Heat_sys_prim,energy_class)
NodeLocation: 488,272,1
NodeSize: 48,24
ValueState: 2,273,287,416,303,0,MIDM
Close Personal_exposure_to
Variable Q_heat_purchase
Title: Unit energy purchase
Units: kWh/m2/a
Description: Heat purchased for a building
Definition: var a:=sum(Q_space_heating+Q_water_heating,month);~
~
a:=if Heat_sys_prim = 'Electricity' then a[heat_dist='Electric radiator'] else a[heat_dist='Water radiator'];~
~
a/Hs_efficiency~
NodeLocation: 296,408,1
NodeSize: 48,24
WindState: 2,120,235,476,260
ValueState: 2,369,248,516,488,0,MIDM
NodeColor: 65535,19661,50247
ReformVal: [Building_type,Const_year]
DisplayOutputs: Variable Domwood_pm_emis
{!40000|Att_ResultSliceState: [Energy_class,3,Fu_period,1,Heat_sys_prim,1,Heat_source,1,Const_year,7,Building_type,1]}
Close Claih1
Module Total_heat_consumpti
Title: Heat purchase
Author: vkoe
Date: 25. Octta 2011 11:15
DefaultSize: 48,24
NodeLocation: 128,96,1
NodeSize: 52,28
DiagState: 2,120,78,580,483,17
NodeColor: 52427,65535,65535
Module Building_heat_consum
Title: Building ~
unit heat consumption
Author: vkoe
Date: 1. Febta 2011 9:55
DefaultSize: 48,24
NodeLocation: 112,280,1
NodeSize: 52,28
NodeInfo: 1,0,1,1,1,1,0,,0,
DiagState: 2,33,9,1151,623,17
NodeColor: 52427,63897,65535
Variable Q_space_heating
Title: Unit SH energy consumption
Units: kWh/m2/month
Description: Tästä pitää vielä vähentää poistoilmalämpöpumpun varaajan siirtämä ja tilojen lämmityksessä hyödynnetty energia (Q_lp_tilat)
Definition: (Q_conduction+Q_air_leak+Q_air_exchange-Q_internal_heat+Q_sh_system)/(Ground_floor_area*No_of_floors)
NodeLocation: 464,496,1
NodeSize: 48,29
WindState: 2,492,155,491,260
ValueState: 2,142,101,666,492,0,MIDM
NodeColor: 65535,19661,50247
ReformVal: [Const_year,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Heat_dist,1,Fu_period,1,Month,0,Const_year,1]}
Variable Q_water_heating
Title: Unit WH energy consumption
Units: kWh/m2/month
Description: a: lämpimän veden kulutus vuodessa per rakennus~
b: veden lämmitykseen kuluva netto energia~
~
Tästä pitää vielä vähentää poistoilmalämpöpumpun varaajan siirtämä ja veden lämmityksessä hyödynnetty energia
Definition: var a:= Hot_water_use/1000;~
var b:=1000*4.2*a*50/3600;~
~
(b{+Q_wh_system})/(Ground_floor_area*No_of_floors)
NodeLocation: 464,560,1
NodeSize: 48,29
WindState: 2,168,260,476,265
ValueState: 2,83,262,997,422,0,SAMP
NodeColor: 65535,19661,50247
ReformVal: [Const_year,Month]
Att__TotalsIndex: Index Month
Variable Q_conduction
Title: Conduction heat loss
Units: kWh/month
Description: Rakenteiden läpi johtuva lämpöenergia~
~
a: Rakennusosien yhteenlaskettu ominaislämpöhäviö (H_joht, W/K)
Definition: var a:=(A_outside_wall*U_outside_wall)+(A_roof*U_roof)+(Ground_floor_area*U_floor)+(A_window*U_window)+(A_outer_door*U_outer_door);~
~
a:=a*(Ts-Tu)*Time_period/1000;~
a
NodeLocation: 352,384,1
NodeSize: 48,24
WindState: 2,71,69,510,307
ValueState: 2,124,182,737,418,0,SAMP
NodeColor: 19661,48336,65535
ReformVal: [Const_year,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Fu_period,1,Month,1,Const_year,2]}
Variable Q_air_leak
Title: Air leak heat loss
Units: kWh/month
Description: a: air leak, vuotoilmavirta (m3/s), lasketaan:~
~
rakennuksen vuotoilmakerroin (1/h) * rakennuksen ilmatilavuus (m3) / 3600 (laatumuunnos m3/h > m3/s)~
~
b: air leak unit heat loss (W/K), lasketaan:~
~
(ilman tiheys (kg/m3) * ilman ominaislämpökapasiteetti (Ws/(kgK) * vuotoilmavirta (m3/s)
Definition: var a:= Air_leak_factor*(Ground_floor_area*Building_height)/3600; ~
var b:= 1.2*1000*a;~
~
b:=b*(Ts-Tu)*Time_period/1000;~
b
NodeLocation: 576,384,1
NodeSize: 48,24
WindState: 2,53,96,476,355
ValueState: 2,209,178,529,381,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Fu_period,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Const_year,7,Month,1,Fu_period,1]}
Variable Q_air_exchange
Title: Air exchange heat loss
Units: kWh/month
Description: ~
~
a: rakennuksen poistoilmavirta (m3/s), lasketaan:~
~
ominaispoistoilmavirran mukaan, tai vaihtoehtoisesti poistoilmakertoimeen perustuen:~
~
poistoilmakerroin (1/h) * rakennuksen ilmatilavuus (m3) / 3600 (laatumuunnos m3/h > m3/s)~
~
Keskimääränen poistoilmavirta lasketaan ilmanvaihtolaitteiston tehon ja käyntiajan pohjalta.~
~
b: ilmanvaihdon ominaislämpöhäviö (W/K)~
~
Building_input_data[Building_input='Floor area']
Definition: var a:=(Air_exchange*(Ground_floor_area*No_of_floors))/1000;~
~
var b:= 1.2*1000*a*(1-Eta_a);~
~
b:=(b*(Ts-Tu)*Time_period)/1000;~
~
b
NodeLocation: 464,384,1
NodeSize: 48,24
WindState: 2,595,89,476,506
ValueState: 2,124,341,674,382,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Const_year,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Const_year,7,Month,1,Fu_period,1]}
Chance Ts
Title: Indoor air temp
Units: Celsius
Description: Indoor air temperature~
~
Definition: Triangular(20, 21, 23)
NodeLocation: 352,320,1
NodeSize: 48,24
NodeColor: 1,65535,32766
Variable Tu
Title: Outdoor air temp
Units: Celsius
Description: Rakennusalan sijainnilla painotettu keskimääräinen kuukausittainen ulkolämpötila Suomessa. Perustuu keskimääräisiin mitattuihin lämpötiloihin eri alueilla 1971-2000 sekä ilmaston lämpenemisarvioon kaudelle 2010-2039. Lämpenemisarviot ovat vuodenaikakohtaisia, mutta keskimääräisiä koko Suomelle.~
Definition: var a:=Oa_temp_change/55;~
var b:=Fu_period-Start_year+25+2.5;~
a:=Oa_temp_loc+(a*b);~
sum(a*Building_loc, loc)
NodeLocation: 352,184,1
NodeSize: 48,24
WindState: 2,98,90,476,424
DefnState: 2,117,159,656,303,0,MIDM
ValueState: 2,178,556,817,303,0,MIDM
NodeColor: 19661,48336,65535
ReformDef: [Fu_period,Month]
ReformVal: [Fu_period,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Const_year,8,Month,1,Fu_period,1]}
Variable Time_period
Title: Time period
Units: h
Definition: Table(Month)(~
31*24,28*24,31*24,30*24,31*24,30*24,31*24,31*24,30*24,31*24,30*24,31*24)
NodeLocation: 352,240,1
NodeSize: 48,24
Chance A_outside_wall
Title: Outside wall area
Units: m2
Description: Assumptions: ~
~
Detached house width/lenght ratio = 1/1.5~
Row house width/lenght ratio = 1/6~
Appartment building width/lenght ratio = 1/3~
~
Table(Building_type)(~
(sqrt(Ground_floor_area/1.5)*5*Building_height)-A_window-A_outer_door,sqrt(Ground_floor_area/6)*14*Building_height-A_window-A_outer_door,sqrt(Ground_floor_area/3)*8*Building_height-A_window-A_outer_door)~
~
Definition: (sqrt(Ground_floor_area/1.5)*5*Building_height)-A_window-A_outer_door
NodeLocation: 240,320,1
NodeSize: 48,24
WindState: 2,181,184,616,496
DefnState: 2,375,713,416,303,0,MIDM
ValueState: 2,210,60,416,303,0,SAMP
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Const_year,Undefined,Undefined,Undefined,2]
Chance U_outside_wall
Title: Outside wall heat cond
Units: W/(m2K)
Definition: var a:=Building_input_data[Building_input='U wall'];~
Triangular(a*0.9, a*0.95, a)
NodeLocation: 128,320,1
NodeSize: 48,24
DefnState: 2,168,178,737,303,0,MIDM
ValueState: 2,300,118,416,303,0,MIDM
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,2]
Chance A_roof
Title: Roof area
Units: m2
Definition: Ground_floor_area
NodeLocation: 240,264,1
NodeSize: 48,24
ValueState: 2,495,39,581,303,0,SAMP
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Const_year,Undefined,Undefined,Undefined,2]
Chance U_roof
Title: Roof heat cond
Units: W/(m2K)
Definition: var a:=Building_input_data[Building_input='U roof'];~
Triangular(a*0.9, a*0.95, a)
NodeLocation: 128,264,1
NodeSize: 48,24
DefnState: 2,136,146,906,303,0,MIDM
ValueState: 2,322,214,416,303,0,MIDM
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,2]
Chance U_floor
Title: Floor heat cond
Units: W/(m2K)
Definition: var a:=Building_input_data[Building_input='U floor'];~
Triangular(a*0.9, a*0.95, a)
NodeLocation: 128,384,1
NodeSize: 48,24
DefnState: 2,200,210,947,303,0,MIDM
ValueState: 2,147,351,640,411,0,CONF
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,2]
Chance A_window
Title: Window area
Units: m2
Description: Assumption: Window area is 15% from the floor area.~
~
Definition: var a:=Building_input_data[Building_input='Window area'];~
a:=Triangular(a*0.9, a, a*1.1);~
a*Ground_floor_area*No_of_floors
NodeLocation: 240,200,1
NodeSize: 48,24
DefnState: 2,558,475,416,303,0,MIDM
ValueState: 2,212,226,480,303,0,CONF
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Undefined,2]
Chance U_window
Title: Window heat cond
Units: W/(m2K)
Definition: var a:=Building_input_data[Building_input='U window'];~
Triangular(a*0.9, a*0.95, a)
NodeLocation: 128,200,1
NodeSize: 48,24
DefnState: 2,162,84,624,303,0,MIDM
ValueState: 2,202,336,569,303,0,CONF
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,2]
Chance A_outer_door
Title: Outer door area
Units: m2
Description: Assumptions: ~
*average door: width 85 cm, height 2 m~
*Detached houses: 2 doors~
*Row houses: 2 doors per apartment, 4 apartments per house~
*Apartment building: 3 doors (double front door and single back door)~
~
Table(Building_type)(~
0.85*2*2,0.85*2*4,0.85*2*3)~
Definition: var a:=Building_input_data[Building_input='Door area'];~
Triangular(a*0.9, a, a*1.1)
NodeLocation: 240,144,1
NodeSize: 48,24
WindState: 2,98,90,476,328
DefnState: 2,465,133,416,303,0,MIDM
NodeColor: 65535,52427,61166
Chance U_outer_door
Title: Outer door heat cond
Units: W/(m2K)
Definition: var a:=Building_input_data[Building_input='U door'];~
Triangular(a*0.9, a*0.95, a)
NodeLocation: 128,144,1
NodeSize: 48,24
WindState: 2,464,643,476,224
DefnState: 2,72,82,592,303,0,MIDM
ValueState: 2,169,287,526,303,0,MIDM
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,2]
Chance Building_height
Title: Building height
Description: One floor height is 3 m. Apartment buildings have in average 4 floors~
~
Definition: var a:=Building_input_data[Building_input='Floor height'];~
a:= Triangular(a,a*1.1,a*1.2);~
a*No_of_floors
NodeLocation: 128,448,1
NodeSize: 48,24
WindState: 2,189,498,476,379
ValueState: 2,236,48,291,524,0,SAMP
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Undefined,2,Undefined,Undefined,2]
Chance Ground_floor_area
Title: Ground floor area
Units: m2
Definition: var a:=Building_input_data[Building_input='Floor area'];~
a:=Triangular(a*0.75, a, a*1.25);~
a/No_of_floors
NodeLocation: 240,384,1
NodeSize: 48,24
WindState: 2,206,159,476,340
DefnState: 2,265,188,416,303,0,MIDM
ValueState: 2,474,4,612,521,0,SAMP
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Undefined,2,Undefined,Undefined,2]
Index Month
Title: Month
Definition: [1,2,3,4,5,6,7,8,9,10,11,12]
NodeLocation: 352,272,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: [1,2,3,4,5,6,7,8,9,10,11,12]}
Chance No_of_floors
Title: No. of floors
Description: if Floor_area < 150 then 1 else (1*Bernoulli_floors +2*(1-Bernoulli_floors))~
~
Definition: var a:=Building_input_data[Building_input='Floors'];~
a:=Bernoulli(a);~
1*a+2*(1-a)
NodeLocation: 240,448,1
NodeSize: 48,24
WindState: 2,105,179,476,305
DefnState: 2,272,326,416,303,0,MIDM
ValueState: 2,297,125,416,303,0,SAMP
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Const_year,Undefined,Undefined,Undefined,2]
Chance Air_leak_factor
Title: Air leak factor
Units: 1/h
Description: vuotoilmavirta~
~
rakennuksen vuotoilmakerroin voidaan laskea ilmanvaihtoluvun n50 perusteella:~
~
vuotoilmakerroin (1/h) = n50 / 25~
~
var a:=Building_input_data[Building_input='Heat recovery efficiency'];~
a:=Triangular(a*0.9, a, a*1.1);
Definition: var a:=Building_input_data[Building_input='Air leak factor'];~
Triangular(a*0.9, a, a*1.1)
NodeLocation: 576,320,1
NodeSize: 48,24
WindState: 2,526,51,476,435
DefnState: 2,282,519,549,303,0,MIDM
ValueState: 2,650,204,520,303,0,SAMP
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Energy_class,Const_year]
Chance Air_exchange
Title: Air exchange
Units: dm3/s/m2
Description: Ominaispoistoilmavirta~
~
tavallisesti asuinrakennuksissa 0.35-0.5 dm3/s/m2~
~
Rakennusmääräyskokoelman osan D2 suosituksen mukaan poistoilmakertoimen tulisi olla 0.5/h, jota vastaa arvo 0.35 m2/s~
~
Definition: var a:=Building_input_data[Building_input='Air exchange rate'];~
Triangular(a*0.9, a, a*1.1)~
NodeLocation: 464,320,1
NodeSize: 48,24
WindState: 2,73,107,476,350
ValueState: 2,165,204,416,303,0,CONF
NodeColor: 65535,52427,61166
ReformVal: [Const_year,Undefined,2]
Chance Eta_a
Title: Heat recovery air exchange
Units: -
Description: Ilmanvaihdon poistoilman lämmöntalteenoton (LTO) vuosihyötysuhde.~
~
Jos lämmöntalteenottoa ei ole, eta_a = 0.~
~
Vuosihyötysuhde voidaan laskea kaavalla eta_a = 0.6 * eta_t~
jossa eta_t = ilmanvaihdon lämmöntalteenoton tuloilman lämpötilasuhde, kun tulo- ja poistoilmavirta ovat yhtä suuret.
Definition: var a:=Building_input_data[Building_input='Heat recovery efficiency'];~
a:=Triangular(a*0.9, a, a*1.1);~
var b:=Building_input_data[Building_input='Heat recovery probability'];~
b:=Bernoulli(b);~
a*b+(1-b)*0~
NodeLocation: 464,264,1
NodeSize: 48,24
WindState: 2,98,90,476,324
DefnState: 2,218,142,625,303,0,MIDM
ValueState: 2,129,158,636,303,0,SAMP
NodeColor: 1,65535,32766
ReformDef: [Energy_class,Const_year]
ReformVal: [Const_year,Const_year,Undefined,Undefined,Undefined,2]
Variable Sh_unit_rel_wr
Title: Space heat unit release wr
Units: kWh/brm2/kk
Description: vesiradiaattorien kuukausittaiset lämmitysjärjestelmähaviöt lämmityskaudella~
~
a: kehityshäviöt~
b: jakeluhäviöt~
c: luovutushäviöt~
d: säätöhaviöt~
e: varaajahäviöt
Definition: var a:= 2*Ground_floor_area*No_of_floors;~
var k:= 2000/(Ground_floor_area*No_of_floors);~
a:= if a<2000 then k else 2;~
var b:=10;~
var c:= 4;~
var d:=2;~
var e:= 10;~
(a+b+c+d+e)/sum(heating_season,month)
NodeLocation: 688,208,1
NodeSize: 48,24
WindState: 2,490,157,476,384
NodeColor: 65535,52427,61166
Variable Sh_unit_rel_er
Title: Space heat unit release er
Units: kWh/brm2/month
Description: Sähkölämmityspattereiden ominaislämpöhäviö~
~
a: kehityshäviöt~
b: jakeluhäviöt~
c: luovutushäviöt~
d: säätöhäviöt~
e: varaajahäviöt
Definition: var a:= 0;~
var b:= 0;~
var c:= 4;~
var d:= 4;~
var e:= 0;~
~
(a+b+c+d+e)/sum(heating_season,month)
NodeLocation: 688,264,1
NodeSize: 48,24
WindState: 2,386,119,570,373
NodeColor: 65535,52427,61166
Variable Heating_season
Title: Heating season
Description: Lämmityskausi alkaa kun T ~ 12-15 C
Definition: Table(Month)(~
1,1,1,1,1,0,0,0,1,1,1,1)
NodeLocation: 688,320,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Q_sh_system
Title: SH system heat loss
Units: kWh/month
Description: Lämmitysjärjestelmän lämpöhaviöenergia. Kehityshäviöt, jakeluhäviöt, luovutushäviöt, säätöhaviöt, varaajahäviöt. Häviöita ainoastaan lämmityskaudella.
Definition: var a:= if Heat_dist = 'Water radiator' then Sh_unit_rel_wr else Sh_unit_rel_er;~
~
a:=a*Ground_floor_area*No_of_floors*heating_season;~
~
a
NodeLocation: 688,384,1
NodeSize: 48,24
WindState: 2,439,144,531,349
ValueState: 2,418,141,603,379,0,MIDM
NodeColor: 19661,48336,65535
ReformVal: [Building_type,Month]
{!40000|Att_ResultSliceState: [Heat_dist,2,Month,1,Building_type,1]}
Variable Q_wh_system
Title: WH system heat loss
Units: kWh/month
Description: Käyttäveden lämmitysjärjestelmän lämpöhaviöenergia~
~
muodostuu kehitys-, kierto- ja varaajahäviöistä. Kehityshäviöt, sisältyvät yleensä tilojen lämmityksen kehityshäviöihin, joten ei tarvitse sisällyttää tähän.~
~
kiertohäviöt: ominaishäviön oletusarvona 15 kWh/brm2/a~
varaajahäviöt ominaishäviön oletusarvona 3/kWh/brm2/a (aliarvioi pienetn varaajien ja yliarvioi suurten varaajien häviöitä, vaihteluväli n. 1-5 kWh/brm2/a)
Definition: var a:=(15+3)*Ground_floor_area*No_of_floors;~
a/12
NodeLocation: 240,560,1
NodeSize: 48,24
WindState: 2,380,87,476,333
ValueState: 2,172,185,416,303,0,MIDM
Chance Hot_water_use
Title: Hot water use
Units: dm3/a/building
Description: Rakennusmääräyskokoelman oletusarvo: lämpimän veden ominaiskulutus asuinrakennuksessa = 600 dm3/brm2/a~
~
Motiva: Lämpimän veden käyttö on keskimäärin 40-50 l/vrk/hlö~
~
Oletus: Pientalossa asuu Suomessa keskimäärin 2.4 hlöä (Tilastokeskus)
Definition: Triangular(40, 45, 50)*(Time_period/24)*Triangular(2,2.4,5)
NodeLocation: 128,560,1
NodeSize: 48,24
WindState: 2,98,90,476,306
ValueState: 2,240,287,416,303,0,MIDM
NodeColor: 1,65535,32766
Module Internal_heat
Title: Internal heat
Author: vkoe
Date: 4. Febta 2011 9:49
DefaultSize: 48,24
NodeLocation: 592,496,1
NodeSize: 48,24
NodeInfo: 1,0,1,1,1,1,0,,0,
DiagState: 2,461,28,758,375,17
Variable Q_internal_heat
Title: Internal heat
Units: kWh/month
Definition: (Q_electricity_heat_r+Q_persons+Q_sun+Q_sh_release+Q_wh_release)*Eta_internal_heat
NodeLocation: 408,248,1
NodeSize: 48,24
WindState: 2,98,90,602,224
ValueState: 2,82,74,1033,405,0,SAMP
NodeColor: 65535,19661,50247
ReformVal: [Const_year,Month]
Att__TotalsIndex: Index Month
{!40000|Att_ResultSliceState: [Fu_period,1,Heat_dist,2,Month,1,Const_year,1]}
Variable Q_persons
Title: Person heat release
Units: kWh/month
Description: Voidaan myös laskea tarkemmin henkilöiden määrän ja oleskeluajan perusteella~
~
Q_persons = yhden henkilön keskimäärin luovuttama lämpöteho (70 W) * henkilöiden määrä * oleskeluaika (h) / 1000~
~
Jos rakennus on käytössä koko ajan, oleskeluaika = laskentajakson pituus tunneissa * 0.6
Definition: Q_pers_unit_rel*Ground_floor_area*No_of_floors/12
NodeLocation: 304,176,1
NodeSize: 48,24
WindState: 2,98,90,476,291
ValueState: 2,161,390,416,303,0,MIDM
Variable Q_sh_release
Title: SH heat release
Units: kWh/month
Definition: Q_sh_system*0.7~
NodeLocation: 520,176,1
NodeSize: 48,24
WindState: 2,98,90,476,224
ValueState: 2,414,271,820,453,0,MIDM
ReformVal: [Const_year,Month]
{!40000|Att_ResultSliceState: [Heat_sys_prim,4,Month,1,Building_type,1]}
Variable Q_wh_release
Title: WH heat release
Units: kWh/month
Definition: var a:= 600*Ground_floor_area*No_of_floors/1000;~
var b:=1000*4.2*a*50/3600;~
~
(b*0.3+Q_wh_system*0.5)/12
NodeLocation: 624,176,1
NodeSize: 48,24
Variable Q_electricity_heat_r
Title: Electricity heat release
Units: kWh/month
Definition: Electricity_heat_uni*Ground_floor_area*No_of_floors/12
NodeLocation: 408,176,1
NodeSize: 48,24
ReformVal: [Building_type,Const_year]
Variable Q_sun
Title: Sun heat absorption
Units: kWh/month
Definition: G_sun_horizontal*F_direction*F_permeability*A_window*g
NodeLocation: 200,176,1
NodeSize: 48,24
ValueState: 2,487,235,416,303,0,MIDM
ReformVal: [Const_year,Month]
DisplayInputs: Variable G_sun_vertical
Variable Eta_internal_heat
Title: Internal heat use efficiency
Units: -
Description: How much of the internal heat can be exploited on a monthly basis~
~
a: rakennuksen sisäinen lämpökuorma (kWh)~
b: rakennuksen lämpöhäviö (kWh)~
c: rakennuksen ominaislämpöhäviö (W/K)~
d: rakennuksen aikavakio (h)~
e: numeerinen parametri, joka riippuu aikavakiosta
Definition: var a:= Q_sh_release+Q_wh_release+Q_persons+Q_electricity_heat_r+Q_sun;~
var b:= (Q_conduction+Q_air_leak+Q_air_exchange);~
var c:=(b/((Ts-Tu)*Time_period))*1000;~
var d:=C_rak_unit/c;~
var e:=1+(d/15);~
~
(1-(a/b)^e)/(1-(a/b)^(e+1))~
NodeLocation: 200,248,1
NodeSize: 48,24
WindState: 2,335,120,727,448
ValueState: 2,486,311,469,375,0,MIDM
ReformVal: [Fu_period,Month]
{!40000|Att_ResultSliceState: [Fu_period,1,Energy_class,1,Heat_sys_prim,2,Const_year,7,Month,1,Building_type,1]}
Variable C_rak_unit
Title: C_rak_unit
Units: Wh/(brm2 K)
Description: Rakennuksen sisäpuolinen tehollinen lämpökapasiteetti, riippuu rakennusmateriaalista~
~
Table(Building_type)(~
150, 150, 190 )~
Definition: 150
NodeLocation: 96,248,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Q_pers_unit_rel
Title: Q persons unit release
Units: kWh/brm2/a
Description: Table(Building_type)(~
8,11,17)
Definition: 8
NodeLocation: 304,112,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Electricity_heat_uni
Title: Electricity heat unit release
Units: kWh/brm2
Definition: 32
NodeLocation: 408,112,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable G_sun_horizontal
Title: Sun radiation horizontal
Units: kWh/m2
Description: Oletusarvot: Jyväskylän seutu
Definition: Table(Month)(~
5.7,23.3,47.3,93.40000000000001,147.1,171.4,138.4,116.4,61.4,26.6,5.5,2.8)
NodeLocation: 200,56,1
NodeSize: 48,24
DefnState: 2,659,339,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable G_sun_vertical
Title: Sun radiation vertical
Units: kWh/m2
Description: Oletusarvot: Jyväskylän seutu, ikkunat lounaaseen
Definition: Table(Month)(~
7.6,41.8,58.5,92.3,101.1,107.7,84.8,93.09999999999999,58.8,34.6,6.2,2.8)
NodeLocation: 200,112,1
NodeSize: 48,24
DefnState: 2,731,315,416,303,0,MIDM
NodeColor: 65535,52427,61166
DisplayOutputs: Variable Q_sun
Variable F_direction
Title: Direction conversion factor
Units: -
Description: Muuntokerroin, jolla vaakatasolle tuleva auringon kokonaissäteilyenergia muunnetaan ilmansuunnittain pystypinnalle tulevaksi kokonaissäteilyenergiaksi~
~
oletusarvot: Jyväskylän seutu, ikkunat lounaaseen
Definition: Table(Month)(~
1.333,1.794,1.237,0.987,0.6870000000000001,0.628,0.613,0.8,0.958,1.301,1.127,1)
NodeLocation: 96,112,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable G
Title: Window permeability factor
Units: -
Description: ikkunan valoaukon auringon kokonaissäteilyn läpäisykerroin~
~
Voidaan laskea: g = 0.9 * ikkunan valoaukon kohtisuoran auringonsäteilyn kokonaisläpäisykerron~
~
käytetty oletusarvo: yksipuitteinen, kolmilasinen ikkuna
Definition: 0.9*0.7
NodeLocation: 96,56,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable F_permeability
Title: Radiation permeability factor
Units: -
Description: Auringon säteilyn läpäisyn kokonaiskorjauskerroin~
~
Voidaan laskea: F_läpäisy = F_kehä * F_verho * F_ varjostus~
~
Jos varjostuksia ja pysyviä verhoja ei ole, F_läpäisy oletusarvona voidaan käyttää 0.75~
~
F_kehä = ikkunan valoaukko (m2) / ikkunan koko kehysrakenteineen (m2). Voidaan käyttää oletusarvoa 0.75~
~
F_verho: tyypilliset arvot eri verho/sälekaihdin tyypeille vaihtelevat välillä 0.3-0.8. Oletusarvonana 0.5, joka vastaa vaaleita tekstiiliverhoja sisäpuolella. Valkoiset sälekaihtimet ikkunan välissä = 0.3.~
~
F_varjostus lasketaan ikkunan horisontaalisten, yläpuolisten vaakasuorien rakenteiden ja sivuilla olevien pystysuorien rakenteiden varjostuksen tulona. Oletusarvona on, että näitä varjostuksia ei ole.
Definition: 0.75*0.5
NodeLocation: 96,176,1
NodeSize: 48,24
WindState: 2,98,90,476,295
NodeColor: 65535,52427,61166
Close Internal_heat
Index Heat_loss
{!40000|Att_PrevIndexValue: ['Conduction','Air exchange','Air leak','SH system','Water heating','WH system']}
Title: Heat loss source
Definition: ['Conduction','Air exchange','Air leak','SH system','Water heating','WH system']
NodeLocation: 920,424,1
NodeSize: 48,16
Variable Heat_loss_fraction
Title: Heat loss
Definition: Table(Heat_loss)(~
sum(Q_conduction,month),sum(Q_air_exchange,month),sum(Q_air_leak,month),sum(Q_sh_system,month),sum(Q_water_heating-Q_wh_system, month)*Ground_floor_area*No_of_floors,Q_wh_system*12*Ground_floor_area*No_of_floors)
NodeLocation: 920,384,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
DefnState: 2,120,187,575,303,0,MIDM
ValueState: 2,169,62,808,628,0,MIDM
ReformVal: [Heat_loss,Const_year]
Variable Heat_loss_fraction1
Title: Heat loss fraction
Definition: var a:=Heat_loss_fraction;~
a/sum(a,heat_loss)
NodeLocation: 1024,384,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
ValueState: 2,155,47,680,567,1,MIDM
ReformVal: [Heat_loss,Const_year]
{!40000|Att_ResultSliceState: [Fu_period,1,Heat_dist,2,Const_year,1,Heat_loss,1]}
Variable Internal_heat_source
Title: Internal heat source
Definition: Table(Internal_heat1)(~
sum(Q_sun,month),sum(Q_persons,month),sum(Q_electricity_heat_r,month),sum(Q_sh_release,month),sum(Q_wh_release,month))
NodeLocation: 920,496,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
DefnState: 2,198,406,416,303,0,MIDM
ValueState: 2,236,330,416,303,0,MIDM
ReformVal: [Internal_heat1,Heat_sys_prim]
{!40000|Att_ResultSliceState: [Building_type,1,Heat_sys_prim,1,Internal_heat1,1]}
Index Internal_heat1
{!40000|Att_PrevIndexValue: ['Sun','Person','Electricity','SH release','WH release']}
Title: Internal heat
Definition: ['Sun','Person','Electricity','SH release','WH release']
NodeLocation: 920,528,1
NodeSize: 48,12
WindState: 2,109,378,476,224
Variable Internal_heat_fracti
Title: Internal heat fraction
Definition: var a:=Internal_heat_source;~
a/sum(a,internal_heat1)
NodeLocation: 1024,496,1
NodeSize: 48,24
NodeInfo: 1,1,1,1,1,1,0,,0,
ValueState: 2,125,115,761,303,1,MIDM
ReformVal: [Internal_heat1,Const_year]
{!40000|Att_ResultSliceState: [Heat_dist,2,Building_type,1,Internal_heat1,1]}
Index Heat_dist
Title: Heat distribution
Definition: ['Water radiator','Electric radiator']
NodeLocation: 688,424,1
NodeSize: 48,16
WindState: 2,96,113,476,224
Index Building_input
Title: Building input
Definition: ['Floor height','Floors','Floor area','Window area','Door area','U wall','U roof','U floor','U window','U door','Air exchange rate','Heat recovery probability','Heat recovery efficiency','Air leak factor']
NodeLocation: 128,72,1
NodeSize: 48,12
WindState: 2,1191,59,548,384
{!40000|Att_PrevIndexValue: ['Floor height','Floors','Floor area','Window area','Door area','U wall','U roof','U floor','U window','U door','Air exchange rate','Heat recovery probability','Heat recovery efficiency','Air leak factor']}
Variable Building_input_data
Title: Building input data
Definition: Table(Const_year,Building_input)(~
2.5,0.7,109,0.15,0.85*2*2,0.29,0.35,0.4,1.5,1.4,0.4,0,0.3,0.24,~
2.5,0.7,124,0.15,0.85*2*2,0.29,0.35,0.4,1.5,1.4,0.4,0,0.3,0.24,~
2.5,0.7,144,0.15,0.85*2*2,0.29,0.23,0.4,1.5,1.4,0.4,0,0.3,0.24,~
2.5,0.7,158,0.15,0.85*2*2,0.28,0.22,0.36,1.4,1.4,0.4,0,0.3,0.16,~
2.5,0.7,166,0.15,0.85*2*2,0.28,0.22,0.36,1.4,1.4,0.4,0,0.3,0.16,~
2.5,0.7,176,0.15,0.85*2*2,0.25,0.16,0.25,1.4,1.4,0.4,0.5,0.3,0.16,~
2.5,0.7,176,0.15,0.85*2*2,0.17,0.09,0.16,1,1,0.4,1,0.45,0.08,~
2.5,0.7,176,0.15,0.85*2*2,0.17,0.09,0.16,1,1,0.4,1,0.45,0.08,~
2.5,0.7,176,0.15,0.85*2*2,0.17,0.09,0.16,1,1,0.4,1,0.45,0.08~
)
NodeLocation: 128,40,1
NodeSize: 48,24
WindState: 2,125,144,476,224
DefnState: 2,29,169,1055,369,0,MIDM
ValueState: 2,142,182,635,324,0,MIDM
NodeColor: 1,65535,32766
ReformDef: [Building_input,Const_year]
ReformVal: [Const_year,Building_input]
Variable Oa_temp_loc
Title: Outdoor temp, location
Description: Alueet perustuvat Tilastokeskuksen nykyiseen suuraluejakoon.~
~
Suuralueiden keskimääräiset lämpötilat on laskettu IL:n kuukausitilastoista. Lämpötila tietyllä alueella on keskiarvo seuraavien havaintoasemien tiedoista:~
~
*Etelä-Suomi: Kaarina, Helsinki-Vantaan lentokenttä, Lahti, Lappeenranta~
*Länsi-Suomi: Tampere-Pirkkalan lentokenttä, Jyväskylän lentokenttä, Seinäjoki~
*Itä-Suomi: Tohmajärvi, Valtimo, Siikajoki~
*Pohjois-Suomi: Rovaniemiemen lentoasema
Definition: Table(Month,Loc)(~
-6.2,-7.4,-10.2,-11.7,~
-6.7,-7.7,-9.9,-11,~
-2.6,-3.3,-4.6,-6.1,~
2.9,2.2,1,-1,~
9.9,9,8.1,5.8,~
14.6,14.1,13.6,12.2,~
16.9,16,15.9,14.9,~
15,14,13.3,12.1,~
9.800000000000001,8.800000000000001,8,6.6,~
4.8,3.9,2.7,0.2,~
1.4,-1,-2.2,-5,~
-2.2,-5,-6.4,-10~
)
NodeLocation: 352,48,1
NodeSize: 48,24
WindState: 2,98,90,476,224
DefnState: 2,63,203,854,303,0,MIDM
ValueState: 2,1432,108,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Month,Loc]
ReformVal: [Loc,Month]
Index Loc
Title: Location
Definition: ['South','West','East','North']
NodeLocation: 352,80,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: ['South','West','East','North']}
Variable Building_loc
Title: Residential building location
Description: Alueet perustuvat Tilastokeskuksen suuraluejakoon.~
~
Rakennusten osuus eri alueilla perustuu Tilastokeskuksen aluekohtaiseen rakennusten kerrosalatilastoon.
Definition: Table(Const_year,Loc)(~
0.42,0.32,0.15,0.1,~
0.39,0.3,0.15,0.16,~
0.37,0.31,0.15,0.17,~
0.38,0.28,0.16,0.18,~
0.43,0.27,0.14,0.16,~
0.47,0.27,0.11,0.15,~
0.42,0.29,0.13,0.16,~
0.42,0.29,0.13,0.16,~
0.42,0.29,0.13,0.16~
)
NodeLocation: 352,120,1
NodeSize: 48,24
DefnState: 2,147,378,676,303,0,MIDM
ValueState: 2,559,698,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Const_year,Loc]
ReformVal: [Loc,Const_year]
Chance Oa_temp_change
Title: Outdoor air temp change
Description: Lämpötilan muutos kaudella 2010-2039 verrattuna kauteen 1971-2000~
~
Jylhä et al. 2009. IL:n raportti.
Definition: Table(Month)(~
Fractiles[0.95, 1.8, 2.2, 2.7, 3.45],Fractiles[0.95, 1.8, 2.2, 2.7, 3.45],Fractiles[0.3, 1, 1.4, 1.9, 2.7],Fractiles[0.3, 1, 1.4, 1.9, 2.7],Fractiles[0.3, 1, 1.4, 1.9, 2.7],Fractiles[0, 0.6, 1.1, 1.5, 2.3],Fractiles[0, 0.6, 1.1, 1.5, 2.3],Fractiles[0, 0.6, 1.1, 1.5, 2.3],Fractiles[0.45, 1.1, 1.4, 1.7, 2.35],Fractiles[0.45, 1.1, 1.4, 1.7, 2.35],Fractiles[0.45, 1.1, 1.4, 1.7, 2.35],Fractiles[0.95, 1.8, 2.2, 2.7, 3.45])
NodeLocation: 456,48,1
NodeSize: 48,24
WindState: 2,185,245,476,224
ValueState: 2,687,228,375,331,0,MIDM
NodeColor: 65535,52427,61166
ReformVal: [Undefined,Month,2]
Close Building_heat_consum
Variable Hs_efficiency
Title: Heat production efficiency
Units: -
Description: Efficiency of the heat production device~
~
Note! ~
*For local district heat production, the efficiency of the power plant is accounted for in this node.~
*For current district heat and electricity production, efficiencies of different types of power plants are accounted for in the nodes ~
**'Heat production CO2 EMF' (identifier: Heat_co2_emf)~
**'PM emission' (identifier: pm_emission)
Definition: Table(Heat_system)(~
0.9300000000000001,0.8,0.75,0.9,0.9,1,2.5,1,0.7,2)
NodeLocation: 384,280,1
NodeSize: 48,24
WindState: 2,98,90,608,392
DefnState: 2,158,646,363,303,0,MIDM
ValueState: 2,320,143,416,303,0,MIDM
ReformDef: [Bioher_sec_heat_scen,Heat_system]
ReformVal: [Bioher_sec_heat_scen,Heat_system]
{!40000|Att_EditSliceState: [Bioher_pri_heat_scen,3,Heat_system,1,Bioher_sec_heat_scen,1]}
Decision Const_year
Title: Area construction year
Description: Construction year of a building
Definition: Choice(Self,7)
NodeLocation: 104,80,1
NodeSize: 56,29
WindState: 2,101,85,476,358
Aliases: Alias Area_construction_ye
Domain: ['<1960','1960','1970','1980','1990','2000','2010','2020','2030']
{!40300|DomainExpr: Discrete('<1960','1960','1970','1980','1990','2000','2010','2020','2030',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
{!40000|Att_PrevIndexValue: ['<1960','1960','1970','1980','1990','2000','2010','2020','2030']}
Decision Bioher_pri_heat_scen
Title: BIOHER primary heat scenarios
Definition: Choice(Self,0)
NodeLocation: 248,80,1
NodeSize: 52,32
WindState: 2,737,66,494,353
Aliases: Alias BIOHER_primary_heat_
Domain: ['BAU','Oil','Pellet','Local district, oil','Local district, wood','Electricity','Geothermal','Current district']
{!40300|DomainExpr: Discrete('BAU','Oil','Pellet','Local district, oil','Local district, wood','Electricity','Geothermal','Current district',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
{!40000|Att_PrevIndexValue: ['BAU','Oil','Pellet','Local district, oil','Local district, wood','Electricity','Geothermal','Current district']}
Variable Area_unit_heat_con
Title: Area unit heat consumption
Units: kWh/m2/a
Definition: var a:= sum(Q_space_heating+Q_water_heating, month);~
~
if Heat_system = 'Electricity' or Heat_system = 'Secondary wood' or Heat_system = 'Air heat pump' then a[heat_dist='Electric radiator'] else a[heat_dist='Water radiator']
NodeLocation: 112,360,4
NodeSize: 48,29
WindState: 2,153,144,476,370
DefnState: 2,526,451,447,303,0,MIDM
ValueState: 2,72,177,1053,303,0,MIDM
ReformDef: [Heat_system]
ReformVal: [Const_year,Heat_system]
{!40000|Att_ResultSliceState: [Fu_period,1,Const_year,1,Heat_system,1,Run,1]}
Variable Area_prim_sec_heat
Title: Area primary & secondary heat consumption
Units: kWh/a
Description: Total heat consumption covered with different primary and secondary heating systems within an area
Definition: var a:= Prim_heat_sys*House_size*Area_unit_heat_con*Houses_per_area;~
~
var b:=sum(a*Sec_heat_sys,Heat_system);~
var c:=b[Bioher_sec_heat_scen='Air heat pump'];~
var d:=b[Bioher_sec_heat_scen='Wood'];~
~
var e:=if Bioher_sec_heat_scen = 'Air heat pump' and Heat_system='Air heat pump' then c else 0;~
~
e:=if Bioher_sec_heat_scen = 'Wood' and Heat_system='Secondary wood' then d else e;~
~
a*(1-Sec_heat_sys)+e
NodeLocation: 248,360,3
NodeSize: 56,28
WindState: 2,98,90,603,476
ValueState: 2,95,112,989,384,0,MIDM
ReformVal: [Heat_system,Bioher_pri_heat_scen]
{!40000|Att_ResultSliceState: [Fu_period,1,Const_year,7,Bioher_sec_heat_scen,1,Heat_system,1,Bioher_pri_heat_scen,1]}
Index Heat_system
Title: Heating system
Definition: ['Oil','Pellet boiler','Wood boiler','Local district, oil','Local district, wood','Electricity','Geothermal','Current district','Secondary wood','Air heat pump']
NodeLocation: 112,400,1
NodeSize: 56,12
WindState: 2,165,145,476,291
{!40000|Att_PrevIndexValue: ['Oil','Pellet boiler','Wood boiler','Local district, oil','Local district, wood','Electricity','Geothermal','Current district','Secondary wood','Air heat pump']}
Decision Bioher_sec_heat_scen
Title: BIOHER secondary heat scenarios
Definition: Choice(Self,0)
NodeLocation: 384,80,1
NodeSize: 52,32
WindState: 2,134,135,476,224
Aliases: Alias BIOHER_secondary_hea
Domain: ['None','Air heat pump','Wood']
{!40300|DomainExpr: Discrete('None','Air heat pump','Wood',type:['text'])}
{!40200|Att_ChoiceIndexes: Keyword Self}
{!40000|Att_PrevIndexValue: ['None','Air heat pump','Wood']}
Variable Sec_heat_sys
Title: Secondary heat system
Description: Fraction of heat consumption produced with a secondary heat system
Definition: Table(Heat_system,Bioher_sec_heat_scen)(~
0,0.3,0.3,~
0,0.3,0.3,~
0,0.3,0.3,~
0,0.3,0.3,~
0,0.3,0.3,~
0,0.7,0.3,~
0,0.3,0.3,~
0,0.3,0.3,~
0,0,0,~
0,0,0~
)
NodeLocation: 384,160,1
NodeSize: 48,24
DefnState: 2,1322,179,416,303,0,MIDM
ValueState: 2,258,158,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Bioher_sec_heat_scen,Heat_system]
ReformVal: [Bioher_sec_heat_scen,Heat_system]
Variable Area_heat_purc
Title: Area heat purchase
Units: kWh/a
Description: Heat energy purchase by different primary and secondary heating systems within an area
Definition: Area_prim_sec_heat/Hs_efficiency
NodeLocation: 384,360,1
NodeSize: 52,28
ValueState: 2,24,288,466,369,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Heat_system]
Att__TotalsIndex: Index Heat_system
{!40000|Att_ResultSliceState: [Fu_period,1,Const_year,7,Bioher_pri_heat_scen,6,Heat_system,1,Bioher_sec_heat_scen,2]}
Variable Prim_heat_sys
Title: Primary heat system
Description: Fraction of primary heat systems within an area
Definition: Table(Const_year,Bioher_pri_heat_scen,Heat_system)(~
0.67,0,0.04,0,0,0.25,100u,0.04,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.67,0,0.04,0,0,0.25,100u,0.04,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.57,0,0.14,0,0,0.23,100u,0.06,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.2,0,0.16,0,0,0.55,0.01,0.08,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.15,0,0.07000000000000001,0,0,0.69,0.01,0.08,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.12,0.01,0.05,0,0,0.6,0.09,0.13,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.09,0.01,0.04,0,0,0.5600000000000001,0.14,0.16,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.09,0.01,0.04,0,0,0.5600000000000001,0.14,0.16,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0,~
0.09,0.01,0.04,0,0,0.5600000000000001,0.14,0.16,0,0,~
1,0,0,0,0,0,0,0,0,0,~
0,1,0,0,0,0,0,0,0,0,~
0,0,0,1,0,0,0,0,0,0,~
0,0,0,0,1,0,0,0,0,0,~
0,0,0,0,0,1,0,0,0,0,~
0,0,0,0,0,0,1,0,0,0,~
0,0,0,0,0,0,0,1,0,0~
)
NodeLocation: 248,160,1
NodeSize: 48,24
WindState: 2,98,90,476,300
DefnState: 2,58,365,1087,257,0,MIDM
ValueState: 2,47,279,1146,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Heat_system,Const_year]
ReformVal: [Heat_system,Bioher_pri_heat_scen]
Att__TotalsIndex: Index Heat_system
{!40000|Att_ResultSliceState: [Const_year,7,Bioher_pri_heat_scen,1,Heat_system,1]}
Variable House_size
Title: House size
Units: m2
Description: v. 2010 rakennettujen omakotitalojen koko (ka, tilastokeskuksen datoista laskettu)
Definition: var a:=Building_input_data[Building_input='Floor area'];~
Triangular(a*0.75, a, a*1.25)
NodeLocation: 248,280,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Variable Houses_per_area
Title: Houses per area
Definition: 1
NodeLocation: 248,224,1
NodeSize: 48,24
NodeColor: 65535,52427,61166
Close Total_heat_consumpti
Module Co1
Title: CO2
Author: vkoe
Date: 25. Octta 2011 11:15
DefaultSize: 48,24
NodeLocation: 272,176,1
NodeSize: 52,28
DiagState: 2,155,143,355,280,17
NodeColor: 52427,65535,65535
Variable Heat_co2_emf
Title: Heat production CO2 EMF
Units: CO2-ekv g/kWh
Definition: Table(Heat_system)(~
Fuel_co2_emf[pp_fuel='Oil'],0,Fuel_co2_emf[pp_fuel='Wood'],Fuel_co2_emf[pp_fuel='Oil'],Fuel_co2_emf[pp_fuel='Wood'],sum(Elect_fuel*Fuel_co2_emf/Elect_pp_effic*Elect_pp_frac, pp_fuel, elect_pp),sum(Elect_fuel*Fuel_co2_emf/Elect_pp_effic*Elect_pp_frac, pp_fuel, elect_pp),sum(Dist_heat_fuel*Fuel_co2_emf/DH_PP_EFFIC*DH_PP_FRAC, pp_fuel, dh_pp),Fuel_co2_emf[pp_fuel='Wood'],sum(Elect_fuel*Fuel_co2_emf/Elect_pp_effic*Elect_pp_frac, pp_fuel, elect_pp))
NodeLocation: 96,152,1
NodeSize: 48,27
WindState: 2,117,153,476,224
DefnState: 2,92,194,745,303,0,MIDM
ValueState: 2,145,291,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Co2_emission
Title: CO2 emission
Units: t / 5 year period
Description: CO2 emission during 5-year period~
~
sum(Area_heat_purc*Heat_co2_emf*5/1000000, Heat_system, Fu_period, const_year)
Definition: sum(Area_heat_purc*Heat_co2_emf*5/1000000, Heat_system, Fu_period)
NodeLocation: 208,152,1
NodeSize: 48,24
ValueState: 2,561,220,477,296,0,MIDM
ReformVal: [Bioher_sec_heat_scen,Bioher_pri_heat_scen]
{!40000|Att_ResultSliceState: [Const_year,7,Bioher_pri_heat_scen,1,Bioher_sec_heat_scen,1]}
Variable Fuel_co2_emf
Title: Fuel CO2 EMF
Units: g/kWh
Description: Motiva 2004
Definition: Table(Pp_fuel)(~
279,202,382,341,0,0,301)
NodeLocation: 96,72,1
NodeSize: 48,24
WindState: 2,98,90,476,224
DefnState: 2,114,248,416,303,0,MIDM
ValueState: 2,93,282,416,303,0,MIDM
NodeColor: 65535,52427,61166
Close Co1
Module District_heat_produc
Title: District heat & electricity production
Author: vkoe
Date: 8. Febta 2011 9:41
DefaultSize: 48,24
NodeLocation: 272,96,1
NodeSize: 52,28
DiagState: 2,99,140,538,371,17
NodeColor: 52427,63897,65535
Index Pp_fuel
Title: PP fuel
Definition: ['Oil','Natural gas','Peat','Coal','Wood','Bio','Other']
NodeLocation: 208,88,1
NodeSize: 48,12
WindState: 2,813,483,476,253
{!40000|Att_PrevIndexValue: ['Oil','Natural gas','Peat','Coal','Wood','Bio','Other']}
Variable Dist_heat_fuel
Title: Current district heat fuels
Description: Tilastokeskus, kaikki vuosina 2005-2010 tuotettu kaukolämpö~
~
Other: mm. muovipolttoaineet, muut jätepolttoaineet, sekapolttoaineiden fossiilinen osuus, vety, sähkö, teollisuuden reaktio- ja sekundaarilämpö~
~
Definition: Table(Pp_fuel,Dh_pp)(~
0.01,0.24,~
0.31,0.29,~
0.21,0.11,~
0.29,0.06,~
0.15,0.15,~
0.01,0.03,~
0.02,0.13~
)
NodeLocation: 208,56,1
NodeSize: 48,24
WindState: 2,153,300,476,425
DefnState: 2,193,342,416,303,0,MIDM
ValueState: 2,58,381,416,303,0,MIDM
NodeColor: 19664,65535,19661
ReformDef: [Dh_pp,Pp_fuel]
ReformVal: [Dh_pp,Pp_fuel]
Index Dh_pp
Title: DH PP
Definition: ['CHP','Heat']
NodeLocation: 96,88,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: ['CHP','Heat']}
Variable Dh_pp_frac
Title: Current district heat production
Description: Tilastokeskus, kaikki vuosina 2005-2010 tuotettu kaukolämpö
Definition: Table(Dh_pp)(~
0.76,0.24)
NodeLocation: 96,56,1
NodeSize: 48,24
WindState: 2,102,90,476,224
DefnState: 2,156,326,416,303,0,MIDM
ValueState: 2,185,176,416,303,0,MIDM
NodeColor: 19664,65535,19661
Index Elect_pp
Title: Elect PP
Description: CHP: combined power and heat generation~
Thermal non-CHP: thermal, non-nuclear power plants which only generate electricity
Definition: ['CHP','Thermal non-CHP']
NodeLocation: 96,192,1
NodeSize: 48,12
{!40000|Att_PrevIndexValue: ['CHP','Thermal non-CHP']}
Variable Elect_pp_frac
Title: Electricity production
Description: Lauhdevoimaloissa ja yhteistuotantovoimaloissa tuotetun sähkön osuus~
~
Tilastokeskus, osuus kaikesta 2005-2010 kulutetusta sähköstä~
~
Muut tuotantotavat 2010:~
Ydinvoima 26%~
Vesivoima 16%~
Tuulivoima 0.3%~
Tuonti 13%~
~
Definition: Table(Elect_pp)(~
0.31,0.14)
NodeLocation: 96,160,1
NodeSize: 48,24
WindState: 2,102,81,476,374
DefnState: 2,141,346,416,303,0,MIDM
ValueState: 2,202,400,382,188,0,MIDM
NodeColor: 65535,52427,61166
Att__TotalsIndex: Index Elect_pp
Variable Elect_fuel
Title: Electricity fuels
Description: Tilastokeskus, vuosina 2005-2010 tuotettu sähkö, lauhdevoimaloissa ja yhteistuotantovoimaloissa sähköntuotantoon käytettyjen polttoaineiden osuus~
~
Other: mm. muovipolttoaineet, muut jätepolttoaineet, sekapolttoaineiden fossiilinen osuus, vety, sähkö~
Definition: Table(Pp_fuel,Elect_pp)(~
0.01,0.01,~
0.38,0.05,~
0.12,0.18,~
0.16,0.64,~
0.3,0.1,~
0.01,0.01,~
0.01,0.02~
)
NodeLocation: 208,160,1
NodeSize: 48,24
WindState: 2,98,90,476,314
DefnState: 2,167,212,416,303,0,MIDM
ValueState: 2,259,288,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Elect_pp,Pp_fuel]
ReformVal: [Elect_pp,Pp_fuel]
Variable Dh_pp_effic
Title: Distric heat power plant efficiency
Definition: Table(Dh_pp)(~
0.9,0.9)
NodeLocation: 320,56,1
NodeSize: 48,24
WindState: 2,164,321,476,224
DefnState: 2,149,523,416,303,0,MIDM
ValueState: 2,153,243,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Dh_pp,Pp_fuel]
Variable Elect_pp_effic
Title: Electricity power plant efficiency
Definition: Table(Elect_pp)(~
0.9,0.44)
NodeLocation: 320,160,1
NodeSize: 48,24
DefnState: 2,199,233,416,303,0,MIDM
NodeColor: 65535,52427,61166
Variable Elect_pp_capacity
Title: Electricity power plant capacity
Definition: Table(Elect_pp,Power_capacity)(~
1,0,0,0,~
1,0,0,0~
)
NodeLocation: 440,160,1
NodeSize: 48,24
WindState: 2,125,124,476,224
DefnState: 2,224,273,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Elect_pp,Power_capacity]
ReformVal: [Elect_pp,Power_capacity]
Index Power_capacity
Title: Power capacity
Definition: ['>50 MW','20-50 MW','<20 MW','Domestic']
NodeLocation: 440,96,1
NodeSize: 48,16
{!40000|Att_PrevIndexValue: ['>50 MW','20-50 MW','<20 MW','Domestic']}
Variable Dh_pp_capacity
Title: District heat power plant capacity
Definition: Table(Dh_pp,Power_capacity)(~
1,0,0,0,~
0,0.5,0.5,0~
)
NodeLocation: 440,56,1
NodeSize: 48,24
WindState: 2,137,200,476,224
DefnState: 2,137,328,416,303,0,MIDM
ValueState: 2,198,269,416,303,0,MIDM
NodeColor: 65535,52427,61166
ReformDef: [Dh_pp,Power_capacity]
ReformVal: [Dh_pp,Power_capacity]
Close District_heat_produc
Close Claih