config: add v0.3 MECS step on the v0.2 footing#491
Open
briantobin-99 wants to merge 1 commit into
Open
Conversation
MECS diagnostics step comparable to the rest of the v0.3 chain: update_mecs_method (replacing new_ghg_method on the GHG-method axis) plus the v0.2 footing flags (use_E_data_year_for_x_in_B, implement_waste_disaggregation). The existing 2025_usa_cornerstone_ghg_mecs.yaml stays as the atomic-vs-CEDA test stub. Co-authored-by: Cursor <cursoragent@cursor.com>
bl-young
requested changes
Jul 7, 2026
bl-young
left a comment
Member
There was a problem hiding this comment.
I think it'd be helpful to include a short narrative like many of the other configs have at the top of this file to describe what it implements.
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.
Summary
Adds
2025_usa_cornerstone_full_model_v0_3_ghgi_mecs.yamlso the MECS step sits on the same footing as the rest of the v0.3 diagnostics chain.The previous MECS config (
2025_usa_cornerstone_ghg_mecs.yaml) was fine as a standalone atomic test but two settings made it non-comparable to the other v0.3 steps:use_E_data_year_for_x_in_Bandimplement_waste_disaggregation.fbs_schemasnapshot as its baseline instead of the defaultv0.Both are corrected here. (
update_mecs_methodreplacesnew_ghg_methodrather than being set alongside it, since the GHG-method selector is first-match-wins.) The original config is left untouched.Testing
generate_diagnosticsfrom this branch against both CEDA and USEEIO baselines; both runs succeeded.config_summaryconfirms the intended flags and thev0baseline snapshot.