{
  "_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" : 43,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
            "branch" : [
              {
                "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
            "branch" : [
              {
                "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
        "branch" : [
          {
            "SHA1" : "8e88e823c01ff67c119c389266848c925611c3ca",
            "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" : "#43",
  "duration" : 223747,
  "estimatedDuration" : 226208,
  "executor" : None,
  "fullDisplayName" : "clubb_python_test #43",
  "id" : "43",
  "keepLog" : False,
  "number" : 43,
  "queueId" : 6136,
  "result" : "SUCCESS",
  "timestamp" : 1783757050218,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_python_test/43/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "dash_app/compile_tab/layout.py",
            "cmake/utils/CPPDefinitions.cmake",
            "src/Radiation/BUGSrad/kinds.F90",
            "dash_app/compile_tab/runtime.py",
            "compile.py"
          ],
          "commitId" : "2ed4d5c1c4a025e8245056b860266cab832fc532",
          "timestamp" : 1783712644000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Removed quad precision option (#1330)\u000a",
          "date" : "2026-07-10 14:44:04 -0500",
          "id" : "2ed4d5c1c4a025e8245056b860266cab832fc532",
          "msg" : "Removed quad precision option (#1330)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "cmake/utils/CPPDefinitions.cmake"
            },
            {
              "editType" : "edit",
              "file" : "src/Radiation/BUGSrad/kinds.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/layout.py"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/runtime.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Input_fields/stat_file_utils.F90",
            "dash_app/compile_tab/discovery.py",
            "src/Input_fields/CMakeLists.txt",
            "dash_app/compile_tab/runtime.py",
            "BUILD.md",
            "src/Input_fields/input_fields.F90",
            "dash_app/compile_tab/test_compile_tab_build_status.py",
            "CMakeLists.txt",
            "src/clubb_driver.F90",
            "src/Input_fields/input_netcdf.F90",
            "src/CLUBB_core/CMakeLists.txt",
            "cmake/utils/CPPDefinitions.cmake",
            "README",
            "src/CMakeLists.txt",
            "src/error.F90",
            "clubb_python_api/CMakeLists.txt",
            "compile.py"
          ],
          "commitId" : "a9a078699bbeabdded46e97e0948f40331321866",
          "timestamp" : 1783712742000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Removed option to disable netcdf (#1331)\u000a",
          "date" : "2026-07-10 14:45:42 -0500",
          "id" : "a9a078699bbeabdded46e97e0948f40331321866",
          "msg" : "Removed option to disable netcdf (#1331)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            },
            {
              "editType" : "edit",
              "file" : "src/Input_fields/input_fields.F90"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/runtime.py"
            },
            {
              "editType" : "edit",
              "file" : "src/Input_fields/input_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Input_fields/stat_file_utils.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "BUILD.md"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/test_compile_tab_build_status.py"
            },
            {
              "editType" : "edit",
              "file" : "src/Input_fields/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "README"
            },
            {
              "editType" : "edit",
              "file" : "CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/discovery.py"
            },
            {
              "editType" : "edit",
              "file" : "clubb_python_api/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "cmake/utils/CPPDefinitions.cmake"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/generalized_grid_test.F90",
            "src/Microphys/Morrison_microphys/microphysics.F90",
            "dash_app/compile_tab/runtime.py",
            "src/SILHS/silhs_api_module.F90",
            "BUILD.md",
            "dash_app/compile_tab/test_compile_tab_build_status.py",
            "src/SILHS/latin_hypercube_driver_module.F90",
            "src/Microphys/pdf_hydromet_microphys_wrapper.F90",
            "CMakeLists.txt",
            "src/Microphys/lh_microphys_driver_module.F90",
            "src/clubb_driver.F90",
            "cmake/utils/CPPDefinitions.cmake",
            "src/Microphys/microphys_driver.F90",
            "compile.py"
          ],
          "commitId" : "8e88e823c01ff67c119c389266848c925611c3ca",
          "timestamp" : 1783713054000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Removed option to disable silhs (#1332)\u000a",
          "date" : "2026-07-10 14:50:54 -0500",
          "id" : "8e88e823c01ff67c119c389266848c925611c3ca",
          "msg" : "Removed option to disable silhs (#1332)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/runtime.py"
            },
            {
              "editType" : "edit",
              "file" : "src/Microphys/Morrison_microphys/microphysics.F90"
            },
            {
              "editType" : "edit",
              "file" : "cmake/utils/CPPDefinitions.cmake"
            },
            {
              "editType" : "edit",
              "file" : "dash_app/compile_tab/test_compile_tab_build_status.py"
            },
            {
              "editType" : "edit",
              "file" : "src/Microphys/lh_microphys_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Microphys/microphys_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Microphys/pdf_hydromet_microphys_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            },
            {
              "editType" : "edit",
              "file" : "BUILD.md"
            },
            {
              "editType" : "edit",
              "file" : "src/generalized_grid_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "CMakeLists.txt"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : None,
  "previousBuild" : {
    "number" : 42,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_python_test/42/"
  }
}