{
  "_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" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
            "branch" : [
              {
                "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
            "branch" : [
              {
                "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
        "branch" : [
          {
            "SHA1" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#20",
  "duration" : 5938498,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #20",
  "id" : "20",
  "keepLog" : False,
  "number" : 20,
  "queueId" : 1576,
  "result" : "SUCCESS",
  "timestamp" : 1612518669697,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/20/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/SILHS/latin_hypercube_driver_module.F90"
          ],
          "commitId" : "91292e2d4008c61e8ef7ccf59d93d8d103061f5b",
          "timestamp" : 1611783834000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Moving the acc update host directive to after the wait directives in silhs. Since silhs runs with asyncronous kernel calls the update was occasionally happening before some clipping was finished, causing problems in assert_correct_cloud_normal. This is only a problem when compiling with OpenACC enabled, so it should be bit identical for all our tests. larson-group/cam#129\u000a",
          "date" : "2021-01-27 15:43:54 -0600",
          "id" : "91292e2d4008c61e8ef7ccf59d93d8d103061f5b",
          "msg" : "Moving the acc update host directive to after the wait directives in silhs. Since silhs runs with asyncronous kernel calls the update was occasionally happening before some clipping was finished, causing problems in assert_correct_cloud_normal. This is only a problem when compiling with OpenACC enabled, so it should be bit identical for all our tests. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/SILHS/output_2D_samples_module.F90",
            "src/microphys_driver.F90",
            "src/SILHS/lh_microphys_var_covar_module.F90",
            "src/silhs_category_variance_module.F90",
            "src/clubb_driver.F90",
            "src/SILHS/est_kessler_microphys_module.F90",
            "src/estimate_scm_microphys_module.F90",
            "src/SILHS/silhs_api_module.F90",
            "src/SILHS/transform_to_pdf_module.F90",
            "src/lh_microphys_driver_module.F90",
            "src/SILHS/latin_hypercube_driver_module.F90",
            "src/SILHS/math_utilities.F90"
          ],
          "commitId" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
          "timestamp" : 1612480793000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Reording vertical and subcolumn dimensions in SILHS. This is BIT_CHANING in some cases, seemly due to an outputting error for the precip_rate field, but plotted results are identical. larson-group/cam#129\u000a",
          "date" : "2021-02-04 17:19:53 -0600",
          "id" : "2bc9e520826cb5193eb50b1e398d7fcdbaa6c42d",
          "msg" : "Reording vertical and subcolumn dimensions in SILHS. This is BIT_CHANING in some cases, seemly due to an outputting error for the precip_rate field, but plotted results are identical. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/SILHS/output_2D_samples_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/transform_to_pdf_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/lh_microphys_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/est_kessler_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/lh_microphys_var_covar_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/estimate_scm_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/silhs_category_variance_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/microphys_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/math_utilities.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 21,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/21/"
  },
  "previousBuild" : {
    "number" : 19,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/19/"
  }
}