<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" : 126,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
            "branch" : [
              {
                "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
            "branch" : [
              {
                "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
        "branch" : [
          {
            "SHA1" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
            "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" : "#126",
  "duration" : 1199650,
  "estimatedDuration" : 684896,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_single_prec_build #126",
  "id" : "126",
  "keepLog" : False,
  "number" : 126,
  "queueId" : 10232,
  "result" : "FAILURE",
  "timestamp" : 1747904109351,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/126/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "input/grid/dycore_e3sm.grd",
            "src/CLUBB_core/interpolation.F90",
            "input/grid/dycore.grd",
            "src/Benchmark_cases/atex.F90",
            "input/stats/all_stats.in",
            "postprocessing/pyplotgen/src/ContourPanel.py",
            "src/CLUBB_core/grid_adaptation.F90",
            "src/CLUBB_core/stats_zm_module.F90",
            "src/CLUBB_core/constants_clubb.F90",
            "src/CLUBB_core/output_netcdf.F90",
            "postprocessing/grid_plot.py",
            "src/clubb_driver.F90",
            "src/CLUBB_core/model_flags.F90",
            "src/time_dependent_input.F90",
            "src/CLUBB_core/stats_clubb_utilities.F90",
            "postprocessing/create_grid_adaptation_plot.py",
            "src/CLUBB_core/remapping.F90",
            "input/grid/gr_min.grd",
            "src/CLUBB_core/stats_variables.F90"
          ],
          "commitId" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
          "timestamp" : 1747866722000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Merge grid adaptation implementation (#1249)\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* add write to file for grid adaptation (still WIP)\u000a\u000a* clean up\u000a\u000a* change parameter for grid adaptation and add file and plot script for grid adaptation\u000a\u000a* add script for animation\u000a\u000a* add e3sm dycore grid\u000a\u000a* refactoring for efficiency\u000a\u000a* small fix for grid adapt plot script\u000a\u000a* add new grid adaptation method with prescribed minimum density profile\u000a\u000a* fix call to setup_grid\u000a\u000a* add gabls2 case\u000a\u000a* add refinement criterion and adaptation trigger\u000a\u000a* small fix and add minimum grid density profile to animation\u000a\u000a* add grid density to pyplots\u000a\u000a* add general refinement criteria for astex and gabls2 case (and arm)\u000a\u000a* update create_evenly_grid script\u000a\u000a* unfinished save\u000a\u000a* WIP: save progress\u000a\u000a* save working configuration\u000a\u000a* save working config without Lscale\u000a\u000a* save working config wo the use of Lscale\u000a\u000a* change call to map1_ppm to use correct iv parameter and order 4\u000a\u000a* save code for results in thesis\u000a\u000a* add code for results\u000a\u000a* refactor remapping module for grid adaptation\u000a\u000a* add list of functions/subroutines to remapping module\u000a\u000a* adjust use statements\u000a\u000a* add model files for arm, astex and gabls2\u000a\u000a* refactor grid_adaptation module\u000a\u000a* refactor and adjust tim stopping in clubb_driver\u000a\u000a* clean up\u000a\u000a* clean up\u000a\u000a* add grids\u000a\u000a* add scripts\u000a\u000a* add changes made to pyplotgen to generate plots for paper\u000a\u000a* add configurable model flags file that was used to obtain results\u000a\u000a* clean up and save tunable parameters file\u000a\u000a* fix error\u000a\u000a* fix error\u000a\u000a* add grid adapt output for debug level 2\u000a\u000a* change dycore grid\u000a\u000a* add plot generation script for paper plots\u000a\u000a* add small changes\u000a\u000a* add normalization explaination plot to paper plots script\u000a\u000a* fix plot\u000a\u000a* clean up for stats output\u000a\u000a* add comment\u000a\u000a* fix use of clubb_at_least_debug_api\u000a\u000a* small deallocation fix\u000a\u000a* fix merge problems\u000a\u000a* revert changes made to test grid adaptation\u000a\u000a* revert tunable_parameters for Lscale\u000a\u000a* revert changes made to create plots for grid adaptation\u000a\u000a* add new line\u000a\u000a* add new line\u000a\u000a* revert changes\u000a\u000a* revert changes made to generate grid adaptation plots\u000a",
          "date" : "2025-05-21 17:32:02 -0500",
          "id" : "25d5bed515ab3d6e11e43419ef1fc3a71777e545",
          "msg" : "Merge grid adaptation implementation (#1249)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/constants_clubb.F90"
            },
            {
              "editType" : "edit",
              "file" : "input/stats/all_stats.in"
            },
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/atex.F90"
            },
            {
              "editType" : "add",
              "file" : "src/CLUBB_core/remapping.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/time_dependent_input.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_zm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/ContourPanel.py"
            },
            {
              "editType" : "add",
              "file" : "input/grid/dycore_e3sm.grd"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/interpolation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "add",
              "file" : "input/grid/gr_min.grd"
            },
            {
              "editType" : "add",
              "file" : "postprocessing/grid_plot.py"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_variables.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_adaptation.F90"
            },
            {
              "editType" : "add",
              "file" : "postprocessing/create_grid_adaptation_plot.py"
            },
            {
              "editType" : "add",
              "file" : "input/grid/dycore.grd"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 127,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/127/"
  },
  "previousBuild" : {
    "number" : 125,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/125/"
  }
}</pre></body></html>