{
  "_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" : 390,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
            "branch" : [
              {
                "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
            "branch" : [
              {
                "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
        "branch" : [
          {
            "SHA1" : "4096bb3692f90514b0d91024269b729e27e8b9f0",
            "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" : "#390",
  "duration" : 3081900,
  "estimatedDuration" : 4868080,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_plot_ifort #390",
  "id" : "390",
  "keepLog" : False,
  "number" : 390,
  "queueId" : 4679,
  "result" : "SUCCESS",
  "timestamp" : 1731058807346,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/390/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "3e8029ad73ea28d9d444982e17e0f996e7a93cf2",
          "timestamp" : 1731009552000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Moving Lscale from an acc create statement inside clubb to the acc output statement in clubb_api. This is bug fix that is BIT_CHANGING, but only for silhs cases running on the GPU. Also using this to add BIT_CHANGING:aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b, as that commit was BC but just missing the message.\u000a",
          "date" : "2024-11-07 13:59:12 -0600",
          "id" : "3e8029ad73ea28d9d444982e17e0f996e7a93cf2",
          "msg" : "Moving Lscale from an acc create statement inside clubb to the acc output statement in clubb_api. This is bug fix that is BIT_CHANGING, but only for silhs cases running on the GPU. Also using this to add BIT_CHANGING:aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b, as that commit was BC but just missing the message.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "output_netcdf.F90",
            "advance_clubb_core_module.F90",
            "calc_pressure.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "c30ea55fd03ba8807e91c53d43e6d9467ce88d36",
          "timestamp" : 1731015610000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Various Small Tweaks (#1205)\u000a\u000a* Batching multicol output. Unfinished, need to make calls_p_out a namelist input and handle the case that it doesn't evenly divide the total number of timesteps.\u000a\u000a* Pushin column loop into initialize_clubb_variables\u000a\u000a* Adding explicit loops in main timestepping loop and pushing columns loop into l_calc_thlp2_rad\u000a\u000a* Various small loop pushes and improvements.\u000a\u000a* Adding argument to create_multi_col_params.py to add calls_p_out to namelist.\u000a\u000a* Final little tweaks\u000a\u000a* Tiny fixes\u000a\u000a* Changing var name calls_p_out to calls_per_out\u000a",
          "date" : "2024-11-07 15:40:10 -0600",
          "id" : "c30ea55fd03ba8807e91c53d43e6d9467ce88d36",
          "msg" : "Various Small Tweaks (#1205)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "calc_pressure.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "WRF/phys/module_bl_clubb.F"
          ],
          "commitId" : "d7e19469167e4129a83c60643b0ad3f7b2e3deea",
          "timestamp" : 1731015642000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Making compatible with latest clubb changes\u000a",
          "date" : "2024-11-07 15:40:42 -0600",
          "id" : "d7e19469167e4129a83c60643b0ad3f7b2e3deea",
          "msg" : "Making compatible with latest clubb changes",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "WRF/phys/module_bl_clubb.F"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 391,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/391/"
  },
  "previousBuild" : {
    "number" : 389,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/389/"
  }
}