{
  "_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" : 83,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 81,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 417,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
            "branch" : [
              {
                "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
            "branch" : [
              {
                "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
        "branch" : [
          {
            "SHA1" : "89c768191a5c7a827eefd6cfc1f1851cc7b521c4",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/wrf.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" : "#417",
  "duration" : 3626439,
  "estimatedDuration" : 4868080,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_plot_ifort #417",
  "id" : "417",
  "keepLog" : False,
  "number" : 417,
  "queueId" : 7575,
  "result" : "SUCCESS",
  "timestamp" : 1741254010140,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/417/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stats_clubb_utilities.F90"
          ],
          "commitId" : "997f0297808643a4ee76621e98fd3c7821948f41",
          "timestamp" : 1741203326000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Eliminate GOTO statement in stats_clubb_utilities (#1233)\u000a\u000a* Eliminate jump in stats_clubb_utilities\u000aCLUBB ticket #975\u000a\u000aHard removed end parameter from read call\u000aGOTO marker `100` removed since `end` parameter is gone and\u000aadded output of read error code to help debugging.\u000a\u000aBefore this change, if the read encountered an EOF error and the jump to marker 100 happened,\u000aCLUBB would continue running (err_code=clubb_no_error) but no output files would be created.\u000aAfter this change, err_code will be set to clubb_fatal_error and CLUBB prints an error message and returns.\u000a",
          "date" : "2025-03-05 13:35:26 -0600",
          "id" : "997f0297808643a4ee76621e98fd3c7821948f41",
          "msg" : "Eliminate GOTO statement in stats_clubb_utilities (#1233)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "advance_xp2_xpyp_module.F90",
            "advance_xm_wpxp_module.F90",
            "advance_windm_edsclrm_module.F90",
            "mono_flux_limiter.F90"
          ],
          "commitId" : "c65a1eab66b642133992df67073c37f734f9276d",
          "timestamp" : 1741219550000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Added some missing acc parallel statments around some the loops\u000aI added to the code for the grid generalization test.\u000a",
          "date" : "2025-03-05 18:05:50 -0600",
          "id" : "c65a1eab66b642133992df67073c37f734f9276d",
          "msg" : "Added some missing acc parallel statments around some the loops",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mono_flux_limiter.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stats_clubb_utilities.F90"
          ],
          "commitId" : "1f2eea8f772a494daf1517c840c036245ece8bfd",
          "timestamp" : 1741219960000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Fixed a bug\u000a",
          "date" : "2025-03-05 18:12:40 -0600",
          "id" : "1f2eea8f772a494daf1517c840c036245ece8bfd",
          "msg" : "Fixed a bug",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90"
          ],
          "commitId" : "ba693e0d27c04cfbaf7755307a217f9ea44aa09e",
          "timestamp" : 1741223016000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I have no idea if it's appropriate to include gr in this statment,\u000abut I'm just basically throwing dung at the wall at this point.\u000aWe'll see what sticks.\u000a",
          "date" : "2025-03-05 19:03:36 -0600",
          "id" : "ba693e0d27c04cfbaf7755307a217f9ea44aa09e",
          "msg" : "I have no idea if it's appropriate to include gr in this statment,",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "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" : 418,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/418/"
  },
  "previousBuild" : {
    "number" : 416,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/416/"
  }
}