Add PEcAn-to-ILAMB GeoTIFF conversion pipeline (GH-4019)#4020
Draft
Tejas7007 wants to merge 1 commit into
Draft
Conversation
Adds a Python pipeline in PEcAn.benchmark to convert downscaled SDA reanalysis GeoTIFF ensemble maps into ILAMB-compatible CF-1.8 netCDF for cVeg, cSoil, mrsol, and lai, with unit conversions and 13 unit tests.
1df9498 to
0f0de9d
Compare
mdietze
reviewed
Jun 1, 2026
| - given-names: David LeBauer | ||
| affiliation: University of Arizona | ||
| orcid: 'https://orcid.org/0000-0001-7228-053X' | ||
| - given-names: Tejas Dahiya |
Member
There was a problem hiding this comment.
I'd recommend moving your name down to the bottom of the list. You're definitely not "second author" on PEcAn
DongchenZ
approved these changes
Jun 1, 2026
Contributor
DongchenZ
left a comment
There was a problem hiding this comment.
Code looks clean, well-structured, and well-documented. Nice work!
ankurdesai
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Python pipeline in PEcAn.benchmark to convert downscaled SDA reanalysis GeoTIFF ensemble maps into ILAMB-compatible CF-1.8 netCDF for cVeg, cSoil, mrsol, and lai, with unit conversions and 13 unit tests.
Description
This is the first GSoC 2026 contribution toward benchmarking the PEcAn North American carbon reanalysis (Zhang et al. 2026) against TRENDY, CMIP, and observational datasets using ILAMB.
The pipeline (
modules/benchmark/inst/ilamb/):Variable mapping and conversions:
Follow-up PRs will add flux variables (GPP, NEE), ILAMB scoring configuration, and ensemble probabilistic diagnostics.
Motivation and Context
Benchmarking the PEcAn carbon reanalysis against other models and observations requires the data in ILAMB-readable CF-convention netCDF. This pipeline produces that from the downscaled GeoTIFF product. Closes #4019.
Review Time Estimate
Types of changes
Checklist: