{
  "_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" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 276,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
            "branch" : [
              {
                "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
            "branch" : [
              {
                "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
        "branch" : [
          {
            "SHA1" : "dd43df7acdaec448a6db87daff8537523060d646",
            "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" : "#276",
  "duration" : 972792,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #276",
  "id" : "276",
  "keepLog" : False,
  "number" : 276,
  "queueId" : 18657,
  "result" : "SUCCESS",
  "timestamp" : 1665821469652,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/276/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/G_unit_test_types/spurious_source_test.F90",
            "input/tunable_parameters_compatible_r8029/configurable_model_flags.in",
            "src/clubb_tuner.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/model_flags.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "input/tunable_parameters_Lscale/configurable_model_flags.in",
            "input/tunable_parameters_e3sm/configurable_model_flags.in",
            "src/CLUBB_core/mono_flux_limiter.F90",
            "src/G_unit_test_types/pdf_parameter_tests.F90",
            "input/tunable_parameters/configurable_model_flags.in"
          ],
          "commitId" : "5b79c73c681b98162df10f5500226f6940704016",
          "timestamp" : 1665761524000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Creating new flags to control monotonic flux limiter (#1039)\u000a\u000a* Creating new flags to control monotonic flux limiter and the IF statement fix for the spikes found in CAM.\u000a\u000a* Removing no-longer-necessary logical l_mono_flux_lim.\u000a\u000a* Adding requested changes from PR (intent statements and editing error statement).\u000a\u000a* Accidentally set flag to false. Changing to true.\u000a",
          "date" : "2022-10-14 09:32:04 -0600",
          "id" : "5b79c73c681b98162df10f5500226f6940704016",
          "msg" : "Creating new flags to control monotonic flux limiter (#1039)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_Lscale/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/pdf_parameter_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_e3sm/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_compatible_r8029/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/G_unit_test_types/w_up_in_cloud_tests.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/stats_clubb_utilities.F90",
            "src/CLUBB_core/stats_zt_module.F90",
            "src/CLUBB_core/stats_variables.F90"
          ],
          "commitId" : "7550b3e11a7b6218c5eedc78f78e6397423141bb",
          "timestamp" : 1665787786000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am adding cloudy_updraft_frac and cloudy_downdraft_frac as\u000aoutputs to the calculate_w_up_in_cloud code.\u000a\u000aThese fields are non-interactive for the standard set of cases.\u000aThus, all cases are bit-for-bit identical.\u000a\u000aHowever, for the w_up_in_cloud and w_down_in_cloud results themselves,\u000ait is possible that results might not be bit-for-bit since\u000athe location of the max(eps, ...) clipping in the denominator\u000ais changed.  However, results should not be appreciable different.\u000a",
          "date" : "2022-10-14 17:49:46 -0500",
          "id" : "7550b3e11a7b6218c5eedc78f78e6397423141bb",
          "msg" : "I am adding cloudy_updraft_frac and cloudy_downdraft_frac as",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/w_up_in_cloud_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_variables.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_zt_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "input/stats/all_stats.in"
          ],
          "commitId" : "dd43df7acdaec448a6db87daff8537523060d646",
          "timestamp" : 1665789118000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I forgot to add cld_updr_frac and cld_downdr_frac to all_stats.in\u000ain the last commit.\u000a",
          "date" : "2022-10-14 18:11:58 -0500",
          "id" : "dd43df7acdaec448a6db87daff8537523060d646",
          "msg" : "I forgot to add cld_updr_frac and cld_downdr_frac to all_stats.in",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "input/stats/all_stats.in"
            }
          ]
        }
      ],
      "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" : 277,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/277/"
  },
  "previousBuild" : {
    "number" : 275,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/275/"
  }
}