<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><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>397</buildNumber><marked><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><branch><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><branch><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><branch><SHA1>c365e917824d4ca09c1a28b5c1f782bfd1773562</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_BFB_r8029_flags_gfortran_test/detail/clubb_BFB_r8029_flags_gfortran_test/397/artifacts</artifactsUrl><changesUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_BFB_r8029_flags_gfortran_test/detail/clubb_BFB_r8029_flags_gfortran_test/397/changes</changesUrl><displayUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_BFB_r8029_flags_gfortran_test/detail/clubb_BFB_r8029_flags_gfortran_test/397/</displayUrl><testsUrl>http://carson.math.uwm.edu/jenkins/blue/organizations/jenkins/clubb_BFB_r8029_flags_gfortran_test/detail/clubb_BFB_r8029_flags_gfortran_test/397/tests</testsUrl></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'><restartEnabled>false</restartEnabled></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'><node _class='org.jenkinsci.plugins.workflow.graph.FlowStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepStartNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.cps.nodes.StepEndNode'></node><node _class='org.jenkinsci.plugins.workflow.graph.FlowEndNode'></node></action><action></action><action></action><action></action><building>false</building><displayName>#397</displayName><duration>216235</duration><estimatedDuration>726658</estimatedDuration><fullDisplayName>clubb_BFB_r8029_flags_gfortran_test #397</fullDisplayName><id>397</id><keepLog>false</keepLog><number>397</number><queueId>4848</queueId><result>SUCCESS</result><timestamp>1731403628161</timestamp><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/397/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_xp2_xpyp_module.F90</affectedPath><commitId>c365e917824d4ca09c1a28b5c1f782bfd1773562</commitId><timestamp>1731347440000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>As part of generalizing the code to work with both an ascending and
descending grid, I discovered an issue.  The issue occurs in the
xp2/xpyp "upwind" turbulent advection code and involves the "sgn_"
variables. Ultimately, for other PDFs, I was setting this variable
using equations of the form

sign( one, variable)

which set the value to either 1 or -1 no matter the value of variable.

However, for the ADG1 PDF, I was lazy and simply just set the value
of sgn_ to be equal to wp3_on_wp2.

The issue arose when wp3_on_wp2 had a value of 0, and therefore is
neither negative or positive.

To rectifiy the issue, all settings of "sgn_" variables now use
equations of the form sign( one, variable ).

For a vast majority of cases, this change had absolutely
no effect on the results and everything stayed bit-for-bit.

However, BIT_CHANGING results were detected for CGILS S6,
MC3E, and TWP-ICE.
</comment><date>2024-11-11 11:50:40 -0600</date><id>c365e917824d4ca09c1a28b5c1f782bfd1773562</id><msg>As part of generalizing the code to work with both an ascending and</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_xp2_xpyp_module.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName><id>bmg2</id></culprit><inProgress>false</inProgress><nextBuild><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><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>398</buildNumber><marked><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><branch><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><branch><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><branch><SHA1>c13dc43f7deeb933c47f48557f841b5d6d4cd621</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></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>#398</displayName><duration>161795</duration><estimatedDuration>726658</estimatedDuration><fullDisplayName>clubb_BFB_r8029_flags_gfortran_test #398</fullDisplayName><id>398</id><keepLog>false</keepLog><number>398</number><queueId>4959</queueId><result>SUCCESS</result><timestamp>1731490027342</timestamp><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/398/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>input/case_setups/cloud_feedback_s6_p2k_model.in</affectedPath><affectedPath>src/Benchmark_cases/atex.F90</affectedPath><affectedPath>input/case_setups/cgils_s12_model.in</affectedPath><affectedPath>input/case_setups/mc3e_model.in</affectedPath><affectedPath>input/case_setups/cgils_s6_model.in</affectedPath><affectedPath>input/case_setups/cobra_model.in</affectedPath><affectedPath>input/case_setups/arm_97_model.in</affectedPath><affectedPath>input/case_setups/lba_model.in</affectedPath><affectedPath>input/case_setups/atex_model.in</affectedPath><affectedPath>input/case_setups/gabls3_model.in</affectedPath><affectedPath>input/case_setups/nov11_altocu_model.in</affectedPath><affectedPath>input/case_setups/mpace_b_silhs_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_nd_model.LR.in</affectedPath><affectedPath>input/case_setups/rico_silhs_model.in</affectedPath><affectedPath>src/SILHS/latin_hypercube_driver_module.F90</affectedPath><affectedPath>input/case_setups/mpace_a_model.in</affectedPath><affectedPath>input/case_setups/cgils_s11_model.in</affectedPath><affectedPath>input/case_setups/mpace_b_model.in</affectedPath><affectedPath>input/case_setups/cloud_feedback_s11_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_so_model.LR.in</affectedPath><affectedPath>run_scripts/create_multi_col_params.py</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_ds_model.HR.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_do_model.HR.in</affectedPath><affectedPath>input/case_setups/arm_0003_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_so_model.in</affectedPath><affectedPath>jenkins_tests/clubb_nvhpc_gpu_column_mirror_test/Jenkinsfile</affectedPath><affectedPath>input/case_setups/astex_a209_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_do_model.LR.in</affectedPath><affectedPath>input/case_setups/bomex_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_so_model.HR.in</affectedPath><affectedPath>input/case_setups/cloud_feedback_s12_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf01_model.in</affectedPath><affectedPath>run_scripts/check_mirrored_multi_col_output.py</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_ds_model.in</affectedPath><affectedPath>src/SILHS/transform_to_pdf_module.F90</affectedPath><affectedPath>input/case_setups/gabls2_model.in</affectedPath><affectedPath>input/case_setups/cgils_s6_p2k_model.in</affectedPath><affectedPath>input/case_setups/rico_model.in</affectedPath><affectedPath>input/case_setups/cloud_feedback_s6_model.in</affectedPath><affectedPath>input/case_setups/arm_model.in</affectedPath><affectedPath>input/case_setups/neutral_model.in</affectedPath><affectedPath>input/case_setups/twp_ice_model.in</affectedPath><affectedPath>input/case_setups/README</affectedPath><affectedPath>input/case_setups/clex9_nov02_model.in</affectedPath><affectedPath>input/case_setups/jun25_altocu_model.in</affectedPath><affectedPath>input/case_setups/fire_model.in</affectedPath><affectedPath>input/case_setups/arm_3year_model.in</affectedPath><affectedPath>input/case_setups/cloud_feedback_s12_p2k_model.in</affectedPath><affectedPath>input/case_setups/cloud_feedback_s11_p2k_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_nd_model.HR.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_do_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_morr_model.in</affectedPath><affectedPath>src/clubb_driver.F90</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_nd_model.in</affectedPath><affectedPath>input/case_setups/cgils_s11_p2k_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf02_ds_model.LR.in</affectedPath><affectedPath>input/case_setups/cgils_s12_p2k_model.in</affectedPath><affectedPath>input/case_setups/gabls3_night_model.in</affectedPath><affectedPath>input/case_setups/wangara_model.in</affectedPath><affectedPath>input/case_setups/clex9_oct14_model.in</affectedPath><affectedPath>input/case_setups/dycoms2_rf01_fixed_sst_model.in</affectedPath><commitId>c13dc43f7deeb933c47f48557f841b5d6d4cd621</commitId><timestamp>1731438290000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Multi Column Mirror Test (#1206)

* Making fcor_nl to set multi_col version of fcor. This is a BIT_CHANGING bug fix that only affects the extra columns.

* Removing async clauses in silhs.

* Adding option to silhs to copy the random number pool from the first column to all the others.

* Fixing fcor name in arm_97_model.in

* Fixing small bug in cases that run non-silhs radiation.

* Fixing missing acc statement in atex code

* Adding scripts for new test

* Script update

* Script update

* Script update

* Script update

* Script update

* Script update

* Test error

* Test error

* Test error

* Script update

* Script update

* Script update

* Script update

* Script update

* Script updates

* Script updates

* Final update to script
</comment><date>2024-11-12 13:04:50 -0600</date><id>c13dc43f7deeb933c47f48557f841b5d6d4cd621</id><msg>Multi Column Mirror Test (#1206)</msg><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_so_model.in</file></path><path><editType>edit</editType><file>src/SILHS/transform_to_pdf_module.F90</file></path><path><editType>edit</editType><file>input/case_setups/bomex_model.in</file></path><path><editType>edit</editType><file>input/case_setups/fire_model.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_silhs_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s6_p2k_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf01_fixed_sst_model.in</file></path><path><editType>edit</editType><file>src/clubb_driver.F90</file></path><path><editType>edit</editType><file>input/case_setups/mc3e_model.in</file></path><path><editType>edit</editType><file>input/case_setups/neutral_model.in</file></path><path><editType>edit</editType><file>input/case_setups/lba_model.in</file></path><path><editType>edit</editType><file>input/case_setups/mpace_b_silhs_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_ds_model.LR.in</file></path><path><editType>edit</editType><file>input/case_setups/arm_model.in</file></path><path><editType>add</editType><file>run_scripts/check_mirrored_multi_col_output.py</file></path><path><editType>edit</editType><file>input/case_setups/README</file></path><path><editType>edit</editType><file>input/case_setups/astex_a209_model.in</file></path><path><editType>edit</editType><file>input/case_setups/wangara_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s11_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_so_model.LR.in</file></path><path><editType>edit</editType><file>input/case_setups/mpace_b_model.in</file></path><path><editType>edit</editType><file>input/case_setups/gabls2_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s12_p2k_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s11_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_so_model.HR.in</file></path><path><editType>edit</editType><file>input/case_setups/rico_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s11_p2k_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cobra_model.in</file></path><path><editType>edit</editType><file>src/Benchmark_cases/atex.F90</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_ds_model.HR.in</file></path><path><editType>edit</editType><file>input/case_setups/clex9_oct14_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s12_p2k_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s6_p2k_model.in</file></path><path><editType>edit</editType><file>run_scripts/create_multi_col_params.py</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_ds_model.in</file></path><path><editType>edit</editType><file>input/case_setups/arm_0003_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s12_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_morr_model.in</file></path><path><editType>edit</editType><file>input/case_setups/nov11_altocu_model.in</file></path><path><editType>edit</editType><file>input/case_setups/atex_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_do_model.HR.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_nd_model.HR.in</file></path><path><editType>edit</editType><file>input/case_setups/gabls3_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s11_p2k_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf01_model.in</file></path><path><editType>edit</editType><file>input/case_setups/arm_3year_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_nd_model.in</file></path><path><editType>edit</editType><file>input/case_setups/jun25_altocu_model.in</file></path><path><editType>edit</editType><file>input/case_setups/arm_97_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cloud_feedback_s6_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_nd_model.LR.in</file></path><path><editType>add</editType><file>jenkins_tests/clubb_nvhpc_gpu_column_mirror_test/Jenkinsfile</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_do_model.LR.in</file></path><path><editType>edit</editType><file>input/case_setups/clex9_nov02_model.in</file></path><path><editType>edit</editType><file>src/SILHS/latin_hypercube_driver_module.F90</file></path><path><editType>edit</editType><file>input/case_setups/mpace_a_model.in</file></path><path><editType>edit</editType><file>input/case_setups/gabls3_night_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s12_model.in</file></path><path><editType>edit</editType><file>input/case_setups/twp_ice_model.in</file></path><path><editType>edit</editType><file>input/case_setups/cgils_s6_model.in</file></path><path><editType>edit</editType><file>input/case_setups/dycoms2_rf02_do_model.in</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>399</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/399/</url></nextBuild><previousBuild><number>397</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/397/</url></previousBuild></nextBuild><previousBuild><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><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>396</buildNumber><marked><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><branch><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><branch><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><branch><SHA1>2c534889b08af602b0652a339364119dfcd595a7</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></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>#396</displayName><duration>127963</duration><estimatedDuration>726658</estimatedDuration><fullDisplayName>clubb_BFB_r8029_flags_gfortran_test #396</fullDisplayName><id>396</id><keepLog>false</keepLog><number>396</number><queueId>4738</queueId><result>SUCCESS</result><timestamp>1731144426408</timestamp><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/396/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/sens_matrix/set_up_dashboard_inputs.py</affectedPath><affectedPath>utilities/sens_matrix/create_figs.py</affectedPath><commitId>fa4b24b4d37aabefbd37d6ebcaab6425016cada3</commitId><timestamp>1731086888000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></author><authorEmail>vlarson@uwm.edu</authorEmail><comment>QuadTune: 1) Create new plot that shows tuning tradeoffs via U dot bias.  2) Improve bar chart showing the mean contribution of different parameters.

For #910.
</comment><date>2024-11-08 11:28:08 -0600</date><id>fa4b24b4d37aabefbd37d6ebcaab6425016cada3</id><msg>QuadTune: 1) Create new plot that shows tuning tradeoffs via U dot bias.  2) Improve bar chart showing the mean contribution of different parameters.</msg><path><editType>edit</editType><file>utilities/sens_matrix/set_up_dashboard_inputs.py</file></path><path><editType>edit</editType><file>utilities/sens_matrix/create_figs.py</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/advance_clubb_core_module.F90</affectedPath><commitId>2c534889b08af602b0652a339364119dfcd595a7</commitId><timestamp>1731108979000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Making a correction to the doubled plus sign from commit a1fcfe8.
</comment><date>2024-11-08 17:36:19 -0600</date><id>2c534889b08af602b0652a339364119dfcd595a7</id><msg>Making a correction to the doubled plus sign from commit a1fcfe8.</msg><path><editType>edit</editType><file>src/CLUBB_core/advance_clubb_core_module.F90</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></culprit><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/vlarson</absoluteUrl><fullName>Vince Larson</fullName></culprit><inProgress>false</inProgress><nextBuild><number>397</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/397/</url></nextBuild><previousBuild><number>395</number><url>http://carson.math.uwm.edu/jenkins/job/clubb_BFB_r8029_flags_gfortran_test/395/</url></previousBuild></previousBuild></workflowRun>