{
  "_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" : 76,
          "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" : 72,
          "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" : 125,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
            "branch" : [
              {
                "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
            "branch" : [
              {
                "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
        "branch" : [
          {
            "SHA1" : "5200730413d9df9c38c92460b548fdb25d0228c9",
            "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" : "#125",
  "duration" : 1385564,
  "estimatedDuration" : 1670312,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_parallel_ifort #125",
  "id" : "125",
  "keepLog" : False,
  "number" : 125,
  "queueId" : 10046,
  "result" : "FAILURE",
  "timestamp" : 1635582007143,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/125/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "clubb_api_module.F90",
            "advance_xm_wpxp_module.F90"
          ],
          "commitId" : "ecf50b7dd71b99418e7b378199bec3f540f9ab8f",
          "timestamp" : 1631318520000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I have passed clubb_params down into advance_xm_wpxp_module.F90.\u000a\u000aThe results from this revision are an exact match to the results from\u000athe previous revision for all cases.\u000a",
          "date" : "2021-09-10 19:02:00 -0500",
          "id" : "ecf50b7dd71b99418e7b378199bec3f540f9ab8f",
          "msg" : "I have passed clubb_params down into advance_xm_wpxp_module.F90.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "advance_clubb_core_module.F90"
          ],
          "commitId" : "b33af07b27883cd48fed63d9fa1557d3b2d4464d",
          "timestamp" : 1632791429000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I have passed down CLUBB's tunable parameters into advance_wp2_wp3_module.F90.\u000a\u000aThe results in NetCDF output files from this revision are an exact match to the\u000aresults in NetCDF output files from the previous revision for all cases.\u000a",
          "date" : "2021-09-27 20:10:29 -0500",
          "id" : "b33af07b27883cd48fed63d9fa1557d3b2d4464d",
          "msg" : "I have passed down CLUBB's tunable parameters into advance_wp2_wp3_module.F90.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "advance_xp2_xpyp_module.F90"
          ],
          "commitId" : "724a970d8e0b0977d63512e25c4462d260039290",
          "timestamp" : 1633127377000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I passed down CLUBB's tunable parameters into advance_xp2_xpyp_module.F90\u000afor most parameters, excluding C4 and C14. Results are unchanged.\u000a",
          "date" : "2021-10-01 17:29:37 -0500",
          "id" : "724a970d8e0b0977d63512e25c4462d260039290",
          "msg" : "I passed down CLUBB's tunable parameters into advance_xp2_xpyp_module.F90",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "advance_xp2_xpyp_module.F90",
            "pdf_closure_module.F90"
          ],
          "commitId" : "9ac836f8b76e39e820b5fecaae969f70a7b39c21",
          "timestamp" : 1633470307000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing down more of CLUBB's tunable parameters.\u000a",
          "date" : "2021-10-05 16:45:07 -0500",
          "id" : "9ac836f8b76e39e820b5fecaae969f70a7b39c21",
          "msg" : "Passing down more of CLUBB's tunable parameters.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90"
          ],
          "commitId" : "7b950575ac2c00c63de42c11f33c459e649af028",
          "timestamp" : 1633470537000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I accidentally removed an important comment in the previous commit.\u000a",
          "date" : "2021-10-05 16:48:57 -0500",
          "id" : "7b950575ac2c00c63de42c11f33c459e649af028",
          "msg" : "I accidentally removed an important comment in the previous commit.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "advance_xm_wpxp_module.F90",
            "advance_helper_module.F90"
          ],
          "commitId" : "835d3d3155f98b2a9b6ba60cb9fa02a94fb7800b",
          "timestamp" : 1633637871000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing down more CLUBB tunable parameters.\u000a\u000aEverything is bit-for-bit.\u000a",
          "date" : "2021-10-07 15:17:51 -0500",
          "id" : "835d3d3155f98b2a9b6ba60cb9fa02a94fb7800b",
          "msg" : "Passing down more CLUBB tunable parameters.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_helper_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pdf_closure_module.F90",
            "adg1_adg2_3d_luhar_pdf.F90"
          ],
          "commitId" : "b65e4cfa8ab2923db015ef2723e3e69071d2c83c",
          "timestamp" : 1633728172000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "More passing down CLUBB parameters ... whoop-de-doo\u000a",
          "date" : "2021-10-08 16:22:52 -0500",
          "id" : "b65e4cfa8ab2923db015ef2723e3e69071d2c83c",
          "msg" : "More passing down CLUBB parameters ... whoop-de-doo",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "adg1_adg2_3d_luhar_pdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Skx_module.F90",
            "diagnose_correlations_module.F90",
            "advance_clubb_core_module.F90",
            "sfc_varnce_module.F90"
          ],
          "commitId" : "351cc9aa27aa212ef6cefb48b6c85ec601a993b0",
          "timestamp" : 1633732238000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing down more tunable parameters and removing references to\u000aparameters_tunable. Results are bit-for-bit.\u000a",
          "date" : "2021-10-08 17:30:38 -0500",
          "id" : "351cc9aa27aa212ef6cefb48b6c85ec601a993b0",
          "msg" : "Passing down more tunable parameters and removing references to",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "Skx_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "diagnose_correlations_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90",
            "advance_clubb_core_module.F90",
            "parameters_tunable.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "40e87490f501202d6d95e7fd2c9c2ccab164ab73",
          "timestamp" : 1634087718000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Handling the abomination that is lmin.\u000a",
          "date" : "2021-10-12 20:15:18 -0500",
          "id" : "40e87490f501202d6d95e7fd2c9c2ccab164ab73",
          "msg" : "Handling the abomination that is lmin.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameters_tunable.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "mixing_length.F90"
          ],
          "commitId" : "c8cadb5e9708e898ac688db79e1da0ec0ff2ad29",
          "timestamp" : 1634254172000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing tunable parameters into the new tau code.\u000a",
          "date" : "2021-10-14 18:29:32 -0500",
          "id" : "c8cadb5e9708e898ac688db79e1da0ec0ff2ad29",
          "msg" : "Passing tunable parameters into the new tau code.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "mixing_length.F90",
            "advance_clubb_core_module.F90",
            "clip_explicit.F90"
          ],
          "commitId" : "e6aa931ab2aa8134704c137db183ec06ee9dfcee",
          "timestamp" : 1634768140000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passed down more parameters. Results are bit-for-bit.\u000a",
          "date" : "2021-10-20 17:15:40 -0500",
          "id" : "e6aa931ab2aa8134704c137db183ec06ee9dfcee",
          "msg" : "Passed down more parameters. Results are bit-for-bit.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clip_explicit.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "parameters_model.F90"
          ],
          "commitId" : "d07f2f6c2df3af24ddc90862bc2a656bdd9015d5",
          "timestamp" : 1634771341000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing through more clubb parameters. Bit-for-bit\u000a",
          "date" : "2021-10-20 18:09:01 -0500",
          "id" : "d07f2f6c2df3af24ddc90862bc2a656bdd9015d5",
          "msg" : "Passing through more clubb parameters. Bit-for-bit",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameters_model.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "precipitation_fraction.F90",
            "setup_clubb_pdf_params.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "704eedf20b71e552fe32df3633005d50af58c27f",
          "timestamp" : 1634854899000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing down CLUBB's tunable parameters into the setup_pdf_parameters and\u000aprecipitation fraction portions of the code. Everything is bit-for-bit.\u000a",
          "date" : "2021-10-21 17:21:39 -0500",
          "id" : "704eedf20b71e552fe32df3633005d50af58c27f",
          "msg" : "Passing down CLUBB's tunable parameters into the setup_pdf_parameters and",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            },
            {
              "editType" : "edit",
              "file" : "precipitation_fraction.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pdf_closure_module.F90",
            "advance_clubb_core_module.F90",
            "new_hybrid_pdf_main.F90",
            "new_pdf_main.F90"
          ],
          "commitId" : "62d364561a81e2b878f95a327df36a4ca4bc3149",
          "timestamp" : 1635207177000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Passing down CLUBB's tunable parameters into the remainder of the\u000aPDF subroutines. Everything is bit-for-bit.\u000a",
          "date" : "2021-10-25 19:12:57 -0500",
          "id" : "62d364561a81e2b878f95a327df36a4ca4bc3149",
          "msg" : "Passing down CLUBB's tunable parameters into the remainder of the",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "new_hybrid_pdf_main.F90"
            },
            {
              "editType" : "edit",
              "file" : "new_pdf_main.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "40315247ab8dc38382642bf30f1d96b329c1304d",
          "timestamp" : 1635210039000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I passed down the forgotten thlp2_rad_coef tunable parameter.\u000aAll bit-for-bit.\u000a",
          "date" : "2021-10-25 20:00:39 -0500",
          "id" : "40315247ab8dc38382642bf30f1d96b329c1304d",
          "msg" : "I passed down the forgotten thlp2_rad_coef tunable parameter.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_xm_wpxp_module.F90"
          ],
          "commitId" : "24592ec9879d2c704c4d7301c8d18c794f2ff744",
          "timestamp" : 1635291046000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am passing down the forgotten parameter, altitude threshold, in\u000aadvance_xm_wpxp_module.F90.\u000a",
          "date" : "2021-10-26 18:30:46 -0500",
          "id" : "24592ec9879d2c704c4d7301c8d18c794f2ff744",
          "msg" : "I am passing down the forgotten parameter, altitude threshold, in",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xm_wpxp_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "output_netcdf.F90",
            "parameters_tunable.F90",
            "stats_clubb_utilities.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "48d34a44dac4e6c069b8edf7484da102a7b3e03c",
          "timestamp" : 1635542624000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am committing the final stage of the \"pass-down params\" project.\u000aThe results are bit-for-bit identical.\u000a",
          "date" : "2021-10-29 16:23:44 -0500",
          "id" : "48d34a44dac4e6c069b8edf7484da102a7b3e03c",
          "msg" : "I am committing the final stage of the \"pass-down params\" project.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "silhs_api_module.F90",
            "output_2D_samples_module.F90",
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "a59d8a9d971fa58d96ca0c7c0e3a899990339401",
          "timestamp" : 1635542624000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I am committing the final stage of the \"pass-down params\" project.\u000aThe results are bit-for-bit identical.\u000a",
          "date" : "2021-10-29 16:23:44 -0500",
          "id" : "a59d8a9d971fa58d96ca0c7c0e3a899990339401",
          "msg" : "I am committing the final stage of the \"pass-down params\" project.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "output_2D_samples_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90",
            "mixing_length.F90",
            "advance_xp2_xpyp_module.F90",
            "advance_clubb_core_module.F90"
          ],
          "commitId" : "e21f33631a9962fc7af096d0f7c4a7a3f6ff021b",
          "timestamp" : 1635542673000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Adding an option to use invrs_tau_N2_iso for C4 terms.  The same invrs_tau had been used for C4 and C14 terms, so some adjustments had to be made to separate them out (this was started with an earlier commit: https://github.com/larson-group/clubb/commit/ef3be1b1378bcd1a447f3866c9f88f8cc4764233).  The flag is currently set to false so results will be b4b.\u000a\u000aSee also the discussion here: https://github.com/larson-group/clubb/issues/920#issuecomment-920338746 and following comments.\u000a",
          "date" : "2021-10-29 16:24:33 -0500",
          "id" : "e21f33631a9962fc7af096d0f7c4a7a3f6ff021b",
          "msg" : "Adding an option to use invrs_tau_N2_iso for C4 terms.  The same invrs_tau had been used for C4 and C14 terms, so some adjustments had to be made to separate them out (this was started with an earlier commit: https://github.com/larson-group/clubb/commit/ef3be1b1378bcd1a447f3866c9f88f8cc4764233).  The flag is currently set to false so results will be b4b.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_wp2_wp3_module.F90"
          ],
          "commitId" : "575d6fe14ed80295cce4f30a51ff3d6aac83b5ee",
          "timestamp" : 1635542673000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Renaming invrs_tau_zt and invrs_tauw3t to \"invrs_tau_wp3_zt\" in advance_wp2_wp3 to avoid confusion.  This variable is only used for the wp3 C8 term, so one consistent name is simpler, and the name \"invrs_tau_zt\" is already used by another variable in advance_clubb_core.\u000a",
          "date" : "2021-10-29 16:24:33 -0500",
          "id" : "575d6fe14ed80295cce4f30a51ff3d6aac83b5ee",
          "msg" : "Renaming invrs_tau_zt and invrs_tauw3t to \"invrs_tau_wp3_zt\" in advance_wp2_wp3 to avoid confusion.  This variable is only used for the wp3 C8 term, so one consistent name is simpler, and the name \"invrs_tau_zt\" is already used by another variable in advance_clubb_core.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_wp2_wp3_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90"
          ],
          "commitId" : "b1a5dc605454ba0bd6ce90b50c1b1c4e5238daa2",
          "timestamp" : 1635542673000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
            "fullName" : "59519056+bstephens82"
          },
          "authorEmail" : "59519056+bstephens82@users.noreply.github.com",
          "comment" : "Adding comments for clarity.\u000a",
          "date" : "2021-10-29 16:24:33 -0500",
          "id" : "b1a5dc605454ba0bd6ce90b50c1b1c4e5238daa2",
          "msg" : "Adding comments for clarity.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/59519056+bstephens82",
      "fullName" : "59519056+bstephens82"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 126,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/126/"
  },
  "previousBuild" : {
    "number" : 124,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/124/"
  }
}