{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 74,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 275,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
            "branch" : [
              {
                "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
            "branch" : [
              {
                "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
        "branch" : [
          {
            "SHA1" : "aecadab45e27fca3db01f940fb551188eaa336a6",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#275",
  "duration" : 5322295,
  "estimatedDuration" : 1539892,
  "executor" : None,
  "fullDisplayName" : "cam_global_ERP_Ln9_gfortran_test #275",
  "id" : "275",
  "keepLog" : False,
  "number" : 275,
  "queueId" : 22085,
  "result" : "SUCCESS",
  "timestamp" : 1680684429234,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/275/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90",
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "clubb_api_module.F90",
            "advance_helper_module.F90"
          ],
          "commitId" : "16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b",
          "timestamp" : 1680538287000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "This commit contains code changes to implement modifications on limiters in three places:\u000a\u000a1. remove the limiters in denominator of equation for\u000a   brunt_vaisala_freq_sqd_smth, which affects the computed\u000a   eddy dissipation time scale in turbulent fluxes (wpxp).\u000a   (in mixing_length.F90)\u000a\u000a2. reduce the threshold values of limiters in the equation\u000a   for richardson number (sqrt_Ri_zm)\u000a   (in mixing_length.F90)\u000a\u000a3. introduce the smoothed max/min function for limiters in\u000a   equation of Cx_fnc_Richardson.\u000a   (in advance_helper_module.F90).\u000a\u000aAfter the modification, we also apply a zt2m(zm2zt) smoothing\u000aon the calculated quantities. These modifications are found to\u000abe benificial for improving solution convergence in CLUBB-SCM\u000a\u000aThe code changes are controlled by a newly introduced flag named\u000a\"l_modify_limiters_for_cnvg_test\", which is set to .false. (meaning that\u000athe modificaitons on limiters is turned off) by default.\u000a\u000aOriginally committed by Shixuan.\u000a",
          "date" : "2023-04-03 11:11:27 -0500",
          "id" : "16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b",
          "msg" : "This commit contains code changes to implement modifications on limiters in three places:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/physics/cam/clubb_intr.F90"
          ],
          "commitId" : "4b5257d74f149f729d8a6f34ffde67ddcb9f7e64",
          "timestamp" : 1680552278000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Updating for recent changes to CLUBB.\u000a",
          "date" : "2023-04-03 15:04:38 -0500",
          "id" : "4b5257d74f149f729d8a6f34ffde67ddcb9f7e64",
          "msg" : "Updating for recent changes to CLUBB.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/physics/cam/clubb_intr.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 276,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/276/"
  },
  "previousBuild" : {
    "number" : 274,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/274/"
  }
}