<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></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>75</buildNumber><marked><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><branch><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><name>origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><branch><SHA1>c0797a7f204bf6c3e61b5934d30c765329532605</SHA1><name>origin/clubb_silhs_devel</name></branch></revision></originclubb_silhs_devel><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>71</buildNumber><marked><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><branch><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><branch><SHA1>2b097205a2cf81c88b1f24a64a493307e06a9f97</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>351</buildNumber><marked><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><branch><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><branch><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></revision></refsremotesoriginclubb_silhs_devel></buildsByBranchName><lastBuiltRevision><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><branch><SHA1>ed4c6d7921a899d94737ed49a2fc2b564d081f00</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/e3sm.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>#351</displayName><duration>2870224</duration><estimatedDuration>3428101</estimatedDuration><fullDisplayName>e3sm_run_gfortran_test #351</fullDisplayName><id>351</id><keepLog>false</keepLog><number>351</number><queueId>1365</queueId><result>SUCCESS</result><timestamp>1714723509805</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/351/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>advance_xm_wpxp_module.F90</affectedPath><commitId>0e6f459a8ca2110f661d78019a1f717ff9b9407a</commitId><timestamp>1714680265000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>I am committing code that effectively ignores the values of certain
zt stats at the ghost level by setting them to 0. This is done to
allow for bit-for-bitness comparisons between the master branch
and the clubb_ghost_exorcism branch.

Technically, since zt stat file output at the irrelevant ghost
level is changed for some variables, this commit is BIT_CHANGING.

Effectively, this commit doesn't change squat in terms of model results.
</comment><date>2024-05-02 15:04:25 -0500</date><id>0e6f459a8ca2110f661d78019a1f717ff9b9407a</id><msg>I am committing code that effectively ignores the values of certain</msg><path><editType>edit</editType><file>advance_xm_wpxp_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>advance_xm_wpxp_module.F90</affectedPath><commitId>4b4adc89f8fe60d9e9f89fadcab3f1f6c9499250</commitId><timestamp>1714685456000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>I am moving the advance_xm_wpxp setting of xm(1) = xm(2) from the
end of xm_clipping_and_stats to the very end of advance_xm_wpxp, right
before the return to advance_clubb_core. The reason I am doing this
is the nudging was done after setting xm(1) = xm(2) and would alter
the results. This is no longer the case, as setting xm(1) = xm(2)
is now being done after nudging.

This is being done in advance of removal of the ghost point from CLUBB.
This helps ensure a bit-for-bit match between the ghost exorcism branch and the
master branch.

This commit technically alter fields such as um, vm, um_bt, vm_bt,
wpup2, wpvp2, and shear at level 1 only. Thus, this commit is
technically BIT_CHANGING.

Effectively, once again, this commit doesn't change squat.
</comment><date>2024-05-02 16:30:56 -0500</date><id>4b4adc89f8fe60d9e9f89fadcab3f1f6c9499250</id><msg>I am moving the advance_xm_wpxp setting of xm(1) = xm(2) from the</msg><path><editType>edit</editType><file>advance_xm_wpxp_module.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></culprit><inProgress>false</inProgress><nextBuild><number>352</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/352/</url></nextBuild><previousBuild><number>350</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/e3sm_run_gfortran_test/350/</url></previousBuild></workflowRun>