Skip to main content

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.

For a plain-language explanation of the same topic (German, no jargon, written for general audiences), see WHITEPAPER.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 — see ALASKA_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's confidence field 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

glacial_seismicity_utac-1.0.1.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

glacial_seismicity_utac-1.0.1-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file glacial_seismicity_utac-1.0.1.tar.gz.

File metadata

  • Download URL: glacial_seismicity_utac-1.0.1.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for glacial_seismicity_utac-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5fb1637da66b7b369851db0b63fcec41f55cff5074c7643594799508e73689ed
MD5 35637ddc70135d1b96413083c3520f0a
BLAKE2b-256 055042f3c4e4ce0af6e6c72f68fb7112c21b2f6c0007adfec21c941c6f443bff

See more details on using hashes here.

File details

Details for the file glacial_seismicity_utac-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for glacial_seismicity_utac-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f8a02143ba0fb49bd84d5c3a6735e06cbf762725805b929e99c43a20920801ba
MD5 04eb1b4981de03977fe84a0d2aaeb0de
BLAKE2b-256 bc4a6a2b9284b3ea25d525223d782d7d125b6e255719b3b8355b46b517af50f9

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page