{
  "_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" : 83,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 81,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 422,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
            "branch" : [
              {
                "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
            "branch" : [
              {
                "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
        "branch" : [
          {
            "SHA1" : "8c4998b6c4045ea2b619095d94071d5bca74339e",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/wrf.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" : "#422",
  "duration" : 3481615,
  "estimatedDuration" : 4868080,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_plot_ifort #422",
  "id" : "422",
  "keepLog" : False,
  "number" : 422,
  "queueId" : 8631,
  "result" : "SUCCESS",
  "timestamp" : 1744274409880,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/422/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "precipitation_fraction.F90",
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "55eae9b809c45299075475da2f488ecaac258a83",
          "timestamp" : 1744204547000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb silhs gg (#1239)\u000a\u000a* I added new subroutine pdf_hydromet_microphys_prep to encompass\u000athe code that calls the hydrometeor PDF and then ultimately\u000ahandles the setup of SILHS sample points when SILHS is in use.\u000a\u000a* Placeholder subroutine for SILHS grid generalization test.\u000a\u000a* I have now connected the new subroutine to run_clubb. The results\u000afor all cases match bit-for-bit to the previous revision.\u000a\u000a* Cleaning up from the refactoring of the hydrometeor PDF and SILHS\u000acode into a wrapper subroutine.\u000a\u000a* I'm moving pdf_hydromet_microphys_prep to its own file to avoid\u000acircular dependency once it finally needs to be called from the\u000ageneralized grid test code soon.\u000a\u000a* Added some code to the SILHS generalized grid test.\u000a\u000a* Changes to make this a fully functioning grid generalization test\u000afor the part of the microphysics code that encompasses\u000asetup_pdf_parameters and hydrometeor_mixed_moments.\u000a\u000a* I have completed the code for the SILHS generalized grid test.\u000a\u000a* I generalized precipitation fraction for ascending vs. descending grid.\u000a\u000a* Fixing a bug that I noticed in the precipitation fraction calculation\u000awhen the component precip frac calculation was set to option 1\u000a(which is currently not the default).\u000a\u000a* The code should now be successfully grid-generalized for SILHS.\u000aThe ascending vs descending grid test should work now for all cases.\u000a\u000a* Updating the core flags .json file to change some of the SILHS flags.\u000a\u000a* I moved the call to advance_clubb_core_api (the default run option)\u000ato the top of the \"if\" block, ahead of the grid generalization test\u000aoption that is now in the \"else\" block.\u000a\u000a* Adding a new, hardwired constant flag called l_ascending_grid and\u000asetting it to true in clubb_driver.F90.\u000a\u000a* Keeping lines under 100 characters in length.\u000a\u000a* Making it so the ascending vs. descending grid tests pass for the\u000al_lh_random_start flag.\u000a",
          "date" : "2025-04-09 08:15:47 -0500",
          "id" : "55eae9b809c45299075475da2f488ecaac258a83",
          "msg" : "Clubb silhs gg (#1239)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "precipitation_fraction.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "silhs_api_module.F90",
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "22f5d492241112ab03918dbd8041883b5b2ae28b",
          "timestamp" : 1744204547000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb silhs gg (#1239)\u000a\u000a* I added new subroutine pdf_hydromet_microphys_prep to encompass\u000athe code that calls the hydrometeor PDF and then ultimately\u000ahandles the setup of SILHS sample points when SILHS is in use.\u000a\u000a* Placeholder subroutine for SILHS grid generalization test.\u000a\u000a* I have now connected the new subroutine to run_clubb. The results\u000afor all cases match bit-for-bit to the previous revision.\u000a\u000a* Cleaning up from the refactoring of the hydrometeor PDF and SILHS\u000acode into a wrapper subroutine.\u000a\u000a* I'm moving pdf_hydromet_microphys_prep to its own file to avoid\u000acircular dependency once it finally needs to be called from the\u000ageneralized grid test code soon.\u000a\u000a* Added some code to the SILHS generalized grid test.\u000a\u000a* Changes to make this a fully functioning grid generalization test\u000afor the part of the microphysics code that encompasses\u000asetup_pdf_parameters and hydrometeor_mixed_moments.\u000a\u000a* I have completed the code for the SILHS generalized grid test.\u000a\u000a* I generalized precipitation fraction for ascending vs. descending grid.\u000a\u000a* Fixing a bug that I noticed in the precipitation fraction calculation\u000awhen the component precip frac calculation was set to option 1\u000a(which is currently not the default).\u000a\u000a* The code should now be successfully grid-generalized for SILHS.\u000aThe ascending vs descending grid test should work now for all cases.\u000a\u000a* Updating the core flags .json file to change some of the SILHS flags.\u000a\u000a* I moved the call to advance_clubb_core_api (the default run option)\u000ato the top of the \"if\" block, ahead of the grid generalization test\u000aoption that is now in the \"else\" block.\u000a\u000a* Adding a new, hardwired constant flag called l_ascending_grid and\u000asetting it to true in clubb_driver.F90.\u000a\u000a* Keeping lines under 100 characters in length.\u000a\u000a* Making it so the ascending vs. descending grid tests pass for the\u000al_lh_random_start flag.\u000a",
          "date" : "2025-04-09 08:15:47 -0500",
          "id" : "22f5d492241112ab03918dbd8041883b5b2ae28b",
          "msg" : "Clubb silhs gg (#1239)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "WRF/phys/module_bl_clubb.F"
          ],
          "commitId" : "c9eea42453cc4c909e2ffade59669fafc091d267",
          "timestamp" : 1744205395000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Updating WRF-CLUBB for recent changes to CLUBB-SILHS code.\u000a",
          "date" : "2025-04-09 08:29:55 -0500",
          "id" : "c9eea42453cc4c909e2ffade59669fafc091d267",
          "msg" : "Updating WRF-CLUBB for recent changes to CLUBB-SILHS code.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "WRF/phys/module_bl_clubb.F"
            }
          ]
        }
      ],
      "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" : 423,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/423/"
  },
  "previousBuild" : {
    "number" : 421,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_plot_ifort/421/"
  }
}