{
  "_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" : 560,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
            "branch" : [
              {
                "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
            "branch" : [
              {
                "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
        "branch" : [
          {
            "SHA1" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
            "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" : "#560",
  "duration" : 142444,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #560",
  "id" : "560",
  "keepLog" : False,
  "number" : 560,
  "queueId" : 6920,
  "result" : "SUCCESS",
  "timestamp" : 1740129067613,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/560/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/error_code.F90",
            "src/clubb_driver.F90"
          ],
          "commitId" : "327bc1e35f9f2f5c9e58dadab76aa8a4452f711b",
          "timestamp" : 1740075254000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Revert clubb api module changes (#1228)\u000a\u000a* Revert intent changes to err_code_api in clubb_api_module to stay consistent with host models\u000aCLUBB ticket #975\u000a\u000aReverted changes in advance_clubb_core_api and to corresponding call in run_clubb\u000a\u000aSince the module variable is not used anywhere anymore, we can also remove it from the module\u000a",
          "date" : "2025-02-20 12:14:14 -0600",
          "id" : "327bc1e35f9f2f5c9e58dadab76aa8a4452f711b",
          "msg" : "Revert clubb api module changes (#1228)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/error_code.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/pdf_closure_module.F90"
          ],
          "commitId" : "455fbc12e83f4475429afcff526571537f9be66a",
          "timestamp" : 1740078773000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Fixed equality check in pdf_closure_module (#1229)\u000a\u000aCLUBB ticket #975\u000a\u000aWRF detected this error. Fixed it.\u000a",
          "date" : "2025-02-20 13:12:53 -0600",
          "id" : "455fbc12e83f4475429afcff526571537f9be66a",
          "msg" : "Fixed equality check in pdf_closure_module (#1229)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/interpolation.F90",
            "src/clubb_driver.F90",
            "src/G_unit_test_types/spurious_source_test.F90",
            "src/CLUBB_core/model_flags.F90",
            "src/time_dependent_input.F90",
            "input/grid/31_level_zm_grid_physics9.grd",
            "src/Benchmark_cases/atex.F90",
            "src/G_unit_test_types/pdf_parameter_tests.F90",
            "input/tunable_parameters/configurable_model_flags.in",
            "src/CLUBB_core/grid_adaptation.F90",
            "src/clubb_tuner.F90"
          ],
          "commitId" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
          "timestamp" : 1740100234000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "add dycore grid with conservative remapping scheme\u000a\u000a* add tunable parameter interp_from_dycore_grid_method\u000a\u000a* add dycore interpolation to atex case with conservative remapping by ullrich\u000a\u000a* remove new gpu commands\u000a\u000a* add acc annotation for gpu\u000a\u000a* remove acc annotation again\u000a\u000a* add acc annotation for parallel loop\u000a\u000a* add acc annotations for parallel loop execution\u000a\u000a* change remapping subroutine to take number of levels and levels as input instead of whole grid object\u000a\u000a* add more general functions to interpolate\u000a\u000a* add and refactor functions for remapping values given on zm levels\u000a\u000a* fix compiler errors and refactoring to stay under 100 chars per line\u000a\u000a* remove TODOs and used new interpolating function in interpolate_forcings\u000a\u000a* add functions for adaptive grid generation and grid density function normalization\u000a\u000a* add conservative ullrich remapping to cases with forcing time dependent inputs\u000a\u000a* add grid adaptation and flag\u000a\u000a* clean up and add warning for case when remapping from dycore flag cannot be used\u000a\u000a* some refactoring\u000a\u000a* add logical flag for dycore and renamed flags for dycore and grid adaptation\u000a\u000a* remove ifdefs\u000a\u000a* refactoring\u000a\u000a* add units\u000a\u000a* changed Lscale to inverse\u000a\u000a---------\u000a\u000aCo-authored-by: Steffen Carstensen <steffenc34@icloud.com>\u000a",
          "date" : "2025-02-20 19:10:34 -0600",
          "id" : "7783e3a73fe5643538f55dea8418c8adf0d0e4f8",
          "msg" : "add dycore grid with conservative remapping scheme",
          "paths" : [
            {
              "editType" : "add",
              "file" : "input/grid/31_level_zm_grid_physics9.grd"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "add",
              "file" : "src/CLUBB_core/grid_adaptation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/atex.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/time_dependent_input.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/interpolation.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/pdf_parameter_tests.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 561,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/561/"
  },
  "previousBuild" : {
    "number" : 559,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/559/"
  }
}