{
  "_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/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 160,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
            "branch" : [
              {
                "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
            "branch" : [
              {
                "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
        "branch" : [
          {
            "SHA1" : "7499af195b9dca0e159e7b3b67424717e4c7c5ee",
            "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" : "#160",
  "duration" : 1827405,
  "estimatedDuration" : 4059677,
  "executor" : None,
  "fullDisplayName" : "cam_gpu_test #160",
  "id" : "160",
  "keepLog" : False,
  "number" : 160,
  "queueId" : 5085,
  "result" : "FAILURE",
  "timestamp" : 1781943369644,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/160/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stats_netcdf.F90",
            "error_code.F90",
            "pdf_closure_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "24c744a9a68faba9b129d567379fd68cde6d1cda",
          "timestamp" : 1781756186000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb loss driver (#1303)\u000a\u000a* First set of commits for the new loss driver.\u000a\u000a* Improvements\u000a\u000a* Batching capabilities\u000a\u000a* Lot's of cleanup, simplifications, and consolidation\u000a\u000a* More testing\u000a\u000a* Python interfaces for the loss driver\u000a\u000a* Interface for tuner and tuner with modes.\u000a\u000a* Nice updates\u000a\u000a* Missed file\u000a\u000a* Little updates to fix inconsistencies in the plots and averaging ranges\u000a\u000a* Adding a script that converts sam and coamps netcdf files to a clubb named version, including things that need to be calculated. This fixes a bug where fields were being averaged before being calculated, see https://github.com/larson-group/clubb/issues/1284, but is currently only wired up in the new tuner and the dash app plotter\u000a\u000a* Making some things public for nvhpc\u000a\u000a* Organization and consistency test fix\u000a\u000a* Adding taylor diagram to tune tab, this needs taylor metrics to be computed so the loss driver needed to output this info.\u000a\u000a* Adding more fancy loss functions based on Taylor metrics and a way to switch how the loss is computed in the dash tuner\u000a\u000a* Making NaN in code not an issue\u000a\u000a* Mostly dash app improvements to plotting, also made subwindows for tuning\u000a\u000a* Tuner tracking by case\u000a\u000a* Removing stats time-variance code\u000a\u000a* Simplifying loss driver output - now loss metrics are output explicitly rather than as packaged taylor_metrics and having different versions for subwindows and such\u000a\u000a* Mainly ui updates and small simplifications\u000a\u000a* Improving comments and cleaning things up a bit\u000a\u000a* Removing strictness on stats window vs output interval, and adding a stats consistency test to tests for issues with batch size and output frequency and the windowing mode\u000a\u000a* Fixing openmp bug and making incomplete stats intervals not output, as it was before\u000a\u000a* Making jenkins test use standard stats, and fixing tiny bug that caused error running with debug+no rcp2 stats\u000a\u000a* Adding gate around bindiff, there's an edge case where a cosmetic diff can trigger a full-diff even in a failed case, which should otherwise be considered BFB and skipped.\u000a\u000a* Adding some README entries for the dash app and a python requirements file\u000a\u000a* Adding comments and little bug fix to dash app\u000a\u000a* Update to loss consistency test, making it simpler since stats consistency test covers most things. Also adding it to the stats consistency jenkins test since it is still similar\u000a\u000a* Cleanup and code consolidation, new jenkins test for tuner\u000a\u000a* Adding comments\u000a\u000a* Fixing little bugs\u000a\u000a* Slight improvement to stats_api\u000a\u000a* Small bug fix\u000a\u000a* Consolidating stats time setting\u000a",
          "date" : "2026-06-17 23:16:26 -0500",
          "id" : "24c744a9a68faba9b129d567379fd68cde6d1cda",
          "msg" : "Clubb loss driver (#1303)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stats_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "error_code.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "b6515b0aaca10ff234d8bc5f71659179640a3279",
          "timestamp" : 1781756186000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb loss driver (#1303)\u000a\u000a* First set of commits for the new loss driver.\u000a\u000a* Improvements\u000a\u000a* Batching capabilities\u000a\u000a* Lot's of cleanup, simplifications, and consolidation\u000a\u000a* More testing\u000a\u000a* Python interfaces for the loss driver\u000a\u000a* Interface for tuner and tuner with modes.\u000a\u000a* Nice updates\u000a\u000a* Missed file\u000a\u000a* Little updates to fix inconsistencies in the plots and averaging ranges\u000a\u000a* Adding a script that converts sam and coamps netcdf files to a clubb named version, including things that need to be calculated. This fixes a bug where fields were being averaged before being calculated, see https://github.com/larson-group/clubb/issues/1284, but is currently only wired up in the new tuner and the dash app plotter\u000a\u000a* Making some things public for nvhpc\u000a\u000a* Organization and consistency test fix\u000a\u000a* Adding taylor diagram to tune tab, this needs taylor metrics to be computed so the loss driver needed to output this info.\u000a\u000a* Adding more fancy loss functions based on Taylor metrics and a way to switch how the loss is computed in the dash tuner\u000a\u000a* Making NaN in code not an issue\u000a\u000a* Mostly dash app improvements to plotting, also made subwindows for tuning\u000a\u000a* Tuner tracking by case\u000a\u000a* Removing stats time-variance code\u000a\u000a* Simplifying loss driver output - now loss metrics are output explicitly rather than as packaged taylor_metrics and having different versions for subwindows and such\u000a\u000a* Mainly ui updates and small simplifications\u000a\u000a* Improving comments and cleaning things up a bit\u000a\u000a* Removing strictness on stats window vs output interval, and adding a stats consistency test to tests for issues with batch size and output frequency and the windowing mode\u000a\u000a* Fixing openmp bug and making incomplete stats intervals not output, as it was before\u000a\u000a* Making jenkins test use standard stats, and fixing tiny bug that caused error running with debug+no rcp2 stats\u000a\u000a* Adding gate around bindiff, there's an edge case where a cosmetic diff can trigger a full-diff even in a failed case, which should otherwise be considered BFB and skipped.\u000a\u000a* Adding some README entries for the dash app and a python requirements file\u000a\u000a* Adding comments and little bug fix to dash app\u000a\u000a* Update to loss consistency test, making it simpler since stats consistency test covers most things. Also adding it to the stats consistency jenkins test since it is still similar\u000a\u000a* Cleanup and code consolidation, new jenkins test for tuner\u000a\u000a* Adding comments\u000a\u000a* Fixing little bugs\u000a\u000a* Slight improvement to stats_api\u000a\u000a* Small bug fix\u000a\u000a* Consolidating stats time setting\u000a",
          "date" : "2026-06-17 23:16:26 -0500",
          "id" : "b6515b0aaca10ff234d8bc5f71659179640a3279",
          "msg" : "Clubb loss driver (#1303)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 161,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/161/"
  },
  "previousBuild" : {
    "number" : 159,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/159/"
  }
}