{
  "_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" : 96,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
            "branch" : [
              {
                "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
            "branch" : [
              {
                "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
        "branch" : [
          {
            "SHA1" : "d3d617b9143fe1ef5520bec2c5b8108a19fd34db",
            "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" : "#96",
  "duration" : 1750746,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #96",
  "id" : "96",
  "keepLog" : False,
  "number" : 96,
  "queueId" : 6225,
  "result" : "SUCCESS",
  "timestamp" : 1625302267480,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/96/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "microphysics.F90"
          ],
          "commitId" : "6c039b29523f694a7e69805364bd82463acebb37",
          "timestamp" : 1625149162000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Fixing the ordering of gr in the arg list and dropping usage of grid_class.\u000a",
          "date" : "2021-07-01 09:19:22 -0500",
          "id" : "6c039b29523f694a7e69805364bd82463acebb37",
          "msg" : "Fixing the ordering of gr in the arg list and dropping usage of grid_class.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "microphysics.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90",
            "src/clubb_tuner.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/error.F90",
            "src/CLUBB_core/advance_helper_module.F90",
            "src/CLUBB_core/diffusion.F90"
          ],
          "commitId" : "b19b67713baf175f99baa0cb0bdde6e8c1fbc588",
          "timestamp" : 1625149291000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Fixing the ordering of gr in the clubb_api arg list for affected subroutines.\u000aAdditionally, this commit removes the clubb code standard violation of exceeding more the 100 characters per line.\u000aLastly, the grid typing is being added to clubb_api_module as a public variable so that the host models have access to the type without having to bypass the api\u000aFor ticket #886.\u000a",
          "date" : "2021-07-01 09:21:31 -0500",
          "id" : "b19b67713baf175f99baa0cb0bdde6e8c1fbc588",
          "msg" : "Fixing the ordering of gr in the clubb_api arg list for affected subroutines.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/diffusion.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/advance_microphys_module.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/CLUBB_core/mixing_length.F90"
          ],
          "commitId" : "2196f2d527e0ddf8b9a2ec77853cd7148c3ebf29",
          "timestamp" : 1625160233000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Fixing coding standard violations\u000a",
          "date" : "2021-07-01 12:23:53 -0500",
          "id" : "2196f2d527e0ddf8b9a2ec77853cd7148c3ebf29",
          "msg" : "Fixing coding standard violations",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/advance_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "README"
          ],
          "commitId" : "908d888d322c5197a6460260215e93bb0512f9d5",
          "timestamp" : 1625234874000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Removing blank line to note that yesterday's changes to the Wangara sounding file was BIT_CHANGING.\u000a",
          "date" : "2021-07-02 09:07:54 -0500",
          "id" : "908d888d322c5197a6460260215e93bb0512f9d5",
          "msg" : "Removing blank line to note that yesterday's changes to the Wangara sounding file was BIT_CHANGING.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "README"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/config/Case_definitions.py"
          ],
          "commitId" : "cb5d4330ed62e494ddd1140fe046018df6377566",
          "timestamp" : 1625239665000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/benjamin.andrew.stephens",
            "fullName" : "benjamin.andrew.stephens"
          },
          "authorEmail" : "benjamin.andrew.stephens@gmail.com",
          "comment" : "Adding new SAM-LES WANGARA benchmark file to Pyplotgen.\u000a\u000aSee https://github.com/larson-group/sam_clubb/issues/138.\u000a",
          "date" : "2021-07-02 10:27:45 -0500",
          "id" : "cb5d4330ed62e494ddd1140fe046018df6377566",
          "msg" : "Adding new SAM-LES WANGARA benchmark file to Pyplotgen.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/Case_definitions.py"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/benjamin.andrew.stephens",
      "fullName" : "benjamin.andrew.stephens"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
      "fullName" : "rhodesk"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 97,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/97/"
  },
  "previousBuild" : {
    "number" : 95,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/95/"
  }
}