<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>19</buildNumber><marked><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><branch><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><branch><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><branch><SHA1>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_release_diff_test/detail/clubb_release_diff_test/19/artifacts</artifactsUrl><changesUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_release_diff_test/detail/clubb_release_diff_test/19/changes</changesUrl><displayUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_release_diff_test/detail/clubb_release_diff_test/19/</displayUrl><testsUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_release_diff_test/detail/clubb_release_diff_test/19/tests</testsUrl></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'><restartEnabled>false</restartEnabled><restartableStage>Checkout Clubb and Clubb_Release</restartableStage><restartableStage>Diff</restartableStage></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'><node _class='org.jenkinsci.plugins.workflow.graph.FlowStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.graph.FlowEndNode'></node></action><action></action><action></action><action></action><building>false</building><displayName>#19</displayName><duration>1730020</duration><estimatedDuration>1419302</estimatedDuration><fullDisplayName>clubb_release_diff_test #19</fullDisplayName><id>19</id><keepLog>false</keepLog><number>19</number><queueId>1560</queueId><result>SUCCESS</result><timestamp>1612517769610</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/19/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/SILHS/latin_hypercube_driver_module.F90</affectedPath><commitId>91292e2d4008c61e8ef7ccf59d93d8d103061f5b</commitId><timestamp>1611783834000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Moving the acc update host directive to after the wait directives in silhs. Since silhs runs with asyncronous kernel calls the update was occasionally happening before some clipping was finished, causing problems in assert_correct_cloud_normal. This is only a problem when compiling with OpenACC enabled, so it should be bit identical for all our tests. larson-group/cam#129
</comment><date>2021-01-27 15:43:54 -0600</date><id>91292e2d4008c61e8ef7ccf59d93d8d103061f5b</id><msg>Moving the acc update host directive to after the wait directives in silhs. Since silhs runs with asyncronous kernel calls the update was occasionally happening before some clipping was finished, causing problems in assert_correct_cloud_normal. This is only a problem when compiling with OpenACC enabled, so it should be bit identical for all our tests. larson-group/cam#129</msg><path><editType>edit</editType><file>src/SILHS/latin_hypercube_driver_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/SILHS/output_2D_samples_module.F90</affectedPath><affectedPath>src/microphys_driver.F90</affectedPath><affectedPath>src/SILHS/lh_microphys_var_covar_module.F90</affectedPath><affectedPath>src/silhs_category_variance_module.F90</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>src/estimate_scm_microphys_module.F90</affectedPath><affectedPath>src/SILHS/est_kessler_microphys_module.F90</affectedPath><affectedPath>src/SILHS/silhs_api_module.F90</affectedPath><affectedPath>src/SILHS/transform_to_pdf_module.F90</affectedPath><affectedPath>src/lh_microphys_driver_module.F90</affectedPath><affectedPath>src/SILHS/latin_hypercube_driver_module.F90</affectedPath><affectedPath>src/SILHS/math_utilities.F90</affectedPath><commitId>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</commitId><timestamp>1612480793000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Reording vertical and subcolumn dimensions in SILHS. This is BIT_CHANING in some cases, seemly due to an outputting error for the precip_rate field, but plotted results are identical. larson-group/cam#129
</comment><date>2021-02-04 17:19:53 -0600</date><id>2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d</id><msg>Reording vertical and subcolumn dimensions in SILHS. This is BIT_CHANING in some cases, seemly due to an outputting error for the precip_rate field, but plotted results are identical. larson-group/cam#129</msg><path><editType>edit</editType><file>src/estimate_scm_microphys_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/transform_to_pdf_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/est_kessler_microphys_module.F90</file></path><path><editType>edit</editType><file>src/lh_microphys_driver_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/output_2D_samples_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/silhs_api_module.F90</file></path><path><editType>edit</editType><file>src/silhs_category_variance_module.F90</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>src/SILHS/latin_hypercube_driver_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/lh_microphys_var_covar_module.F90</file></path><path><editType>edit</editType><file>src/SILHS/math_utilities.F90</file></path><path><editType>edit</editType><file>src/microphys_driver.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName><id>huebler</id></culprit><inProgress>false</inProgress><nextBuild><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>20</buildNumber><marked><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><branch><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><branch><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><branch><SHA1>612ed86869177ba5f7a38a0c2e786279fc4e654d</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><action></action><building>false</building><displayName>#20</displayName><duration>1608065</duration><estimatedDuration>1419302</estimatedDuration><fullDisplayName>clubb_release_diff_test #20</fullDisplayName><id>20</id><keepLog>false</keepLog><number>20</number><queueId>1639</queueId><result>SUCCESS</result><timestamp>1613036167466</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/20/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jenkins_tests/bin_diff_regression_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/gfortran_build/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/ifort_build/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/silhs_conv_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/github_nightly_update_scripts/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/openmp_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/G_unit_tests/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/error_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/pgroup_build/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/check_budget_balance/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/bc_tolerance_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/clubb_release_diff_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/convergence_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/fire_tuning_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/clubb_release_intel_build/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/api_commitment_test/Jenkinsfile</affectedPath><affectedPath>jenkins_tests/unit_var_test/Jenkinsfile</affectedPath><commitId>da03ca5fd8e2eef51c43a3fa71e52e3769b38be7</commitId><timestamp>1612988718000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/pbroels</absoluteUrl><fullName>pbroels</fullName></author><authorEmail>pbroels@uwm.edu</authorEmail><comment>Adding email on fail functionaity to all tests.
</comment><date>2021-02-10 14:25:18 -0600</date><id>da03ca5fd8e2eef51c43a3fa71e52e3769b38be7</id><msg>Adding email on fail functionaity to all tests.</msg><path><editType>edit</editType><file>jenkins_tests/ifort_build/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/fire_tuning_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/convergence_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/G_unit_tests/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/clubb_release_diff_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/gfortran_build/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/check_budget_balance/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/bin_diff_regression_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/error_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/unit_var_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/clubb_release_intel_build/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/pgroup_build/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/api_commitment_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/openmp_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/bc_tolerance_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/silhs_conv_test/Jenkinsfile</file></path><path><editType>edit</editType><file>jenkins_tests/github_nightly_update_scripts/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/error.F90</affectedPath><commitId>612ed86869177ba5f7a38a0c2e786279fc4e654d</commitId><timestamp>1612999149000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/isenfireldc</absoluteUrl><fullName>isenfireldc</fullName></author><authorEmail>isenfireldc@gmail.com</authorEmail><comment>Changes error handling within error.f90 for the fire tuner

Adds a statement to flag l_error if l_file_error is flagged
Changes a blank stop to an error stop with a message

Issue larson-group/sys_admin#725
</comment><date>2021-02-10 17:19:09 -0600</date><id>612ed86869177ba5f7a38a0c2e786279fc4e654d</id><msg>Changes error handling within error.f90 for the fire tuner</msg><path><editType>edit</editType><file>src/error.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/isenfireldc</absoluteUrl><fullName>isenfireldc</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/pbroels</absoluteUrl><fullName>pbroels</fullName></culprit><inProgress>false</inProgress><nextBuild><number>21</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/21/</url></nextBuild><previousBuild><number>19</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/19/</url></previousBuild></nextBuild><previousBuild><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>18</buildNumber><marked><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><branch><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><branch><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><branch><SHA1>2ab61df82eb45170cc68959cd91398d88c8b39b7</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><action></action><building>false</building><displayName>#18</displayName><duration>624102</duration><estimatedDuration>1419302</estimatedDuration><fullDisplayName>clubb_release_diff_test #18</fullDisplayName><id>18</id><keepLog>false</keepLog><number>18</number><queueId>1518</queueId><result>SUCCESS</result><timestamp>1612431369872</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/18/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>README</affectedPath><commitId>2ab61df82eb45170cc68959cd91398d88c8b39b7</commitId><timestamp>1612380157000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>I clarified the recipe to do tuning runs.

See larson-group/sys_admin#717.
</comment><date>2021-02-03 13:22:37 -0600</date><id>2ab61df82eb45170cc68959cd91398d88c8b39b7</id><msg>I clarified the recipe to do tuning runs.</msg><path><editType>edit</editType><file>README</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit><inProgress>false</inProgress><nextBuild><number>19</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/19/</url></nextBuild><previousBuild><number>17</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/17/</url></previousBuild></previousBuild></workflowRun>