{
  "_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" : 71,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
            "branch" : [
              {
                "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
            "branch" : [
              {
                "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
        "branch" : [
          {
            "SHA1" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
            "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" : "#71",
  "duration" : 3817556,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #71",
  "id" : "71",
  "keepLog" : False,
  "number" : 71,
  "queueId" : 4181,
  "result" : "SUCCESS",
  "timestamp" : 1619772670344,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/71/",
  "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/VariableGroup.py",
            "postprocessing/pyplotgen/src/CaseGallerySetup.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/DataReader.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBase.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/VariableGroup.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/CaseGallerySetup.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/clubb_driver.F90",
            "src/silhs_category_variance_module.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/CLUBB_core/numerical_check.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/KK_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_parameter_module.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/SILHS/lh_microphys_var_covar_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/gfdl_activation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/silhs_category_variance_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_fields.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/mixed_moment_PDF_integrals.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/microphys_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/est_kessler_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/setup_clubb_pdf_params.F90",
            "src/CLUBB_core/input_reader.F90",
            "src/SILHS/latin_hypercube_driver_module.F90",
            "src/extended_atmosphere_module.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90"
          ],
          "commitId" : "2470a3de8513e229772c9a89aab79859bf36fa90",
          "timestamp" : 1619732066000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing lines that exceed 100 characters.\u000a",
          "date" : "2021-04-29 16:34:26 -0500",
          "id" : "2470a3de8513e229772c9a89aab79859bf36fa90",
          "msg" : "Fixing lines that exceed 100 characters.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/extended_atmosphere_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/input_reader.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/test_analyzeSensMatrix.py",
            "utilities/sens_matrix/analyze_sensitivity_matrix.py",
            "utilities/sens_matrix/sens_matrix_dashboard.py"
          ],
          "commitId" : "3603e928a7bb963cff7d5a2760323dd4cacf3b7d",
          "timestamp" : 1619735198000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Pass parameter error bars up to dashboard.\u000a\u000aFor #910.\u000a",
          "date" : "2021-04-29 17:26:38 -0500",
          "id" : "3603e928a7bb963cff7d5a2760323dd4cacf3b7d",
          "msg" : "Pass parameter error bars up to dashboard.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/test_analyzeSensMatrix.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/analyze_sensitivity_matrix.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/sens_matrix_dashboard.py"
          ],
          "commitId" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
          "timestamp" : 1619749501000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Update netcdf sensitivity files in dashboard.\u000a\u000aFor #910.\u000a",
          "date" : "2021-04-29 21:25:01 -0500",
          "id" : "506e1b30bd4b0c8a756dc00ba322335d8364bbe2",
          "msg" : "Update netcdf sensitivity files in dashboard.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    },
    {
      "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" : 72,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/72/"
  },
  "previousBuild" : {
    "number" : 70,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/70/"
  }
}