glacier-buffer-utac
GenesisAeon Package 99 — real glacial hydrological buffer ("peak water") and downstream buffer-loss cascade science. Deliberately has no UTAC/CREP/AFET bridge — see DISCLAIMER.md.
What's real here
- Huss & Hock (2018, Nature Climate Change): "peak water" — glacier runoff rises, peaks, then declines as ice mass shrinks; the decline removes a real hydrological buffer against summer/drought low water.
- Cauvy-Fraunie et al. (2016, Nature Communications): experimental 31% flow reduction → 6.5x (±1.8) benthic fauna density increase within 2 weeks; 14–16 months to recover; an 11% glacier-cover threshold for abrupt algal/herbivore biomass shifts (33-site field survey).
- Milner et al. (2017, PNAS): synthesis review of glacier shrinkage propagating into downstream hydrology, sediment and biogeochemistry.
- Dunkle et al. (2025, Ecology): loss of meltwater desynchronizes previously asynchronous glacier-/snow-/rain-fed stream resource dynamics.
- Xuan et al. (2026, Earth's Future): wetland glacier-meltwater dependence is spatially heterogeneous — strong near the glacier margin, fading with distance.
- The full glacier → wetland → vegetation → fauna cascade is honestly represented as a literature-supported hypothesis network, not a single measured causal chain — see DISCLAIMER.md.
Quickstart
pip install glacier-buffer-utac
from glacier_buffer_utac import (
ALL_CASCADE_STAGES,
is_below_glacier_cover_threshold,
buffer_sensitivity_multiplier,
recovery_time_months_range,
)
for stage in ALL_CASCADE_STAGES:
print(stage.name, "--", stage.mechanism)
print(is_below_glacier_cover_threshold(8.0)) # True
print(buffer_sensitivity_multiplier(0.3)) # 3.33... -- more sensitive as ice shrinks
print(recovery_time_months_range()) # (14, 16)
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
glacier_buffer_utac-1.0.0.tar.gz
(11.4 kB
view details)
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 glacier_buffer_utac-1.0.0.tar.gz.
File metadata
- Download URL: glacier_buffer_utac-1.0.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49900ef24b6edc0704841b871d33040e5bf74c0649d852227661453bc39d1f44
|
|
| MD5 |
5a19e50618f850f6c0cdbf0b9aecc994
|
|
| BLAKE2b-256 |
5c1d862bc9e1bfaa02eb5745dae136ea7aefb088213e5aa3357c55b9d191833c
|
File details
Details for the file glacier_buffer_utac-1.0.0-py3-none-any.whl.
File metadata
- Download URL: glacier_buffer_utac-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.2 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 |
6298fdd2e03894da5e7008826ce8713fc2b8a80434c1742a2bd35251ef02ce49
|
|
| MD5 |
e34a106791e3d4d3b6b72f931a54acb2
|
|
| BLAKE2b-256 |
2cce02813c6e1c05afdbbc3d556a6ea6bb9d1adfd18ff022915837bfb7079c61
|