{
  "_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" : 170,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
            "branch" : [
              {
                "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
            "branch" : [
              {
                "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
        "branch" : [
          {
            "SHA1" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
            "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" : "#170",
  "duration" : 1788622,
  "estimatedDuration" : 901732,
  "executor" : None,
  "fullDisplayName" : "clubb_timestep_gfortran_tests #170",
  "id" : "170",
  "keepLog" : False,
  "number" : 170,
  "queueId" : 19195,
  "result" : "SUCCESS",
  "timestamp" : 1669194785892,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/170/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/CLUBB_core/grid_class.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/numerical_check.F90",
            "src/CLUBB_core/sfc_varnce_module.F90",
            "input_misc/tuner/error_four_cases.in",
            "src/clubb_tuner.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/constants_clubb.F90",
            "src/clubb_driver.F90",
            "compile/config/linux_x86_64_gfortran.bash",
            "README",
            "src/error.F90",
            "compile/compile.bash"
          ],
          "commitId" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
          "timestamp" : 1669128959000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Steffens tuner fixer branch (#1041)\u000a\u000a* Clubb ticket #1025: Implemented changes dealing with pdf_params%thl1/2 and wp2 floating point errors occurring in tuning runs. BIT_CHANGING\u000a- Added command-line option -t/--tuner to compile.bash which enables the -DTUNER compiler flag.\u000a- Added line to gfortran compilation config file to easily disable openMP\u000a- Added a couple error messages and cleaned up some instances of error handling in src/error.F90, src/clubb_driver.F90, and src/CLUBB_core/advance_clubb_core_module.F90\u000a- Added global constant wp2_max in src/CLUBB_core/constants_clubb.F90 which sets the upper bound for wp2\u000a- In pdf_closure, added sanity checks for pdf_params%thl1/2 (>=190K, <=1000K)\u000a- Added debug warning in src/CLUBB_core/advance_wp2_wp3_module.F90 when wp2 is clipped.\u000a- Added wp2_sfc clipping in src/CLUBB_core/sfc_varnce_module.F90\u000a- Added debug_level_check to NaN check in clubb_driver.F90\u000a- Added mention of the new compiler option to the README\u000a",
          "date" : "2022-11-22 08:55:59 -0600",
          "id" : "7c694ec0241527c624be7ada4de8f0a7b3f6b610",
          "msg" : "Steffens tuner fixer branch (#1041)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "README"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile/compile.bash"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile/config/linux_x86_64_gfortran.bash"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/numerical_check.F90"
            },
            {
              "editType" : "edit",
              "file" : "input_misc/tuner/error_four_cases.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/constants_clubb.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 171,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/171/"
  },
  "previousBuild" : {
    "number" : 169,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/169/"
  }
}