{
  "_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" : 388,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
            "branch" : [
              {
                "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
            "branch" : [
              {
                "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
        "branch" : [
          {
            "SHA1" : "6c01610082f21f5cb13460de2de4d4970351abdc",
            "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" : "#388",
  "duration" : 853213,
  "estimatedDuration" : 901732,
  "executor" : None,
  "fullDisplayName" : "clubb_timestep_gfortran_tests #388",
  "id" : "388",
  "keepLog" : False,
  "number" : 388,
  "queueId" : 3348,
  "result" : "SUCCESS",
  "timestamp" : 1728115987400,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/388/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/parameters_tunable.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/advance_microphys_module.F90",
            "src/CLUBB_core/saturation.F90",
            "src/SILHS/silhs_api_module.F90",
            "src/CLUBB_core/fill_holes.F90",
            "src/Benchmark_cases/neutral_case.F90"
          ],
          "commitId" : "d423046c547ffa8af68ce4faa8d77a8476e4f887",
          "timestamp" : 1728050904000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "refactoring to remove compiler warnings (#1187)\u000a\u000a* refactor code to remove warnings for exceeding 100 characters per line\u000a\u000a* remove unused variables\u000a\u000a* remove unused parameters #1174\u000a\u000a* fix for the GPU\u000a\u000a* remove new unused parameters\u000a\u000a* remove unused dummy arguments\u000a\u000a* make small changes to reduce compiler warnings\u000a\u000a* put solve_name back in as input variable to band_solve methods\u000a\u000a* combine intent in and out parameters from calc_trapezoid_zm and calc_trapezoid_zt to intent inout parameters\u000a\u000a* remove unused functions init_parameters_999 and sat_vapor_press_ice_*\u000a\u000a* remove unused dummy arguments\u000a\u000a* fix merge error\u000a\u000a* remove unnecessary loop\u000a",
          "date" : "2024-10-04 09:08:24 -0500",
          "id" : "d423046c547ffa8af68ce4faa8d77a8476e4f887",
          "msg" : "refactoring to remove compiler warnings (#1187)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/fill_holes.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/saturation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/neutral_case.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/advance_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/requirements.txt"
          ],
          "commitId" : "5cc5bc9697304ab6b15657d35ef5f0efd7531649",
          "timestamp" : 1728057222000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/hasenau2",
            "fullName" : "hasenau2"
          },
          "authorEmail" : "hasenau2@uwm.edu",
          "comment" : "Added requirements.txt for running the sens_matrix_dashboard.\u000a",
          "date" : "2024-10-04 10:53:42 -0500",
          "id" : "5cc5bc9697304ab6b15657d35ef5f0efd7531649",
          "msg" : "Added requirements.txt for running the sens_matrix_dashboard.",
          "paths" : [
            {
              "editType" : "add",
              "file" : "utilities/sens_matrix/requirements.txt"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/set_up_dashboard_inputs.py",
            "utilities/sens_matrix/create_figs.py"
          ],
          "commitId" : "f518cd9358682c1866292899417b975694c50fd3",
          "timestamp" : 1728064238000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "QuadTune: Introduce new utility function to create scatterplots and plot first 2 SVD components.\u000a\u000aFor #910.\u000a",
          "date" : "2024-10-04 12:50:38 -0500",
          "id" : "f518cd9358682c1866292899417b975694c50fd3",
          "msg" : "QuadTune: Introduce new utility function to create scatterplots and plot first 2 SVD components.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/set_up_dashboard_inputs.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/create_figs.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/grid_class.F90"
          ],
          "commitId" : "771412d05f18e8491fea0cc25314aeea896813cc",
          "timestamp" : 1728074121000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am copying the round-off level changes made to grid weights\u000aand grid interpolation functions from the generalized_grid branch\u000aover to the master branch. This is being done ahead of merging\u000acode from the master over to the generalized_grid branch.\u000a\u000aThis code is necessary to get results in the generalized grid\u000abranch bit-for-bit between ascending and descending grid\u000adirections when optimization is set to -O0.\u000a\u000aThis change produces changes at the numerical round-off level\u000ain the affected calculations, making this commit BIT_CHANGING.\u000a\u000aPlots show lines overlap for almost all cases besides the most\u000asensitive cases (ARM 97, TWP ICE, etc. -- looking at those\u000ashows you how much of a difference a simple numerical round-off\u000acan make).\u000a",
          "date" : "2024-10-04 15:35:21 -0500",
          "id" : "771412d05f18e8491fea0cc25314aeea896813cc",
          "msg" : "I am copying the round-off level changes made to grid weights",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/hasenau2",
      "fullName" : "hasenau2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 389,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/389/"
  },
  "previousBuild" : {
    "number" : 387,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/387/"
  }
}