<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_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" : 408,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
            "branch" : [
              {
                "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
            "branch" : [
              {
                "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
        "branch" : [
          {
            "SHA1" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
            "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" : "#408",
  "duration" : 27967,
  "estimatedDuration" : 1056770,
  "executor" : None,
  "fullDisplayName" : "clubb_timestep_gfortran_tests #408",
  "id" : "408",
  "keepLog" : False,
  "number" : 408,
  "queueId" : 4647,
  "result" : "FAILURE",
  "timestamp" : 1731057187099,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/408/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90"
          ],
          "commitId" : "90d139d2d9f8ccfdbe6e3705adfa4e7a9117aeec",
          "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" : "90d139d2d9f8ccfdbe6e3705adfa4e7a9117aeec",
          "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" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_standalone.F90",
            "run_scripts/create_multi_col_params.py",
            "src/CLUBB_core/output_netcdf.F90",
            "src/jacobian.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/calc_pressure.F90",
            "src/error.F90",
            "src/clubb_thread_test.F90",
            "src/hydrostatic_module.F90"
          ],
          "commitId" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
          "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" : "a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9",
          "msg" : "Various Small Tweaks (#1205)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "run_scripts/create_multi_col_params.py"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/calc_pressure.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/hydrostatic_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_thread_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_standalone.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/jacobian.F90"
            }
          ]
        }
      ],
      "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" : 409,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/409/"
  },
  "previousBuild" : {
    "number" : 407,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_timestep_gfortran_tests/407/"
  }
}</pre></body></html>