<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>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><branch><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><name>origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><branch><SHA1>6fc57497840efaa7acc394c10ac9c6892ef16220</SHA1><name>origin/clubb_silhs_devel</name></branch></revision></originclubb_silhs_devel><refsremotesoriginchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>63</buildNumber><marked><SHA1>7250e6e77b4c4a4210456e16ddaaa278401e8ae4</SHA1><branch><SHA1>7250e6e77b4c4a4210456e16ddaaa278401e8ae4</SHA1><name>refs/remotes/origin/changes_to_not_break</name></branch></marked><revision><SHA1>7250e6e77b4c4a4210456e16ddaaa278401e8ae4</SHA1><branch><SHA1>7250e6e77b4c4a4210456e16ddaaa278401e8ae4</SHA1><name>refs/remotes/origin/changes_to_not_break</name></branch></revision></refsremotesoriginchanges_to_not_break><refsremotesoriginclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>397</buildNumber><marked><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><branch><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><branch><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></revision></refsremotesoriginclubb_silhs_devel></buildsByBranchName><lastBuiltRevision><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><branch><SHA1>d090d209e7dce1c37eef4c2a1714370fee64bdc8</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/cam.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>#397</displayName><duration>988797</duration><estimatedDuration>1520216</estimatedDuration><fullDisplayName>cam_scam_gfortran_debug_test #397</fullDisplayName><id>397</id><keepLog>false</keepLog><number>397</number><queueId>861</queueId><result>SUCCESS</result><timestamp>1721292369450</timestamp><url>http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/397/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>latin_hypercube_driver_module.F90</affectedPath><commitId>6bb6d06fa0a70a779d86161b235282f847ef604e</commitId><timestamp>1721242346000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>There were furhter issues found with the k_lh_start code.

The code would find that sometimes, the maximum location of rcm
in cloud would occur at the ghost level, k = 1, and set that level
as k_lh_start for SILHS. This is undesirable for two reasons:
1) k_lh_start should be set around a legimate, "within domain" grid
level; and
2) Setting k_lh_start to 1 is unachievable for the ghostless branch
of the model, making a match between the master and clubb_ghost_exorcism
branhes unattainable.

The issue is corrected here by allowing the maxloc function to only
search over "in-domain levels" for maximum cloud. The results are
BIT_CHANGING.
</comment><date>2024-07-17 13:52:26 -0500</date><id>6bb6d06fa0a70a779d86161b235282f847ef604e</id><msg>There were furhter issues found with the k_lh_start code.</msg><path><editType>edit</editType><file>latin_hypercube_driver_module.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>advance_clubb_core_module.F90</affectedPath><affectedPath>mixing_length.F90</affectedPath><affectedPath>advance_helper_module.F90</affectedPath><commitId>8662dc283f8186f9dc900d82a63fbc46abc65851</commitId><timestamp>1721258040000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Ri_zm calc (Part 3) - Moving calculations for Ri_zm out of diagnose_Lscale_from_taus (#1157)

CLUBB tocket #1145
BIT_CHANGING for lscale since Ri_zm was not calculated before.

1. mixing_length.F90:
- Removed unused input variables from diagnose_Lscale_from_taus: um, vm, exner, p_in_Pa, rtm, thlm, thvm, rcm, saturation_formula, l_brunt_vaisala_freq_moist, l_use_thvm_in_bv_freq, l_modify_limiters_for_cnvg_test; added ddzt_umvm_sqd as input; changed Ri_zm from out to in
- Removed unused brunt_vaisala_freq_sqd variables from diagnose_Lscale_from_tau
- Removed calculations for Ri_zm and ddzt_umvm_sqd
- Fixed some line length issues

2. advance_helper_module.F90
- Removed unused input variables and imports
- Fixed some line length issues

3. advance_clubb_core_module.F90
- Added calculations for ddzt_umvm_sqd and Ri_zm
- Adjusted subroutine calls
- Fixed some line length issues
</comment><date>2024-07-17 18:14:00 -0500</date><id>8662dc283f8186f9dc900d82a63fbc46abc65851</id><msg>Ri_zm calc (Part 3) - Moving calculations for Ri_zm out of diagnose_Lscale_from_taus (#1157)</msg><path><editType>edit</editType><file>advance_clubb_core_module.F90</file></path><path><editType>edit</editType><file>advance_helper_module.F90</file></path><path><editType>edit</editType><file>mixing_length.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/noreply</absoluteUrl><fullName>noreply</fullName></culprit><inProgress>false</inProgress><nextBuild><number>398</number><url>http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/398/</url></nextBuild><previousBuild><number>396</number><url>http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/396/</url></previousBuild></workflowRun>