Non-Poissonian Forecast and Hazard source files - New Zealand National Seismic Hazard Model 2022
收藏资源简介:
This repository contains: The forecast's files for the Distributed Seismicity Model of the NZNSHM2022, as well as figures, and the Paraview files to explore them in the software interactively. (https://www.paraview.org/) The Openquake source files (https://github.com/gem/oq-engine) to run the NZ-NSHM2022 model using the non-Poisson forecasts as single branches. Installation instructions For reproducibility, this package should install OpenQuake (https://github.com/gem/oq-engine) in its version v3.16.4. However, Openquake should remain backward compatible for the Negative Binomial formulation in the future. To install the version 3.16.4, a virtual environment can be created used Anaconda/Miniconda/Micromamba (the latter is recommended, see installation instructions https://mamba.readthedocs.io/en/latest/installation.html) by using: conda env create -f environment.yml This environment should already contain the Openquake version. If the Openquake software should be installed manually into an environment created by the user: source activate {user_env} git clone https://github.com/gem/oq-engine --depth=1 --branch=v3.16.4 cd oq-engine pip install -e . For additional information, please see the README.md file, or visit https://github.com/pabloitu/nz_nshm2022_nonpoisson



