{
  "_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/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 325,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
            "branch" : [
              {
                "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
            "branch" : [
              {
                "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
        "branch" : [
          {
            "SHA1" : "475d569931a16ce1187c26757a0913e53c62abe5",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.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" : "#325",
  "duration" : 92359,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #325",
  "id" : "325",
  "keepLog" : False,
  "number" : 325,
  "queueId" : 21943,
  "result" : "SUCCESS",
  "timestamp" : 1680250267136,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/325/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/G_unit_test_types/spurious_source_test.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/model_flags.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/G_unit_test_types/pdf_parameter_tests.F90",
            "src/CLUBB_core/clip_explicit.F90",
            "input/tunable_parameters/configurable_model_flags.in",
            "src/clubb_tuner.F90"
          ],
          "commitId" : "475d569931a16ce1187c26757a0913e53c62abe5",
          "timestamp" : 1680247062000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Code changes to implement modificiations on wp3 clippings\u000aThis commit contains code changes to implement modifications of skewness\u000aclippings on wp3 in src/CLUBB_core/clip_explicit.F90. The default method attempts\u000ato apply smaller (larger) clippings below (above) 100m AGL level, which\u000acan cause a discontinuities around 100m AGL level. This clippings is\u000afound to trigger sawthooth oscillations in wp3 when linear diffusion is\u000aused. Such swathooth oscillations are eleminated if a smoothed Heaviside\u000afunction is introduced to obtain a smooth transition of clippings at\u000aaround 100m AGL level. The changes is necessary to obtain the first\u000aorder convergence in CLUBB-SCM when lienar diffusion is used.\u000a\u000aPreviously committed by Shixuan.\u000a",
          "date" : "2023-03-31 02:17:42 -0500",
          "id" : "475d569931a16ce1187c26757a0913e53c62abe5",
          "msg" : "Code changes to implement modificiations on wp3 clippings",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/pdf_parameter_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clip_explicit.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 326,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/326/"
  },
  "previousBuild" : {
    "number" : 324,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/324/"
  }
}