Non-Poissonian Forecast and Hazard source files - New Zealand National Seismic Hazard Model 2022
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/10069969
下载链接
链接失效反馈官方服务:
资源简介:
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
本仓库包含如下内容:
新西兰国家地震危险性模型2022(NZNSHM2022)的分布式地震活动性模型预测文件、配套可视化图表,以及可在帕拉维(Paraview,https://www.paraview.org/)软件中交互式探索数据的帕拉维格式文件;以及开放地震危险性计算引擎(Openquake)源文件(https://github.com/gem/oq-engine),可用于以非泊松(non-Poisson)预测作为单一分支运行NZ-NSHM2022模型。
安装指南
为确保研究可复现,本工具包需安装版本为v3.16.4的OpenQuake引擎(https://github.com/gem/oq-engine)。未来Openquake应会保持对负二项分布(Negative Binomial)公式的向后兼容性。若需安装v3.16.4版本,可通过Anaconda/Miniconda/Micromamba(推荐使用Micromamba,详见安装指南https://mamba.readthedocs.io/en/latest/installation.html)创建虚拟环境,执行如下命令:
conda env create -f environment.yml
该环境已预装所需版本的OpenQuake。若需手动将OpenQuake安装至用户自行创建的环境中,请执行以下步骤:
source activate {user_env}
git clone https://github.com/gem/oq-engine --depth=1 --branch=v3.16.4
cd oq-engine
pip install -e .
如需获取更多信息,请查看README.md文件,或访问https://github.com/pabloitu/nz_nshm2022_nonpoisson
创建时间:
2023-11-03



