Add inversion_nee artifact (NEE/GPP/ER/Rh, 2002-2020)#1760
Merged
Conversation
Adds the inversion_nee artifact entry to Artifacts.toml and the inversion_nee_dataset_path accessor in src/Artifacts.jl. The dataset provides monthly 1x1 degree NEE (CarbonTracker CT2022), GPP (GOSIF-GPP v2), residual ER, and Hashimoto-derived Rh over 2002-2020, used as observations for NEE calibration.
kmdeck
approved these changes
Jun 3, 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 the
inversion_neeartifact, an isolated piece split out from the NEE calibration work onar/calibrate_inversion_neeso it can be reviewed and merged independently.Changes
Artifacts.toml: new[inversion_nee]artifact entry (git-tree-sha1 + Caltech Box download).src/Artifacts.jl: newinversion_nee_dataset_path(; context = nothing)accessor returning the path toderived_nee_gpp_er_rh_2002_2020.nc.Dataset
Monthly, 1°×1°, 2002–2020:
nee— CarbonTracker CT2022bio_flux_opt, g C m⁻² month⁻¹ (positive = source)gpp— GOSIF-GPP v2, regridded to 1°, g C m⁻² month⁻¹ (positive = uptake)er— residual ER = NEE + GPP, g C m⁻² month⁻¹ (positive = source)rh— Hashimoto 2015 Rs × annual Rh/Rs ratio, g C m⁻² day⁻¹ (native Hashimoto units; differs from nee/gpp/er); 2013–2020 filled with 2002–2012 monthly climatologyfire_ct,fire_gfed5— diagnostic fire fluxes (GFED4.1s, GFED5.1)Sign conventions, biases, and citations are documented in the accessor docstring and the artifact README.