Real Wunderling et al. tipping-element interaction network (Greenland/WAIS/AMOC/Amazon) -- deliberately no UTAC/CREP bridge beyond the real published network model
Project description
cascading-tipping-utac
GenesisAeon Package 87 — the real, published Wunderling et al. tipping-element interaction network (Greenland Ice Sheet / West Antarctic Ice Sheet / AMOC / Amazon rainforest). Deliberately has no UTAC/CREP/AFET bridge beyond what the cited papers themselves quantify — see DISCLAIMER.md.
What's real here
- Wunderling et al. 2021 (Earth System Dynamics 12, 601-619): the real, documented pairwise coupling structure and mechanisms between four tipping elements, including two interactions the paper itself flags as having an unclear net sign.
- Wunderling et al. 2021: interactions reduce the effective critical temperature for AMOC/WAIS tipping by ~55%/~40% at maximum coupling.
- Wunderling et al. 2022 (Nature Climate Change): temporary warming overshoot scenarios can increase cascade risk by up to 72% vs. non-overshoot scenarios.
- Wunderling et al. 2024 review and Rocha et al. 2018 (Science) cited as real related context.
Why no extension to our own packages
permafrost-utac and carbon-sinks-utac are real GenesisAeon packages, but
they are not part of Wunderling's validated four-element network.
Connecting them here would be an unvalidated extension of this package's
own invention — exactly the kind of forced bridge this ecosystem's
climate-topic convention (see PACKAGE_REGISTRY.md) avoids by default.
Quickstart
pip install cascading-tipping-utac
from cascading_tipping_utac import TippingNetwork
net = TippingNetwork()
print(net.summary())
for c in net.destabilizing_couplings():
print(f"{c.source} -> {c.target}: {c.mechanism}")
for c in net.unclear_sign_couplings():
print(f"{c.source} -> {c.target} (sign unclear): {c.mechanism}")
Development
pip install -e ".[dev]"
pre-commit install
ruff check src tests
mypy src
pytest
Citation
See CITATION.cff and .zenodo.json.
Project details
Release history Release notifications | RSS feed
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 cascading_tipping_utac-1.0.0.tar.gz.
File metadata
- Download URL: cascading_tipping_utac-1.0.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
901230b2acbbc9062c09db01372723d0e1c279746cf6dae06e689f29329ae8b5
|
|
| MD5 |
e934ca7e1a6a9fea92d38eee7d277593
|
|
| BLAKE2b-256 |
6e714510d29d39adfe15f67714c485fbb844225bc1c2c9dd083cecc8a6e71bdb
|
File details
Details for the file cascading_tipping_utac-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cascading_tipping_utac-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 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 |
4dc0a8ccdce4ceb37980293a055148111d1003fc2eb51fc1f2c4636ff9323543
|
|
| MD5 |
67898b5a44ce41d07e54becd41950b13
|
|
| BLAKE2b-256 |
a494b01c21a59ad67f5e444f6973d7bb65dd3606c4ae08b408efe5983cf8427c
|