<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><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>111</buildNumber><marked><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></marked><revision><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></revision></originmaster><origingrid_fixes _class='hudson.plugins.git.util.Build'><buildNumber>97</buildNumber><marked><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></marked><revision><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></revision></origingrid_fixes><originfeeding_gr_to_host _class='hudson.plugins.git.util.Build'><buildNumber>93</buildNumber><marked><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></marked><revision><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></revision></originfeeding_gr_to_host><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>533</buildNumber><marked><SHA1>afcbd644e18802286f1de588197dde479b2297ea</SHA1><branch><SHA1>afcbd644e18802286f1de588197dde479b2297ea</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>afcbd644e18802286f1de588197dde479b2297ea</SHA1><branch><SHA1>afcbd644e18802286f1de588197dde479b2297ea</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>afcbd644e18802286f1de588197dde479b2297ea</SHA1><branch><SHA1>afcbd644e18802286f1de588197dde479b2297ea</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></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>#533</displayName><duration>161634</duration><estimatedDuration>97226</estimatedDuration><fullDisplayName>clubb_error_handling_gfortran_test #533</fullDisplayName><id>533</id><keepLog>false</keepLog><number>533</number><queueId>5418</queueId><result>SUCCESS</result><timestamp>1733302930351</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_error_handling_gfortran_test/533/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/clip_explicit.F90</affectedPath><affectedPath>src/CLUBB_core/error_code.F90</affectedPath><affectedPath>src/CLUBB_core/advance_wp2_wp3_module.F90</affectedPath><commitId>7447595af2409f56faa42e4fa915078e13a2cbf1</commitId><timestamp>1733239180000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Likely non-bit-changing housekeeping (#1213)

Non-bit-changing housekeeping regarding wp2 clipping
CLUBB ticket #1165

Renamed threshold_array -&gt; wp2_min_array
Moved upper clipping of wp2 into clip_variance
Added warning outputs where wp2 is hard-clipped
Added debugging checks to hole-filling and wp2_min_array clipping
Some necessary OpenACC-modifications
</comment><date>2024-12-03 09:19:40 -0600</date><id>7447595af2409f56faa42e4fa915078e13a2cbf1</id><msg>Likely non-bit-changing housekeeping (#1213)</msg><path><editType>edit</editType><file>src/CLUBB_core/error_code.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/clip_explicit.F90</file></path><path><editType>edit</editType><file>src/CLUBB_core/advance_wp2_wp3_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>postprocessing/pyplotgen/src/ContourPanel.py</affectedPath><affectedPath>postprocessing/pyplotgen/config/Style_definitions.py</affectedPath><commitId>afcbd644e18802286f1de588197dde479b2297ea</commitId><timestamp>1733247598000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Fix pyplotgen timeheight cmaps (#1212)

* Fixed time-height plot colormaps
CLUBB ticket #1199

Added a "quick" fix for time-height plot colormaps when variables are not correlations (i.e. values in [-1;1])
Updated VariableGroupCorrelations to include all correlations that are usually output in CLUBB.

* Fixed time-height plot colormaps
CLUBB ticket #1199

Fixed distinction for colormaps in time-height plots and added tick formatter.
We now check the labels for the string "corr" to find correlation variables.
Otherwise we just use one-sided or two-sided normed colormaps.
</comment><date>2024-12-03 11:39:58 -0600</date><id>afcbd644e18802286f1de588197dde479b2297ea</id><msg>Fix pyplotgen timeheight cmaps (#1212)</msg><path><editType>edit</editType><file>postprocessing/pyplotgen/config/Style_definitions.py</file></path><path><editType>edit</editType><file>postprocessing/pyplotgen/src/ContourPanel.py</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>534</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_error_handling_gfortran_test/534/</url></nextBuild><previousBuild><number>532</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_error_handling_gfortran_test/532/</url></previousBuild></workflowRun>