Add vulnerability functions and risk models.#568
Add vulnerability functions and risk models.#568xbarra wants to merge 1 commit intoos-climate:mainfrom
Conversation
We add vulnerability functions and risk models with the aim of replicating the paper: 'Climate change-related statistical indicators' Statistics Paper Series No 48 from the European Central Bank. https://www.ecb.europa.eu/pub/pdf/scpsps/ecb.sps48~e3fd21dd5a.en.pdf?4826f6ee77d3ac7a681916b6d419b751 Central to this is the introduction of the indexing of impacts and risk scores by indicator id besides hazard type, allowing to compute and return indicator id-specific risk scores. This is important for hazards for which different indicators measure different types of impacts, like drought's consecutive dry days (CDD) and SPEI. Co-authored-by: Virginia Morales vmorales@arfima.com Co-authored-by: Víctor de Luna vdeluna@arfima.com Co-authored-by: Juan Román Roche <jroman@arfimaconsulting.com> Co-authored-by: Violeta Crespo Cobas <vcrespo@arfima.com> Co-authored-by: Arfima Dev dev@arfima.com Signed-off-by: Violeta Crespo Cobas <vcrespo@arfima.com>
187ad93 to
2805629
Compare
|
Hi everyone, and many thanks for this! The big thing (and probably only thing) here to discuss is the interface change that scores are no longer per hazard but now per hazard and per indicator ID. This is a somewhat different direction of travel from #566 which reinforced that the approach is to have one score per type of hazard (as before), but the scores are aggregated from multiple impacts - and those impacts do have different hazard indicators. The other change in that merged PR is to make the scores more impact-based. In fact it is probably fair to say that industry 'best practice' is evolving to replace exposure-based scores with impact-based as far as is possible: measures reflecting economic loss. From that future standpoint, indicator ID is still not a first class citizen in the interface, because the impacts have been aggregated. For example, for heat hazards we could have impacts related to productivity loss or downtime, which each have different hazard indicators, but these would be aggregated into something financially meaningful (e.g. combined revenue annual average loss) which the score is based on. What are then the possibilities:
My preference is for 1 all else equal, but there may well be a use-case which I am not aware of, so some form of 2 might be needed. In any case: to discuss! |
|
Strong preference for option 2. Proposal is to support score by hazard indicator ID, but make this an optional drill-down. A proposal for kernel changes to achieve this is here: |
We add vulnerability functions and risk models with the aim of replicating the paper:
'Climate change-related statistical indicators'
Statistics Paper Series No 48 from the European Central Bank.
https://www.ecb.europa.eu/pub/pdf/scpsps/ecb.sps48~e3fd21dd5a.en.pdf?4826f6ee77d3ac7a681916b6d419b751
Central to this is the introduction of the indexing of impacts and risk scores by indicator id
besides hazard type, allowing to compute and return indicator id-specific risk scores.
This is important for hazards for which different indicators measure different
types of impacts, like drought's consecutive dry days (CDD) and SPEI.
Co-authored-by: Virginia Morales vmorales@arfima.com
Co-authored-by: Víctor de Luna vdeluna@arfima.com
Co-authored-by: Juan Román Roche jroman@arfimaconsulting.com
Co-authored-by: Violeta Crespo Cobas vcrespo@arfima.com
Co-authored-by: Arfima Dev dev@arfima.com
Signed-off-by: Violeta Crespo Cobas vcrespo@arfima.com