EAMxx: Code incorporating changes to mam4xx to support tunable aerosol properties.#8553
Merged
jeff-cohere merged 3 commits intoJul 15, 2026
Merged
Conversation
jeff-cohere
marked this pull request as ready for review
July 13, 2026 18:52
Contributor
Author
|
This PR is ready for review. All tests pass except for one ZM test in one configuration. All of the source changes are specific to MAM, and I know there's been some test noise related to ZM recently, so I'm not sure what to make of this failure. Happy to rebase against |
Contributor
Author
|
The file changes probably seem somewhat nonsensical, passing aerosol species information between contexts in a haphazard way. We are currently discussing a restructuring of mam4xx to articulate a more sensible interface so EAMxx doesn't have to mess around in its innards. |
overfelt
approved these changes
Jul 14, 2026
bartgol
approved these changes
Jul 14, 2026
jeff-cohere
added a commit
that referenced
this pull request
Jul 14, 2026
…ext (PR #8553) In order to allow aerosol species properties to be modified for tuning, we've had to make some changes to mam4xx. This PR updates the mam4xx submodule and updates the MAM atmosphere processes to accommodate these changes. [BFB]
Contributor
Author
|
Merged to |
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.
In order to allow aerosol species properties to be modified for tuning, we've had
to make some changes to mam4xx. This PR updates the mam4xx submodule and
updates the MAM atmosphere processes to accommodate these changes.
[BFB]