{
  "_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/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 74,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 248,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
            "branch" : [
              {
                "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
            "branch" : [
              {
                "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
        "branch" : [
          {
            "SHA1" : "7ceba3991719fb5e1b20e96a87e3ef4fb4b5b816",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.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" : "#248",
  "duration" : 5935381,
  "estimatedDuration" : 1539892,
  "executor" : None,
  "fullDisplayName" : "cam_global_ERP_Ln9_gfortran_test #248",
  "id" : "248",
  "keepLog" : False,
  "number" : 248,
  "queueId" : 19239,
  "result" : "SUCCESS",
  "timestamp" : 1669196826171,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/248/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "advance_clubb_core_module.F90",
            "constants_clubb.F90",
            "numerical_check.F90",
            "pdf_closure_module.F90",
            "grid_class.F90",
            "sfc_varnce_module.F90"
          ],
          "commitId" : "269513ec0b95ddee2bff960d0c74a4ceccb8feef",
          "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" : "269513ec0b95ddee2bff960d0c74a4ceccb8feef",
          "msg" : "Steffens tuner fixer branch (#1041)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "constants_clubb.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "numerical_check.F90"
            },
            {
              "editType" : "edit",
              "file" : "sfc_varnce_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "run_scripts/netcdf_3D_vars_diff.py"
          ],
          "commitId" : "7a1e1a66d31781af598a0480d75d345eecb18a25",
          "timestamp" : 1669134172000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding space to file since previous commit was intentionally BIT_CHANGING:a466f958c140acbd260290c59213a96f3c049793.\u000a",
          "date" : "2022-11-22 10:22:52 -0600",
          "id" : "7a1e1a66d31781af598a0480d75d345eecb18a25",
          "msg" : "Adding space to file since previous commit was intentionally BIT_CHANGING:a466f958c140acbd260290c59213a96f3c049793.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "run_scripts/netcdf_3D_vars_diff.py"
            }
          ]
        }
      ],
      "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" : 249,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/249/"
  },
  "previousBuild" : {
    "number" : 247,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/247/"
  }
}