<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>74</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><originchanges_to_not_break _class='hudson.plugins.git.util.Build'><buildNumber>69</buildNumber><marked><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><branch><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><name>origin/changes_to_not_break</name></branch></marked><revision><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><branch><SHA1>cca799cfb394e7eeadc21211ae811b4a370d31ee</SHA1><name>origin/changes_to_not_break</name></branch></revision></originchanges_to_not_break><refsremotesoriginclubb_silhs_devel _class='hudson.plugins.git.util.Build'><buildNumber>275</buildNumber><marked><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</SHA1><branch><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></marked><revision><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</SHA1><branch><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</SHA1><name>refs/remotes/origin/clubb_silhs_devel</name></branch></revision></refsremotesoriginclubb_silhs_devel></buildsByBranchName><lastBuiltRevision><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</SHA1><branch><SHA1>aecadab45e27fca3db01f940fb551188eaa336a6</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>#275</displayName><duration>5322295</duration><estimatedDuration>1992202</estimatedDuration><fullDisplayName>cam_global_ERP_Ln9_gfortran_test #275</fullDisplayName><id>275</id><keepLog>false</keepLog><number>275</number><queueId>22085</queueId><result>SUCCESS</result><timestamp>1680684429234</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/275/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>mixing_length.F90</affectedPath><affectedPath>advance_clubb_core_module.F90</affectedPath><affectedPath>model_flags.F90</affectedPath><affectedPath>clubb_api_module.F90</affectedPath><affectedPath>advance_helper_module.F90</affectedPath><commitId>16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b</commitId><timestamp>1680538287000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>This commit contains code changes to implement modifications on limiters in three places:

1. remove the limiters in denominator of equation for
   brunt_vaisala_freq_sqd_smth, which affects the computed
   eddy dissipation time scale in turbulent fluxes (wpxp).
   (in mixing_length.F90)

2. reduce the threshold values of limiters in the equation
   for richardson number (sqrt_Ri_zm)
   (in mixing_length.F90)

3. introduce the smoothed max/min function for limiters in
   equation of Cx_fnc_Richardson.
   (in advance_helper_module.F90).

After the modification, we also apply a zt2m(zm2zt) smoothing
on the calculated quantities. These modifications are found to
be benificial for improving solution convergence in CLUBB-SCM

The code changes are controlled by a newly introduced flag named
"l_modify_limiters_for_cnvg_test", which is set to .false. (meaning that
the modificaitons on limiters is turned off) by default.

Originally committed by Shixuan.
</comment><date>2023-04-03 11:11:27 -0500</date><id>16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b</id><msg>This commit contains code changes to implement modifications on limiters in three places:</msg><path><editType>edit</editType><file>clubb_api_module.F90</file></path><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>model_flags.F90</file></path><path><editType>edit</editType><file>mixing_length.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/physics/cam/clubb_intr.F90</affectedPath><commitId>4b5257d74f149f729d8a6f34ffde67ddcb9f7e64</commitId><timestamp>1680552278000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/bmg2</absoluteUrl><fullName>bmg2</fullName></author><authorEmail>bmg2@uwm.edu</authorEmail><comment>Updating for recent changes to CLUBB.
</comment><date>2023-04-03 15:04:38 -0500</date><id>4b5257d74f149f729d8a6f34ffde67ddcb9f7e64</id><msg>Updating for recent changes to CLUBB.</msg><path><editType>edit</editType><file>src/physics/cam/clubb_intr.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>276</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/276/</url></nextBuild><previousBuild><number>274</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/cam_global_ERP_Ln9_gfortran_test/274/</url></previousBuild></workflowRun>