<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_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" : 517,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
            "branch" : [
              {
                "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
            "branch" : [
              {
                "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
        "branch" : [
          {
            "SHA1" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#517",
  "duration" : 1135015,
  "estimatedDuration" : 860145,
  "executor" : None,
  "fullDisplayName" : "clubb_BFB_gfortran_test #517",
  "id" : "517",
  "keepLog" : False,
  "number" : 517,
  "queueId" : 7483,
  "result" : "SUCCESS",
  "timestamp" : 1741166949666,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_gfortran_test/517/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/grid_class.F90",
            "src/bugsrad_driver.F90"
          ],
          "commitId" : "1c06485d4a34378726c7734f4d34bce3b294695d",
          "timestamp" : 1741120069000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I changed the variable type within grid function flip from dp to\u000acore_rknd. I then needed to make some changes to BUGSrad driver\u000ato compensate. The \"dp\" issue was discovered when WRF-CLUBB\u000awouldn't compile because of it (discrepancy between dp and core_rknd\u000ain WRF-CLUBB that caused compilation errors for calls to flip\u000afrom advance_xm_wpxp, etc.)\u000a",
          "date" : "2025-03-04 14:27:49 -0600",
          "id" : "1c06485d4a34378726c7734f4d34bce3b294695d",
          "msg" : "I changed the variable type within grid function flip from dp to",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/bugsrad_driver.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90"
          ],
          "commitId" : "0f3bc9f46f93fdd7932e6b047510c77a1c719b17",
          "timestamp" : 1741135026000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Fixed a compiling issue with CAM-CLUBB.\u000a",
          "date" : "2025-03-04 18:37:06 -0600",
          "id" : "0f3bc9f46f93fdd7932e6b047510c77a1c719b17",
          "msg" : "Fixed a compiling issue with CAM-CLUBB.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/saturation.F90"
          ],
          "commitId" : "4c5fa8ce8f53dd868b93cd477e50d8f23bfd9fd8",
          "timestamp" : 1741139829000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Hopefully this helps the cpu vs. gpu tests.\u000a",
          "date" : "2025-03-04 19:57:09 -0600",
          "id" : "4c5fa8ce8f53dd868b93cd477e50d8f23bfd9fd8",
          "msg" : "Hopefully this helps the cpu vs. gpu tests.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/saturation.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/clubb_driver.F90"
          ],
          "commitId" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
          "timestamp" : 1741143316000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "There were some flips inside the stats code for BUGSrad that required\u000asome restructuring around kind transformation statements.\u000a",
          "date" : "2025-03-04 20:55:16 -0600",
          "id" : "73cc3cbd6b18b700918d2130db73eb11dab81c25",
          "msg" : "There were some flips inside the stats code for BUGSrad that required",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 518,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_gfortran_test/518/"
  },
  "previousBuild" : {
    "number" : 516,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_gfortran_test/516/"
  }
}</pre></body></html>