Add tc_analysis to the EAMxx example (post.v3.eamxx.cfg)#843
Open
chengzhuzhang wants to merge 3 commits into
Open
Add tc_analysis to the EAMxx example (post.v3.eamxx.cfg)#843chengzhuzhang wants to merge 3 commits into
chengzhuzhang wants to merge 3 commits into
Conversation
Wire tc_analysis into examples/post.v3.eamxx.cfg using the EAMxx support from PR #828: a [tc_analysis] section reading the 6-hourly AVERAGE.nhours_x6 stream with input_grid and the EAMxx-ordered tc_vars, plus "tc_analysis" added to the e3sm_diags sets. Point [e3sm_diags] at a local e3sm_diags dev build (main, which has EAMxx COSP support) via environment_commands. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Set e3sm_diags environment_commands to the Perlmutter conda hosting e3sm_diags_eamxx_dev (built from e3sm_diags main, has EAMxx COSP); keep the Chrysalis path as a comment. Bump output/www folders to 07062026. Validated with a dry run (dry_run=True). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Extends the EAMxx example config to demonstrate TC tracking end-to-end.
Changes to
examples/post.v3.eamxx.cfg[tc_analysis]section for EAMxx, using theinput_grid+tc_varsparameters from Improve TC analysis workflow robustness for both EAM and EAMxx #828 (--res/pg2 derived frominput_grid; the seven tracking vars mapped from EAMxx names).tc_analysisset in[e3sm_diags](previously commented out as "not yet supported for eamxx").[e3sm_diags] environment_commandsat a local e3sm_diags build with EAMxx support (COSP + variable derivations), since that isn't in a released E3SM-Unified yet.Notes
input,output,www, andenvironment_commandsare machine/user-specific example paths (Perlmutter here) — change them for your setup before running.dry_run: config validation passes and all tasks (climo, ts, e3sm_to_cmip, tc_analysis, e3sm_diags) generate.🤖 Generated with Claude Code