<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user Gunther Huebler</shortDescription><userId>huebler</userId><userName>Gunther Huebler</userName></cause></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></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>527</buildNumber><marked><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</SHA1><branch><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</SHA1><branch><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</SHA1><branch><SHA1>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</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></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>#527</displayName><duration>2083144</duration><estimatedDuration>1516509</estimatedDuration><fullDisplayName>wrf_clubb_silhs_parallel_ifort #527</fullDisplayName><id>527</id><keepLog>false</keepLog><number>527</number><queueId>8012</queueId><result>SUCCESS</result><timestamp>1788672484540</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/527/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>fill_holes.F90</affectedPath><affectedPath>stats_netcdf.F90</affectedPath><affectedPath>advance_xp2_xpyp_module.F90</affectedPath><affectedPath>stats_clubb_utilities.F90</affectedPath><commitId>a2e87e0923b597090431c4cb02beb98ec70e70f9</commitId><timestamp>1788666832000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Microphys loop push (#1355)

* First set of loop pushes - feature addition to stats too to allow for calling stats_update multiple times in a timestep and averaging the results, which is quite nice for silhs and allows us to get rid of the special microphysics stats type

* More loop pushes

* Tiny changes to restore BFBness

* Pushing loop into advance_microphys

* Little more loop push

* More basic loop pushing

* More loop pushing, also found what seems to be a bug with additional columns, theres code that uses only the first one. Im leaving this in for now to maintain BFBness, but labeled the problem areas with TODOs

* Potentially final batch of loop pushes

* Adding acc fixes for microphys stuff - the 2D versions called are GPUized, so they need acc data statements surrounding them

* Removing unneccesary single col versions of lots of things

* Restoring some comments and formatting

* A little more restoration, maybe unnecceary
</comment><date>2026-09-05 22:53:52 -0500</date><id>a2e87e0923b597090431c4cb02beb98ec70e70f9</id><msg>Microphys loop push (#1355)</msg><path><editType>edit</editType><file>fill_holes.F90</file></path><path><editType>edit</editType><file>stats_netcdf.F90</file></path><path><editType>edit</editType><file>stats_clubb_utilities.F90</file></path><path><editType>edit</editType><file>advance_xp2_xpyp_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>silhs_api_module.F90</affectedPath><affectedPath>math_utilities.F90</affectedPath><affectedPath>CMakeLists.txt</affectedPath><affectedPath>est_kessler_microphys_module.F90</affectedPath><affectedPath>lh_microphys_var_covar_module.F90</affectedPath><affectedPath>latin_hypercube_driver_module.F90</affectedPath><commitId>d2dcdb63cd1a74bb5ceec2f6812dffc6a477c105</commitId><timestamp>1788666832000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Microphys loop push (#1355)

* First set of loop pushes - feature addition to stats too to allow for calling stats_update multiple times in a timestep and averaging the results, which is quite nice for silhs and allows us to get rid of the special microphysics stats type

* More loop pushes

* Tiny changes to restore BFBness

* Pushing loop into advance_microphys

* Little more loop push

* More basic loop pushing

* More loop pushing, also found what seems to be a bug with additional columns, theres code that uses only the first one. Im leaving this in for now to maintain BFBness, but labeled the problem areas with TODOs

* Potentially final batch of loop pushes

* Adding acc fixes for microphys stuff - the 2D versions called are GPUized, so they need acc data statements surrounding them

* Removing unneccesary single col versions of lots of things

* Restoring some comments and formatting

* A little more restoration, maybe unnecceary
</comment><date>2026-09-05 22:53:52 -0500</date><id>d2dcdb63cd1a74bb5ceec2f6812dffc6a477c105</id><msg>Microphys loop push (#1355)</msg><path><editType>edit</editType><file>lh_microphys_var_covar_module.F90</file></path><path><editType>edit</editType><file>CMakeLists.txt</file></path><path><editType>edit</editType><file>silhs_api_module.F90</file></path><path><editType>edit</editType><file>latin_hypercube_driver_module.F90</file></path><path><editType>edit</editType><file>math_utilities.F90</file></path><path><editType>edit</editType><file>est_kessler_microphys_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>WRF/phys/module_bl_clubb.F</affectedPath><affectedPath>WRF/phys/module_est_subcol_microphys_tndcy.F</affectedPath><commitId>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</commitId><timestamp>1788672451000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Adapt WRF SILHS and hole filling to multicolumn CLUBB APIs (#148)

* Adapt SILHS and hole filling to multicolumn CLUBB APIs

* Preserve original interface comments after multicolumn migration
</comment><date>2026-09-06 00:27:31 -0500</date><id>76254172fafd8c2d6fddf201c4fb2f5c04e6d9cd</id><msg>Adapt WRF SILHS and hole filling to multicolumn CLUBB APIs (#148)</msg><path><editType>edit</editType><file>WRF/phys/module_est_subcol_microphys_tndcy.F</file></path><path><editType>edit</editType><file>WRF/phys/module_bl_clubb.F</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>528</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/528/</url></nextBuild><previousBuild><number>526</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/wrf_clubb_silhs_parallel_ifort/526/</url></previousBuild></workflowRun>