Skip to content

Commit

Permalink
Update Guide_Introduction.ipynb
Browse files Browse the repository at this point in the history
The choice of terminology in risk assessment models such as CLIMADA is crucial, as it shapes the framework and perspective of the analysis. The distinction between "vulnerability function" and "impact function" is particularly significant. I made some changes along the lines of making this terminology more visible. I also made changes in the documentation where vulnerability function or damage function was still referenced in order to unify the communication of CLIMADA terminology. 

I considered adding a few lines to explain that the concepts of damage function, vulnerability function, and impact function, though interrelated, each serve a distinct purpose. Damage functions quantify specific damages, focusing on concrete impacts. Vulnerability functions, in contrast, articulate the susceptibility of different exposures to hazards. This susceptibility encompasses more than just the potential for damage; it includes a variety of preconditions that define an exposure's overall vulnerability. Meanwhile, impact functions assess the likelihood of a hazard's effects, both negative and positive, by parameterizing the degree to which an exposure will be impacted by a particular hazard.Something along those lines..... but maybe it's too much... we can discuss it sometime ......
  • Loading branch information
DahyannAraya authored Nov 13, 2023
1 parent 8c8ee96 commit 82c4b16
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions doc/guide/Guide_Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@
"According to the IPCC [[1]](#1), natural risks emerge through the\n",
"interplay of climate and weather-related hazards, the exposure of goods\n",
"or people to this hazard, and the specific vulnerability of exposed\n",
"people, infrastructure and environment. The unit chosen to measure risk\n",
"has to be the most relevant one in a specific decision problem, not\n",
"necessarily monetary units. Wildfire hazard might be measured by burned\n",
"area, exposure by population or replacement value of homes and hence\n",
"risk might be expressed as number of affected people in the context of\n",
"evacuation, or repair cost of buildings in the context of property\n",
"insurance.\n",
"people, infrastructure and environment. In CLIMADA, vulnerability is\n",
"operationalized through the use of impact functions, which are essential\n",
"in determining the extent to which exposure is affected by a given hazard.\n",
"\n",
"The unit of measurement for risk in CLIMADA is selected based on its relevance\n",
"to the specific decision-making context and is not limited to monetary units\n",
"alone. For instance, wildfire risk may be quantified by the burned area\n",
"(hazard) and the exposure could be measured by the population density or the\n",
"replacement value of homes. Consequently, risk could be expressed in terms of\n",
"the number of people affected for evacuation planning, or the cost of repairs\n",
"for property insurance purposes.\n",
"\n",
"Risk has been defined by the International Organization for\n",
"Standardization as the \"effect of uncertainty on objectives\" as the\n",
Expand All @@ -36,13 +40,13 @@
"$$\\text{severity} = F(\\text{hazard intensity}, \\text{exposure}, \\text{vulnerability}) = \\text{exposure} * f_{\\text{imp}}(\\text{hazard intensity})$$\n",
"\n",
"where $f_{\\text{imp}}$ is the impact function which parametrizes to what extent\n",
"an exposure will be affected by a specific hazard. While 'vulnerability\n",
"function' is broadly used in the modelers community, we refer to it as\n",
"an exposure will be affected by a specific hazard. **While the term 'vulnerability\n",
"function' is broadly used in the modelers community, we adopts the term\n",
"'impact function' to explicitly include the option of opportunities\n",
"(i.e. negative damages). Using this approach, CLIMADA constitutes a\n",
"(i.e. negative damages)**. Using this approach, CLIMADA constitutes a\n",
"platform to analyse risks of different hazard types in a globally\n",
"consistent fashion at different resolution levels, at scales from\n",
"multiple kilometres down to meters, depending on the purpose.\n",
"multiple kilometres down to meters, tailored to the specific requirements of the analysis.".\n",
"\n",
"\n",
"<br/><br/>\n",
Expand Down

0 comments on commit 82c4b16

Please sign in to comment.