-
Notifications
You must be signed in to change notification settings - Fork 54
Add support for branch run type in EAMxx #3065
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
Conversation
|
// we have the AD add the IC file name to the GM params | ||
const auto& ic_pl = m_atm_params.sublist("initial_conditions"); | ||
if (m_case_t0<m_run_t0) { | ||
if (m_run_type==RunType::Restart) { |
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.
These checks are equivalent, but I thought using the enum may be more robust if we later decide to distinguish Continue from Branch, or maybe support Hybrid (which I still don't understand).
39afa64
to
2ca021a
Compare
111c78c
to
b621e0f
Compare
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Build InformationTest Name: SCREAM_PullRequest_Autotester_Mappy
Jenkins Parameters
Using Repos:
Pull Request Author: bartgol |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 2 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run. Pull Request Auto Testing has FAILED (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Build InformationTest Name: SCREAM_PullRequest_Autotester_Mappy
Jenkins Parameters
SCREAM_PullRequest_Autotester_Weaver # 6231 FAILED (click to see last 100 lines of console output)
SCREAM_PullRequest_Autotester_Mappy # 5971 FAILED (click to see last 100 lines of console output)
|
b621e0f
to
73e3b46
Compare
It's just like a restart run, but we may have a different case name
In CIME runs, use info from cpl, while in standalone use a fixed string
73e3b46
to
6fa67eb
Compare
@brhillman confirmed that this works as expected. Letting the AT do its course and then merging. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Build InformationTest Name: SCREAM_PullRequest_Autotester_Mappy
Jenkins Parameters
Using Repos:
Pull Request Author: bartgol |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: SCREAM_PullRequest_Autotester_Weaver
Jenkins Parameters
Build InformationTest Name: SCREAM_PullRequest_Autotester_Mappy
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
All Jobs Finished; status = PASSED, target_sha=65dca4e0e66f238ff870783fd625aa4e7d4f5d39, However Inspection must be performed before merge can occur... |
It did not require much work, basically just grab the restart case name from mct rather than XML file. I piggy backed a small cleanup of the trace gases workaround struct.