<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>213</buildNumber><marked><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><branch><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><branch><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><branch><SHA1>8d94590933307afaad66bdbc5676fe46de962977</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.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>#213</displayName><duration>4727910</duration><estimatedDuration>1419302</estimatedDuration><fullDisplayName>clubb_release_diff_test #213</fullDisplayName><id>213</id><keepLog>false</keepLog><number>213</number><queueId>15322</queueId><result>SUCCESS</result><timestamp>1652517369791</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/213/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_helper_module.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><commitId>ca240e9d33d4faf380b8e75f910d20048a406a80</commitId><timestamp>1652459498000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></author><authorEmail>68997723+JanGrn@users.noreply.github.com</authorEmail><comment>Added ability to apply smooth min max functions in mixing_length.F90
</comment><date>2022-05-13 11:31:38 -0500</date><id>ca240e9d33d4faf380b8e75f910d20048a406a80</id><msg>Added ability to apply smooth min max functions in mixing_length.F90</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_helper_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_helper_module.F90</affectedPath><commitId>6efeb9d26bd42ce5c02979da7625eaf6381ab754</commitId><timestamp>1652459498000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></author><authorEmail>68997723+JanGrn@users.noreply.github.com</authorEmail><comment>Updated deprecated documentation of smooth min and max functions in advance_helper_module.F90. https://github.com/larson-group/clubb/issues/965
</comment><date>2022-05-13 11:31:38 -0500</date><id>6efeb9d26bd42ce5c02979da7625eaf6381ab754</id><msg>Updated deprecated documentation of smooth min and max functions in advance_helper_module.F90. https://github.com/larson-group/clubb/issues/965</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_helper_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_helper_module.F90</affectedPath><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><commitId>25b7981de0964d1e329b0a5b3020eef20e0144f6</commitId><timestamp>1652459498000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></author><authorEmail>68997723+JanGrn@users.noreply.github.com</authorEmail><comment>Checked whether results really are identical even with round-off when we have l_smooth_min_max=T and smooth_min_max_mag=zero. Next commit rolls some of these changes back for merge into master. https://github.com/larson-group/clubb/issues/965
</comment><date>2022-05-13 11:31:38 -0500</date><id>25b7981de0964d1e329b0a5b3020eef20e0144f6</id><msg>Checked whether results really are identical even with round-off when we have l_smooth_min_max=T and smooth_min_max_mag=zero. Next commit rolls some of these changes back for merge into master. https://github.com/larson-group/clubb/issues/965</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_helper_module.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/mixing_length.F90</affectedPath><affectedPath>src/G_unit_test_types/smooth_min_max_tests.F90</affectedPath><commitId>0ac05189208ed736ed02f36c1fe97544aeca72f3</commitId><timestamp>1652459498000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></author><authorEmail>68997723+JanGrn@users.noreply.github.com</authorEmail><comment>Added test cases to smooth_min_max_tests.F90 and updated documentation.
</comment><date>2022-05-13 11:31:38 -0500</date><id>0ac05189208ed736ed02f36c1fe97544aeca72f3</id><msg>Added test cases to smooth_min_max_tests.F90 and updated documentation.</msg><path><editType>edit</editType><file>src/CLUBB_core/mixing_length.F90</file></path><path><editType>edit</editType><file>src/G_unit_test_types/smooth_min_max_tests.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/G_unit_test_types/smooth_min_max_tests.F90</affectedPath><commitId>8d94590933307afaad66bdbc5676fe46de962977</commitId><timestamp>1652459498000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></author><authorEmail>68997723+JanGrn@users.noreply.github.com</authorEmail><comment>Added final test cases to smooth_min_max_tests.F90
</comment><date>2022-05-13 11:31:38 -0500</date><id>8d94590933307afaad66bdbc5676fe46de962977</id><msg>Added final test cases to smooth_min_max_tests.F90</msg><path><editType>edit</editType><file>src/G_unit_test_types/smooth_min_max_tests.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/68997723+jangrn</absoluteUrl><fullName>68997723+JanGrn</fullName></culprit><inProgress>false</inProgress><nextBuild><number>214</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/214/</url></nextBuild><previousBuild><number>212</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/212/</url></previousBuild></workflowRun>