gem / oq-engine

OpenQuake Engine: a software for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
377 stars 273 forks source link

Make Hazard & Risk calculation mode names consistent #190

Closed larsbutler closed 13 years ago

larsbutler commented 13 years ago

Currently, our job configs specify the following strings for the different calculation modes:

Hazard

Risk

There should only be 3 different calculation categories for each of the Hazard & Risk disciplines: classical, event based, and deterministic.

Note: Classical and event based are both probabilistic methods.

Important

We'll also need to update the corresponding code, tests, and test data in https://github.com/gem/openquake-server.

monellid commented 13 years ago

Right. I would suggest:

larsbutler commented 13 years ago

Part of this issue has been resolved by the following patches:

favalex commented 13 years ago

The remaining part (unification of the key) has been resolved in https://github.com/gem/openquake/pull/262