{
  "_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" : 448,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
            "branch" : [
              {
                "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
            "branch" : [
              {
                "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
        "branch" : [
          {
            "SHA1" : "8c4af18829b60c47d1e8454797e351b781f71bc1",
            "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" : "#448",
  "duration" : 978657,
  "estimatedDuration" : 1539892,
  "executor" : None,
  "fullDisplayName" : "cam_global_ERP_Ln9_gfortran_test #448",
  "id" : "448",
  "keepLog" : False,
  "number" : 448,
  "queueId" : 6968,
  "result" : "SUCCESS",
  "timestamp" : 1740131227838,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/448/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "interpolation.F90",
            "model_flags.F90",
            "grid_adaptation.F90"
          ],
          "commitId" : "bdaeacdc2600446ad65b582e5fdef98b97b6e8a8",
          "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" : "bdaeacdc2600446ad65b582e5fdef98b97b6e8a8",
          "msg" : "add dycore grid with conservative remapping scheme",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "interpolation.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "add",
              "file" : "grid_adaptation.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "bld/namelist_files/namelist_definition.xml",
            "bld/build-namelist",
            "bld/namelist_files/namelist_defaults_cam.xml",
            "src/physics/cam/clubb_intr.F90"
          ],
          "commitId" : "2d33bdfc7819e515df367ea87c81d6d74ad1d632",
          "timestamp" : 1740100281000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "add flags (#186)\u000a\u000a* add two new flags\u000a\u000a* add unset_i\u000a\u000a* add new logical flag for dycore and renamed flags for dycore and grid adaptation\u000a\u000a* small fix\u000a",
          "date" : "2025-02-20 19:11:21 -0600",
          "id" : "2d33bdfc7819e515df367ea87c81d6d74ad1d632",
          "msg" : "add flags (#186)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "bld/build-namelist"
            },
            {
              "editType" : "edit",
              "file" : "bld/namelist_files/namelist_defaults_cam.xml"
            },
            {
              "editType" : "edit",
              "file" : "bld/namelist_files/namelist_definition.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/physics/cam/clubb_intr.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 449,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/449/"
  },
  "previousBuild" : {
    "number" : 447,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/447/"
  }
}