{
  "_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/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 74,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 283,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
            "branch" : [
              {
                "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
            "branch" : [
              {
                "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
        "branch" : [
          {
            "SHA1" : "cb65c1053af664064867e46cb1b492cab5a305b0",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.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" : "#283",
  "duration" : 4828460,
  "estimatedDuration" : 1539892,
  "executor" : None,
  "fullDisplayName" : "cam_global_ERP_Ln9_gfortran_test #283",
  "id" : "283",
  "keepLog" : False,
  "number" : 283,
  "queueId" : 22844,
  "result" : "SUCCESS",
  "timestamp" : 1683017229385,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/283/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "advance_xp2_xpyp_module.F90",
            "advance_clubb_core_module.F90",
            "stats_variables.F90",
            "stats_zm_module.F90",
            "sfc_varnce_module.F90",
            "advance_helper_module.F90"
          ],
          "commitId" : "e7a5c0ce02567906f9003eb1b1a1cf5ca94bca4c",
          "timestamp" : 1682952212000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Making CLUBB's splatting scheme implicit and smoother (#1075)\u000a\u000a* Introducing rough implicit splatting scheme into CLUBB.  Not yet implicit for wp3.\u000a\u000a* Implementing implicit splatting for wp3.\u000a\u000a* Further improvements to implicit splatting code, including\u000a\u000a- smoothing of the BV freq used for splatting\u000a- adding a new variable 'bv_freq_sqd_splat' to stats\u000a- add the new variable to pyplotgen standard output\u000a\u000aSee PR #1075 and issue #994.\u000a\u000a* Some cleanup.\u000a\u000a* More cleanup, and adding comments.\u000a\u000a* More comments.\u000a\u000a* Updating implicit splatting scheme.\u000a\u000a* Updates to resolve PR requests.\u000a\u000aUpdates associated with implicit splatting will be BIT_CHANGING.\u000a",
          "date" : "2023-05-01 08:43:32 -0600",
          "id" : "e7a5c0ce02567906f9003eb1b1a1cf5ca94bca4c",
          "msg" : "Making CLUBB's splatting scheme implicit and smoother (#1075)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "stats_variables.F90"
            },
            {
              "editType" : "edit",
              "file" : "stats_zm_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 284,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/284/"
  },
  "previousBuild" : {
    "number" : 282,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/282/"
  }
}