{
  "_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/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 524,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
            "branch" : [
              {
                "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
            "branch" : [
              {
                "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
        "branch" : [
          {
            "SHA1" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
            "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" : "#524",
  "duration" : 177725,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #524",
  "id" : "524",
  "keepLog" : False,
  "number" : 524,
  "queueId" : 4224,
  "result" : "SUCCESS",
  "timestamp" : 1729843867447,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/524/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_wp2_wp3_module.F90"
          ],
          "commitId" : "9bf49fa9793a4099bed172f4959966bc14990864",
          "timestamp" : 1729779844000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric.\u000aPrior to this, they ran from thermo levels 2 to nzt-2. This change\u000amakes them symmetric by running them from 2 to nzt-1. There are\u000ano degradations to the results as a result of this change. This\u000achange makes it easier to generalize CLUBB's grid for both\u000aascending and descending grid directions. The results of this change\u000aare BIT_CHANGING.\u000a",
          "date" : "2024-10-24 09:24:04 -0500",
          "id" : "9bf49fa9793a4099bed172f4959966bc14990864",
          "msg" : "I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/set_up_dashboard_inputs.py",
            "utilities/sens_matrix/create_figs.py",
            "utilities/sens_matrix/sens_matrix_dashboard.py"
          ],
          "commitId" : "b8f56bfbb5e2cfffef574401cef020a6971fcbdd",
          "timestamp" : 1729785100000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "QuadTune: 1) Add beginnings of maps of SVD pattern, although this task is unfinished. 2) Normalize all regions by global mean, rather than normalizing each region separately.  3) Make sensitivities signed in sensitivity versus bias scatterplot.\u000a\u000aFor #910.\u000a",
          "date" : "2024-10-24 10:51:40 -0500",
          "id" : "b8f56bfbb5e2cfffef574401cef020a6971fcbdd",
          "msg" : "QuadTune: 1) Add beginnings of maps of SVD pattern, although this task is unfinished. 2) Normalize all regions by global mean, rather than normalizing each region separately.  3) Make sensitivities signed in sensitivity versus bias scatterplot.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/set_up_dashboard_inputs.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/create_figs.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/config/VariableGroupBaseBudgets.py",
            "postprocessing/pyplotgen/config/VariableGroupLiquidMP.py",
            "postprocessing/pyplotgen/src/OutputHandler.py",
            "postprocessing/pyplotgen/config/VariableGroupTaus.py",
            "postprocessing/pyplotgen/config/VariableGroupSamBudgets.py",
            "postprocessing/pyplotgen/config/VariableGroupBase.py",
            "postprocessing/pyplotgen/config/VariableGroupNondimMoments.py",
            "postprocessing/pyplotgen/config/VariableGroupIceMP.py",
            "postprocessing/pyplotgen/config/VariableGroupSamMultilineProfiles.py",
            "postprocessing/pyplotgen/config/VariableGroupBaseBudgetsLumpedBuoy.py",
            "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py",
            "postprocessing/pyplotgen/pyplotgen.py",
            "postprocessing/pyplotgen/config/VariableGroupBaseBudgetsSamStyle.py"
          ],
          "commitId" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
          "timestamp" : 1729805710000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Add sam bv calc (#1141)\u000a\u000aAdded calculation function for SAM plots to pyplotgen for Brunt-Väisälä frequency squared\u000aCLUBB ticket #1132 \u000a\u000aCalculated by `N2 = g/thetav * dthetav/dz`\u000a",
          "date" : "2024-10-24 16:35:10 -0500",
          "id" : "abddfa273c6176d1565bffc4f1d8d31a56762347",
          "msg" : "Add sam bv calc (#1141)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/OutputHandler.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamBudgets.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupIceMP.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupTaus.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBaseBudgetsLumpedBuoy.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamMultilineProfiles.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBaseBudgets.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/pyplotgen.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBase.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupSamProfiles.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupBaseBudgetsSamStyle.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupLiquidMP.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupNondimMoments.py"
            }
          ]
        }
      ],
      "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"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 525,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/525/"
  },
  "previousBuild" : {
    "number" : 523,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/523/"
  }
}