<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><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>76</buildNumber><marked><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><branch><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><name>origin/master</name></branch></marked><revision><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><branch><SHA1>d3946a586f66f155af6c32d7c6f9ed92389388cf</SHA1><name>origin/master</name></branch></revision></originmaster><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>72</buildNumber><marked><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><branch><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><branch><SHA1>c7eb33836dd22870dc48b2acd2b5b340dbeef909</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>195</buildNumber><marked><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><branch><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><branch><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><branch><SHA1>685ee8cc90f18adff8f8cf9f3f0ebfbc2eb80386</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/wrf.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>#195</displayName><duration>4125967</duration><estimatedDuration>1483010</estimatedDuration><fullDisplayName>wrf_clubb_silhs_parallel_ifort #195</fullDisplayName><id>195</id><keepLog>false</keepLog><number>195</number><queueId>15730</queueId><result>SUCCESS</result><timestamp>1654158007536</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/195/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>new_pdf_main.F90</affectedPath><affectedPath>new_hybrid_pdf_main.F90</affectedPath><commitId>7bc6f76ec8b70bc1789f90b554dca47122c40001</commitId><timestamp>1654112656000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>The G_unit tests never allocated pdf_implicit_coefs_terms. It's unclear to me how these were working before, but it seems that something about making these 2D allocatable arrays exposed the bug.
</comment><date>2022-06-01 14:44:16 -0500</date><id>7bc6f76ec8b70bc1789f90b554dca47122c40001</id><msg>The G_unit tests never allocated pdf_implicit_coefs_terms. It's unclear to me how these were working before, but it seems that something about making these 2D allocatable arrays exposed the bug.</msg><path><editType>edit</editType><file>new_pdf_main.F90</file></path><path><editType>edit</editType><file>new_hybrid_pdf_main.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>advance_xp2_xpyp_module.F90</affectedPath><commitId>de73c4eefaee2b50045b4f5e706868e84b0f4550</commitId><timestamp>1654117361000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version.
</comment><date>2022-06-01 16:02:41 -0500</date><id>de73c4eefaee2b50045b4f5e706868e84b0f4550</id><msg>Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version.</msg><path><editType>edit</editType><file>advance_xp2_xpyp_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>advance_clubb_core_module.F90</affectedPath><affectedPath>clubb_api_module.F90</affectedPath><commitId>3643c78f6fe2260f971bba96ead125858b665f1c</commitId><timestamp>1654122180000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Removing setup_grid and setup_parameters functionality from setup_clubb_core. This is beacuse in host models the required grid information may not be known during the setup process, resulting in dummy arguments for setup_clubb_core and the grid and paramters being setup during runtime anyway. Now, in the host models we can call these subroutines immediately after setup_clubb_core to maintain identical functionality (sam, wrf), and in others we can wait to call these until the main timestepping procedure (cam,e3sm).
</comment><date>2022-06-01 17:23:00 -0500</date><id>3643c78f6fe2260f971bba96ead125858b665f1c</id><msg>Removing setup_grid and setup_parameters functionality from setup_clubb_core. This is beacuse in host models the required grid information may not be known during the setup process, resulting in dummy arguments for setup_clubb_core and the grid and paramters being setup during runtime anyway. Now, in the host models we can call these subroutines immediately after setup_clubb_core to maintain identical functionality (sam, wrf), and in others we can wait to call these until the main timestepping procedure (cam,e3sm).</msg><path><editType>edit</editType><file>advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>clubb_api_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>WRF/phys/module_bl_clubb.F</affectedPath><commitId>c43ec1bcb778ce3b72959c024f0e44250684a1a7</commitId><timestamp>1654122230000</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-06-01 17:23:50 -0500</date><id>c43ec1bcb778ce3b72959c024f0e44250684a1a7</id><msg>Making compatible with latest clubb change.</msg><path><editType>edit</editType><file>WRF/phys/module_bl_clubb.F</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>grid_class.F90</affectedPath><affectedPath>parameters_tunable.F90</affectedPath><affectedPath>clubb_api_module.F90</affectedPath><commitId>c623b91a9bf812b85b51b575233ad00e8b98f16c</commitId><timestamp>1654129942000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></author><authorEmail>huebler@uwm.edu</authorEmail><comment>Making 2D versions of setup_grid and setup_parameters.
</comment><date>2022-06-01 19:32:22 -0500</date><id>c623b91a9bf812b85b51b575233ad00e8b98f16c</id><msg>Making 2D versions of setup_grid and setup_parameters.</msg><path><editType>edit</editType><file>clubb_api_module.F90</file></path><path><editType>edit</editType><file>grid_class.F90</file></path><path><editType>edit</editType><file>parameters_tunable.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/huebler</absoluteUrl><fullName>Gunther Huebler</fullName></culprit><inProgress>false</inProgress><nextBuild><number>196</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/196/</url></nextBuild><previousBuild><number>194</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/194/</url></previousBuild></workflowRun>