{
  "_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" : 76,
          "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" : 72,
          "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" : 254,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
            "branch" : [
              {
                "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
            "branch" : [
              {
                "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
        "branch" : [
          {
            "SHA1" : "ee03107ab6275dcbcd852da38102ab3311592919",
            "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" : "#254",
  "duration" : 3171201,
  "estimatedDuration" : 1670312,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_parallel_ifort #254",
  "id" : "254",
  "keepLog" : False,
  "number" : 254,
  "queueId" : 21139,
  "result" : "SUCCESS",
  "timestamp" : 1677662410060,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/254/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pdf_closure_module.F90"
          ],
          "commitId" : "90851771d55ebaeb104a3bd7edae92ffd4a248a6",
          "timestamp" : 1677613563000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb ticket #1025: Implemented way to make esa tuner reproducible, h… (#1068)\u000a\u000a* Clubb ticket #1025: Implemented way to make esa tuner reproducible, hid error output of optional diagnostic variables behind check, fixed parallelization issue with tuner, esa max_iters parameter is now in stats namelist, fixed issue with TUNER compiler directive, some small fixes.\u000a- New namelist variables prescribed_rand_seed and l_use_prescribed_rand_seed determine if the esa tuner will use a random or a fixed value as random seed. Added descriptions to README.\u000a- Added max_iters to stats namelist to make it more modifiable.\u000a- Renamed stp_adjst_intercept_in and stp_adjst_slope_in to stp_adjst_shift_in and stp_adjst_factor_in, respectively, to better reflect their influence on step size.\u000a- The error output in src/CLUBB_core/pdf_closure_module.F90 for the diagnostic variables wprtp2, wpthlp2, wprtpthlp, and rcp2 is now hidden behind existence checks for these variables. And a clarification was added to \"#ifdef TUNER\" directive.\u000a- NetCDF file access caused the tuner to crash in parallel mode (-fopenmp flag in config file and multiple cases). Adding an $OMP CRITICAL structure around the call to stats_init in clubb_driver.F90 fixed that.\u000a- Fixed compile/README. Config files are specified with the -c option.\u000a- The -t option in run_scripts/run_tuner.bash interfered with the previous usage of the TUNER compiler directive. Renamed the old TUNER directive to NR_SP, a short for \"numerical recipes, single precision\". TUNER now is the option to \"turn on\" code changes required to run the tuner.\u000a",
          "date" : "2023-02-28 13:46:03 -0600",
          "id" : "90851771d55ebaeb104a3bd7edae92ffd4a248a6",
          "msg" : "Clubb ticket #1025: Implemented way to make esa tuner reproducible, h… (#1068)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 255,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/255/"
  },
  "previousBuild" : {
    "number" : 253,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/253/"
  }
}