permafrost-utac
GenesisAeon Package 60 — real ESA CCI Permafrost v5.0 data and Schuur et al. 2022 carbon-stock science. Deliberately has no UTAC/CREP/AFET bridge — see DISCLAIMER.md.
What's real here
- ESA CCI Permafrost v5.0: real satellite dataset (University of
Oslo/CEDA, DOI
10.5285/a6fbedd8ee5b472c8e84e55f746c1704), 1997-2023, 1 km resolution, MAGT/active-layer-thickness/extent. - Schuur et al. 2022 (Annual Review of Environment and Resources, 47, 343-371): permafrost carbon stock 1460-1600 GtC, and modeled emission ranges under 2C/4C warming by 2100.
- An explicit structural note that permafrost thaw is not a classical bistable tipping element (IPCC AR6) — a gradual, self-amplifying feedback with regional abrupt events (thermokarst), not a single global bifurcation point.
Why no UTAC/CREP/AFET bridge
Unlike several other GenesisAeon packages, this one deliberately does not propose a Gamma/CREP hypothesis for permafrost. Climate-topic packages in this ecosystem default to presenting real data on its own terms, without a speculative framework bridge, unless one clearly and genuinely fits — see DISCLAIMER.md for the full reasoning.
Quickstart
pip install permafrost-utac
# for real ESA CCI NetCDF loading:
pip install "permafrost-utac[data]"
from permafrost_utac import SyntheticPermafrostData, carbon_stock_gt
print(f"Permafrost carbon stock: ~{carbon_stock_gt():.0f} GtC")
series = SyntheticPermafrostData.generate_fraction_series()
for year, fraction in list(series.items())[:3]:
print(year, fraction)
Development
pip install -e ".[dev,data]"
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 permafrost_utac-1.0.0.tar.gz.
File metadata
- Download URL: permafrost_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 |
7c26066244841238de67c900b807777489055cb85604c1d8f1bd68265f36638a
|
|
| MD5 |
3cfa75067c97d12b3eb153b94774250c
|
|
| BLAKE2b-256 |
85b9f8b84692433d0624143e0d4c5840d7f6e6395554ad9aeed07ac66da44c18
|
File details
Details for the file permafrost_utac-1.0.0-py3-none-any.whl.
File metadata
- Download URL: permafrost_utac-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.8 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 |
b8c1fd73f4a2a5dac6331b1c0c23f39ea8550a25b16f922b7f3ae2626a001b4c
|
|
| MD5 |
95417912369ae372ff839f351833544f
|
|
| BLAKE2b-256 |
ef57b06dbf783ca67f3a682909b073ff91847231ffdbf659ca6319db295b2a5f
|