{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Gunther Huebler",
          "userId" : "huebler",
          "userName" : "Gunther Huebler"
        }
      ]
    },
    {
      "_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" : 70,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
            "branch" : [
              {
                "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
            "branch" : [
              {
                "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
        "branch" : [
          {
            "SHA1" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
            "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" : "#70",
  "duration" : 14841,
  "estimatedDuration" : 259031,
  "executor" : None,
  "fullDisplayName" : "clubb_release_diff_test #70",
  "id" : "70",
  "keepLog" : False,
  "number" : 70,
  "queueId" : 4125,
  "result" : "FAILURE",
  "timestamp" : 1619728757231,
  "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/70/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/src/DataReader.py",
            "postprocessing/pyplotgen/config/VariableGroupBase.py",
            "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py",
            "postprocessing/pyplotgen/src/CaseGallerySetup.py",
            "postprocessing/pyplotgen/src/VariableGroup.py"
          ],
          "commitId" : "95337781ea1bb6812bec0c751abdbc17d2d583a6",
          "timestamp" : 1619703726000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Pyplotgen updates:\u000a\u000a1) Adds new SAM stats to pyplotgen in config/VariableGroupSamProfiles.py.  See https://github.com/larson-group/sam_clubb/commit/eb91ef788cfb7216355e420262540dc8c46afd1a where the variables were added for more info.\u000a\u000a2) Makes some minor modifications to Pyplotgen in order to improve plotting when only SAM files are being plotted.  Previously if plotting only SAM output there were a number of panels with missing plot and axis titles.  This is resolved by changing slightly how Pyplotgen searches for the relevant data and in a few cases by explicitly titling plots and axes in VariableGroupBase.py.\u000a\u000aSee #895.\u000a",
          "date" : "2021-04-29 08:42:06 -0500",
          "id" : "95337781ea1bb6812bec0c751abdbc17d2d583a6",
          "msg" : "Pyplotgen updates:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/CaseGallerySetup.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/VariableGroup.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/DataReader.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBase.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/src/CaseGallerySetup.py"
          ],
          "commitId" : "765cfc202cf859a6d81c813ce1e7a56692e1fd25",
          "timestamp" : 1619703726000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Pyplotgen updates:\u000a\u000aCleaning up the call to VariableGroupSamProfiles since only a few variables are needed in that call.\u000a\u000aSee #895.\u000a",
          "date" : "2021-04-29 08:42:06 -0500",
          "id" : "765cfc202cf859a6d81c813ce1e7a56692e1fd25",
          "msg" : "Pyplotgen updates:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/CaseGallerySetup.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py"
          ],
          "commitId" : "d5626760bffa90d0785ffffbb3e23a202aa7eb4f",
          "timestamp" : 1619703726000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Pyplotgen update: Edit titles and axis titles for new SAM stats\u000a",
          "date" : "2021-04-29 08:42:06 -0500",
          "id" : "d5626760bffa90d0785ffffbb3e23a202aa7eb4f",
          "msg" : "Pyplotgen update: Edit titles and axis titles for new SAM stats",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/input_fields.F90",
            "src/KK_microphys_module.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/SILHS/silhs_api_module.F90",
            "src/SILHS/latin_hypercube_driver_module.F90",
            "src/mixed_moment_PDF_integrals.F90",
            "src/CLUBB_core/numerical_check.F90",
            "src/CLUBB_core/pdf_parameter_module.F90",
            "src/gfdl_activation.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90",
            "src/CLUBB_core/advance_clubb_core_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/CLUBB_core/clubb_api_module.F90",
            "src/SILHS/est_kessler_microphys_module.F90",
            "src/CLUBB_core/stats_clubb_utilities.F90",
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
          "timestamp" : 1619728413000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129\u000a",
          "date" : "2021-04-29 15:33:33 -0500",
          "id" : "dcb82775336e2089fbc574b6095a93a368ff81e7",
          "msg" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/KK_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/numerical_check.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/gfdl_activation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/mixed_moment_PDF_integrals.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/silhs_category_variance_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/est_kessler_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/microphys_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_parameter_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_fields.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/lh_microphys_var_covar_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_api_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
      "fullName" : "59519056+bstephens82"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 71,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/71/"
  },
  "previousBuild" : {
    "number" : 69,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_release_diff_test/69/"
  }
}