-
Notifications
You must be signed in to change notification settings - Fork 376
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
Added support to allow eam history tapes up to 15 for maint-2.0 #4991
Conversation
This is to mirror PR #4892 for master to increase eam history tapes up to 15 to accomodate more extensive output configurations. [BFB]
Hi @tangq , @beharrop , this is the same as #4892 but using a branch that is based on maint-2.0 and for maint-2.0. Please help take a quick look. The changes should be the same as in #4892 -- note that the differences between master and maint-2.0 in namelist_definition.xml do not showed up in the review page. The other two files, cam_history.F90 and cam_history_support.F90 remain identical between master and maint-2.0. |
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.
@wlin7 , how did you make this PR without showing numerous older commits?
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.
Looks good to me. Thanks
@tangq , because master and maint-2.0 have diverged, I used a new branch based on current maint-2.0 to have a clean PR for these changes. |
I noticed that the "squash and merge" button is not grey for my account. Does this mean users who are not integrators can merge changes into the maint-2.0 branch? |
That should be fixed. Thanks for pointing it out. |
Merged to maint-2.0. |
This is to mirror PR #4892 for master to increase eam history tapes
up to 15 to accomodate more extensive output configurations.
[BFB]