<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><originclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>74</buildNumber><marked><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><branch><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><name>origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><branch><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><name>origin/clubb_silhs_devel</name></branch></revision></originclubb_silhs_devel><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>69</buildNumber><marked><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><branch><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><branch><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>187</buildNumber><marked><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><branch><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><branch><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></revision></refsremotesoriginclubb_silhs_devel></buildsByBranchName><lastBuiltRevision><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><branch><SHA1>47b012dfcaf28ece4ef32497117e7ff0e5237669</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/cam.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></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>#187</displayName><duration>4524654</duration><estimatedDuration>1992202</estimatedDuration><fullDisplayName>cam_global_ERP_Ln9_gfortran_test #187</fullDisplayName><id>187</id><keepLog>false</keepLog><number>187</number><queueId>13987</queueId><result>SUCCESS</result><timestamp>1646992029505</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/187/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/physics/cam/subcol_SILHS.F90</affectedPath><commitId>75add209321bc4deea49332d2ade35443260a7e0</commitId><timestamp>1646950400000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Making compatible with latest clubb change.
</comment><date>2022-03-10 16:13:20 -0600</date><id>75add209321bc4deea49332d2ade35443260a7e0</id><msg>Making compatible with latest clubb change.</msg><path><editType>edit</editType><file>src/physics/cam/subcol_SILHS.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>latin_hypercube_driver_module.F90</affectedPath><commitId>f078452993a62351642178c7d76a340f6406c693</commitId><timestamp>1646950443000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Removing data copies that we don't need anymore. This still runs correctly on GPUs.
</comment><date>2022-03-10 16:14:03 -0600</date><id>f078452993a62351642178c7d76a340f6406c693</id><msg>Removing data copies that we don't need anymore. This still runs correctly on GPUs.</msg><path><editType>edit</editType><file>latin_hypercube_driver_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>silhs_api_module.F90</affectedPath><affectedPath>latin_hypercube_driver_module.F90</affectedPath><commitId>8abf9d87614f2fdc27dfaf72324f917be702d582</commitId><timestamp>1646950443000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible.
</comment><date>2022-03-10 16:14:03 -0600</date><id>8abf9d87614f2fdc27dfaf72324f917be702d582</id><msg>Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible.</msg><path><editType>edit</editType><file>latin_hypercube_driver_module.F90</file></path><path><editType>edit</editType><file>silhs_api_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>latin_hypercube_driver_module.F90</affectedPath><commitId>7d2d3a8a4ef4a33a36ce8cc202e27c17e9c9378b</commitId><timestamp>1646950443000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></author><authorEmail>37674341+huebleruwm@users.noreply.github.com</authorEmail><comment>No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols.
</comment><date>2022-03-10 16:14:03 -0600</date><id>7d2d3a8a4ef4a33a36ce8cc202e27c17e9c9378b</id><msg>No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols.</msg><path><editType>edit</editType><file>latin_hypercube_driver_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/physics/cam/clubb_intr.F90</affectedPath><commitId>5157b3e1029cf6ac16ff6dc2c80162e9a892a277</commitId><timestamp>1646950842000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Removing unused sclr_tol declaration. larson-group/cam#145
</comment><date>2022-03-10 16:20:42 -0600</date><id>5157b3e1029cf6ac16ff6dc2c80162e9a892a277</id><msg>Removing unused sclr_tol declaration. larson-group/cam#145</msg><path><editType>edit</editType><file>src/physics/cam/clubb_intr.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/37674341+huebleruwm</absoluteUrl><fullName>37674341+huebleruwm</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></culprit><inProgress>false</inProgress><nextBuild><number>188</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/188/</url></nextBuild><previousBuild><number>186</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/186/</url></previousBuild></workflowRun>