glacial-seismicity-utac
GenesisAeon Package 101 — Glacial Isostatic Adjustment (GIA) and glacially-induced/modulated seismicity. Deliberately has no UTAC/CREP/AFET bridge — see DISCLAIMER.md.
Two explicit confidence tiers
- Core (
mechanics,historic,modern): real, peer-reviewed findings independently re-verified 2026-08-11 via direct paper/DOI lookup. Two numbers from the source research dialogue (Glacialschmelze_Tektonik.txt) were found to be wrong during this verification and are corrected here — seeALASKA_CORRECTION_NOTE. - Documented (
regions.py's four extra entries): real regions carried over from the source dialogue without the same independent re-verification. Every entry'sconfidencefield says which tier it's in.
What's real here (core)
- Historic deglaciation (~20-8 ka) — GIA as primary driver: the Pärvie Fault, Fennoscandia (155 km long, the world's longest known postglacial fault, M8.0±0.4) and the Charlevoix Seismic Zone, eastern Canada (1663 earthquake, M7.5±0.45; present GIA rebound stress ~10 MPa, "a non-negligible source of stress perturbation" per Verdecchia et al. 2022).
- Modern glacier retreat — GIA as modulator: the Fairweather Fault/Glacier Bay Icefield, Alaska (Rollins et al. 2021 — >3,000 km³ ice lost since ~1770, ~0.2-0.6 MPa Coulomb stress increase at the site of the 1958 Mw7.8 rupture); the Mont Blanc massif (Simon et al. 2025 — seismic hazard up ~2 orders of magnitude since 2015 from meltwater pore pressure); and present-day eastern North America (Hightower & Gurnis 2025 — <2 MPa background, 3-4 MPa near pre-existing weak zones).
- Coulomb Failure Stress mechanics (
mechanics.py): standard rock-mechanics physics (King, Stein & Lin 1994) for lithostatic unloading and meltwater pore-pressure effects on fault stability.
What was corrected
The source dialogue's Alaska case originally claimed ">1200 km³" ice
loss and "2-3 MPa" stress change. Independent verification against
Rollins et al. (2021) found the real figures are >3,000 km³ ice
loss (understated by ~2.5x) and ~0.2-0.6 MPa stress change
(overstated by ~5-10x). See ALASKA_CORRECTION_NOTE.
What's documented but not independently re-verified
Greenland (historic), Iceland, High Mountain Asia and Patagonia
(modern) — real regions from the source literature synthesis, kept for
completeness but flagged (confidence="documented") since they didn't
get the same direct paper-by-paper check as the five core cases.
Quickstart
pip install glacial-seismicity-utac
from glacial_seismicity_utac import (
PARVIE_FAULT,
ALASKA_FAIRWEATHER,
MONT_BLANC_MASSIF,
ALL_REGIONS,
core_regions,
is_gia_primary_driver,
coulomb_failure_stress_change_pa,
)
print(PARVIE_FAULT.magnitude, PARVIE_FAULT.magnitude_uncertainty) # 8.0 0.4
print(ALASKA_FAIRWEATHER.stress_change_mpa_range) # (0.2, 0.6)
print(len(core_regions())) # 5
# Meltwater pore-pressure increase promoting fault failure:
delta_cfs = coulomb_failure_stress_change_pa(
delta_shear_stress_pa=0.0,
friction_coefficient=0.6,
delta_normal_stress_pa=0.0,
delta_pore_pressure_pa=-1e6,
)
print(delta_cfs > 0) # True -- promotes failure
Development
pip install -e ".[dev]"
pre-commit install
ruff check src tests
mypy src
pytest
Citation
See CITATION.cff and .zenodo.json.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file glacial_seismicity_utac-1.0.0.tar.gz.
File metadata
- Download URL: glacial_seismicity_utac-1.0.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a676cd2a57e614ad4cdf5597d3d50ef7a35a6896e59f8e99aa7af355df82ed24
|
|
| MD5 |
cd046b82b37430177d4a04cf98d9e100
|
|
| BLAKE2b-256 |
652a5ea7f53254dab9e5e589b506c234aa172264f1166376ef2b7e4afc9ca60d
|
File details
Details for the file glacial_seismicity_utac-1.0.0-py3-none-any.whl.
File metadata
- Download URL: glacial_seismicity_utac-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e49746ee6d3c6595aabd2ee8ff384ddc22eaad0b8086f7fd1351619d10d6546a
|
|
| MD5 |
b320b7d3f3c2c7f2b25927cbaf2ecacf
|
|
| BLAKE2b-256 |
4002acf05269598cf93f1fca08c2f761bba3e43054ad72f9be23fc75a291c4fe
|