-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
part of cam6_3_010: Solutions to issue of configure option "-chem none" with cam6 physics #330
Merged
Conversation
This file contains 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
fvitt
requested review from
gold2718,
andrewgettelman,
cacraigucar and
nusbaume
February 16, 2021 22:09
andrewgettelman
approved these changes
Feb 16, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the proposed solution will work scientifically. Happy to have this functionality back. Thanks Francis.
nusbaume
approved these changes
Feb 17, 2021
cacraigucar
approved these changes
Feb 17, 2021
gold2718
approved these changes
Feb 17, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bringing this up.
cacraigucar
changed the title
Solutions to issue of configure option "-chem none" with cam6 physics
part of cam6_3_010?: Solutions to issue of configure option "-chem none" with cam6 physics
Feb 17, 2021
cacraigucar
changed the title
part of cam6_3_010?: Solutions to issue of configure option "-chem none" with cam6 physics
part of cam6_3_010: Solutions to issue of configure option "-chem none" with cam6 physics
Feb 22, 2021
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.
By default, turn off volcanic forcings when configure option "-chem none" is used with cam6 physics.
Change aerosol names in the physics property files of prescribed stratospheric aerosols so the the 3 modes have unique names and there are no namespace issues with history fields added in ndrop_bam if the user chooses to turn on the volcanic forcings.
The default configuration with "-chem none" is to have no volcanic forcings. One can turn on the cam6 volcanic forcings by setting prescribed_strataero_feedback=.true.
Added an aux_cam test since it seems that there is a desire to support this configuration.
Refactor how WACCM physics QBO nudging is turned on.
Remove reprosum settings from FSD prealpha test.
Closes #169
Closes #261
Closes #334