๐ Overview
First unified framework for planetary carbon accounting
"Weighing the Breath of the Earth."
CARBONICA is a physically rigorous eight-parameter framework for real-time quantification of global carbon cycle dynamics, natural sink capacity, and the critical threshold at which Earth's self-regulating biogeochemical systems approach saturation. The framework integrates eight governing parameters into the Planetary Carbon Saturation Index (PCSI).
0.78
PCSI 2025
Up from 0.31 in 1960
0.947
rยฒ vs Keeling
65-year validation
1.71
F_perma
PgC/yr ยท 4.3% emissions
12.4
Revelle Factor
36% buffer loss
65
Years
1960-2025 baseline
8
Parameters
Integrated framework
๐ Research Paper
Nature Climate Change (Springer Nature)
CARBONICA Research Paper
Submitted to Nature Climate Change ยท March 13, 2026
Title: CARBONICA: Advanced Planetary Carbon Accounting & Feedback Dynamics โ A Multi-Parameter Earth System Science Framework for Real-Time Quantification of Global Carbon Cycle Dynamics, Sink Saturation, and Planetary Self-Regulation Thresholds
Author: Samir Baladi
Affiliation: Ronin Institute / Rite of Renaissance
DOI: 10.5281/zenodo.18995446
License: MIT License
Status: Under review
Keywords: global carbon cycle, carbon budget, net primary productivity, oceanic carbon sink, permafrost thaw flux, Revelle factor, air-sea gas exchange, photosynthetic quantum yield, carbon residence time, Earth system science
๐ Key Results
Validation performance metrics
0.947
rยฒ vs Keeling
65-year validation
36%
Buffer Loss
Revelle Factor 9.1โ12.4
35x
F_perma Increase
1990โ2025
โ0.9%
ฮฆ_q Decline
Per decade (global)
2047-53
Critical Year
SSP3-7.0 projection
15-25
PgC Budget
Smaller vs AR6
๐ฌ Eight Parameters
Physical framework
| Parameter | Symbol | Weight | Description |
| Net Primary Productivity | NPP | 0.16 | Terrestrial photosynthetic carbon uptake |
| Oceanic Carbon Sink | S_ocean | 0.18 | Air-sea COโ exchange |
| Atmospheric COโ Growth | G_atm | 0.20 | Highest weight โ source-sink imbalance |
| Permafrost Thaw Flux | F_perma | 0.19 | Frozen carbon reserve release |
| Buffer Capacity | ฮฒ | 0.12 | Revelle Factor inverse |
| Soil Residence Time | ฯ_soil | 0.07 | Terrestrial reservoir stability |
| Anthropogenic Emission | E_anth | 0.05 | Human perturbation term |
| Quantum Yield | ฮฆ_q | 0.03 | Photosynthetic efficiency |
๐ Planetary Carbon Saturation Index
Composite index
PCSI =
0.20 ยท G_atm*
+ 0.19 ยท F_perma*
+ 0.18 ยท S_ocean*
+ 0.16 ยท NPP*
+ 0.12 ยท ฮฒ*
+ 0.07 ยท ฯ_soil*
+ 0.05 ยท E_anth*
+ 0.03 ยท ฮฆ_q*
โฅ0.80
CRITICAL
Self-reinforcing feedbacks emerging
0.55-0.79
TRANSITIONAL
Sink weakening detectable
<0.55
STABLE
Sinks dominating
โ ๏ธ PCSI Thresholds
Three-level alert framework
| Level | PCSI Range | Description | Action |
| ๐ข STABLE | <0.55 | Sinks dominating, stable carbon cycle | Routine monitoring |
| ๐ก TRANSITIONAL | 0.55-0.79 | Sink weakening detectable | Enhanced monitoring |
| ๐ด CRITICAL | โฅ0.80 | Self-reinforcing feedbacks emerging | Immediate attention |
๐ฆ Installation
Quick setup
pip install carbonica
git clone https://github.com/gitdeeper9/carbonica.git
cd carbonica
pip install -r requirements.txt
pip install -e .
docker-compose up -d
python -c "import carbonica; print(carbonica.__version__)"
๐ง API Reference
Python interface
CarbonBudget
Master dC_atm/dt integrator
from carbonica import CarbonBudget
budget = CarbonBudget(
baseline_year=1960,
end_year=2025,
data_dir="./data"
)
budget.load_observations()
params = budget.get_current_state(2025)
print(params['G_atm'])
OceanSinkModel
Air-sea COโ exchange & Revelle Factor
from carbonica.modules import OceanSinkModel
ocean = OceanSinkModel(data_dir="./data")
R = ocean.get_revelle_factor(2025)
beta = ocean.get_buffer_capacity(2025)
print(f"R = {R:.1f}, ฮฒ = {beta:.3f}")
PermafrostEngine
Permafrost thaw flux calculations
from carbonica.modules import PermafrostEngine
perma = PermafrostEngine(data_dir="./data")
flux = perma.get_flux(2025)
components = perma.separate_thaw_types(flux, 2025)
print(f"Abrupt thaw: {components['abrupt']:.2f} PgC/yr")
QuantumYieldTracker
Photosynthetic quantum yield from SIF
from carbonica.modules import QuantumYieldTracker
qyt = QuantumYieldTracker(data_dir="./data")
phi_global = qyt.get_quantum_yield(2025)
phi_amazon = qyt.get_quantum_yield(2025, 'amazon_tropical')
print(f"Global: {phi_global:.4f}, Amazon: {phi_amazon:.4f}")
PCSI.compute()
Compute Planetary Carbon Saturation Index from eight parameters
from carbonica import PCSI
pcsi = PCSI()
params = {
'NPP': 58.3,
'S_ocean': -3.08,
'G_atm': 2.38,
'F_perma': 1.71,
'beta': 0.081,
'tau_soil': 27,
'E_anth': 11.2,
'Phi_q': 0.071
}
result = pcsi.compute(params)
print(f"PCSI = {result:.3f} ({pcsi.get_status(result)})")
๐ Case Studies
Field validation
๐ณ Amazon
2018-2023
Sink โ source, 20% ฮฆ_q decline
โ๏ธ Arctic
Permafrost
1.71 PgC/yr, 31% abrupt thaw
๐ Mauna Loa
1960-2025
65-year baseline, rยฒ=0.997
๐ Revelle
Buffer Loss
2.5ร acceleration, 36% loss
๐ Permafrost
Feedback
4.3% global emissions
๐ฟ ฮฆ_q
Decline
-0.9%/decade global
๐ค Author
Principal investigator
๐
Samir Baladi
Interdisciplinary AI Researcher โ Earth System Science, Carbon Cycle Dynamics & Planetary Flux Modeling
Ronin Institute / Rite of Renaissance
Samir Baladi is an independent researcher affiliated with the Ronin Institute, developing the Rite of Renaissance interdisciplinary research program. CARBONICA is the third framework in a series of openโsource geophysical frameworks, following CORAL-CORE (coral reef systems), LITHO-SONIC (crustal stress), and INFRAS-CLOUD (atmospheric infrasound). The framework was validated against a 65-year observational baseline (1960โ2025) spanning seven global datasets.
No conflicts of interest declared.
๐ Citation
How to cite
@software{baladi2026carbonica,
author = {Baladi, Samir},
title = {CARBONICA: Advanced Planetary Carbon Accounting \& Feedback Dynamics},
year = {2026},
version = {1.0.0},
doi = {10.5281/zenodo.18995446},
url = {https://github.com/gitdeeper9/carbonica},
license = {MIT}
}
"Carbon is the chemical backbone of life and the primary radiative forcing agent of Earth's climate. At PCSI = 0.78, the planet's self-regulating carbon systems are approaching a threshold from which return becomes uncertain. CARBONICA makes it measurable."