Skip to content

fix: convert Huang irrigation depth to volume before aggregation#22

Merged
koen-vg merged 1 commit into
Sustainable-Solutions-Lab:mainfrom
koen-vg:fix-huang-irrigation-water-units
Jul 3, 2026
Merged

fix: convert Huang irrigation depth to volume before aggregation#22
koen-vg merged 1 commit into
Sustainable-Solutions-Lab:mainfrom
koen-vg:fix-huang-irrigation-water-units

Conversation

@koen-vg

@koen-vg koen-vg commented Jul 3, 2026

Copy link
Copy Markdown
Member

The Huang withd_irr variable is an irrigation-withdrawal depth (mm/month), but the script treated it as km3 and only scaled by 1e9, never multiplying by grid-cell area. Coverage-weighted summing of a depth is meaningless and inflated the current_use water availability by ~2 orders of magnitude (global ~505,000 km3/yr vs the true ~2,300 km3/yr). Convert depth to volume per cell (mm -> m times latitude-dependent cell area) before aggregating.

The Huang withd_irr variable is an irrigation-withdrawal depth (mm/month),
but the script treated it as km3 and only scaled by 1e9, never multiplying
by grid-cell area. Coverage-weighted summing of a depth is meaningless and
inflated the current_use water availability by ~2 orders of magnitude
(global ~505,000 km3/yr vs the true ~2,300 km3/yr). Convert depth to volume
per cell (mm -> m times latitude-dependent cell area) before aggregating.
@koen-vg koen-vg merged commit fdf384c into Sustainable-Solutions-Lab:main Jul 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant