{
  "_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" : 225,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
            "branch" : [
              {
                "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
            "branch" : [
              {
                "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
        "branch" : [
          {
            "SHA1" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
            "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" : "#225",
  "duration" : 107583,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #225",
  "id" : "225",
  "keepLog" : False,
  "number" : 225,
  "queueId" : 15420,
  "result" : "SUCCESS",
  "timestamp" : 1652861466134,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/225/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/sens_matrix_dashboard.py"
          ],
          "commitId" : "28c9f9808264281ffed05ea834d78b770bbb15b6",
          "timestamp" : 1652796212000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Update sens_matrix_dashboard.py\u000a\u000aNew observations\u000a",
          "date" : "2022-05-17 09:03:32 -0500",
          "id" : "28c9f9808264281ffed05ea834d78b770bbb15b6",
          "msg" : "Update sens_matrix_dashboard.py",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "input/case_setups/neutral_sclr_sounding.in",
            "src/clubb_driver.F90",
            "input/case_setups/neutral_edsclr_sounding.in",
            "postprocessing/pyplotgen/config/Case_definitions.py",
            "input/case_setups/neutral_sfc.in",
            "input/case_setups/neutral_sounding.in",
            "src/Benchmark_cases/neutral_case.F90",
            "input/grid/neutral_case.grd",
            "compile/file_list/clubb_model_files",
            "input/case_setups/wangara_model.in",
            "input/case_setups/neutral_model.in"
          ],
          "commitId" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
          "timestamp" : 1652827899000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Add shear/neutral case (#1005)\u000a\u000a* Adding files and modifications necessary to the new shear-driven, neutral case.\u000a\u000aThis case is adapted from George Bryan's shear-driven case from CM1, which is based on Moeng and Sullivan 1994.\u000a\u000a* Small fixes in new shear case setup file.\u000a\u000a* Renaming new case from shear_driven to neutral, and other changes as requested in pull request https://github.com/larson-group/clubb/pull/1005.\u000a\u000aSee also https://github.com/larson-group/clubb/issues/991.\u000a",
          "date" : "2022-05-17 16:51:39 -0600",
          "id" : "4e6f0ac7f5463f25a413eda3532505ce63c895bc",
          "msg" : "Add shear/neutral case (#1005)",
          "paths" : [
            {
              "editType" : "add",
              "file" : "input/case_setups/neutral_model.in"
            },
            {
              "editType" : "edit",
              "file" : "input/case_setups/wangara_model.in"
            },
            {
              "editType" : "add",
              "file" : "src/Benchmark_cases/neutral_case.F90"
            },
            {
              "editType" : "add",
              "file" : "input/case_setups/neutral_edsclr_sounding.in"
            },
            {
              "editType" : "add",
              "file" : "input/grid/neutral_case.grd"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/Case_definitions.py"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "add",
              "file" : "input/case_setups/neutral_sfc.in"
            },
            {
              "editType" : "edit",
              "file" : "compile/file_list/clubb_model_files"
            },
            {
              "editType" : "add",
              "file" : "input/case_setups/neutral_sounding.in"
            },
            {
              "editType" : "add",
              "file" : "input/case_setups/neutral_sclr_sounding.in"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 226,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/226/"
  },
  "previousBuild" : {
    "number" : 224,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/224/"
  }
}