{
  "_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" : 107,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
            "branch" : [
              {
                "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
            "branch" : [
              {
                "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
        "branch" : [
          {
            "SHA1" : "00d1581aff9d467c8b9468449b0964dbd1897cf6",
            "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" : "#107",
  "duration" : 5502672,
  "estimatedDuration" : 1670312,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_parallel_ifort #107",
  "id" : "107",
  "keepLog" : False,
  "number" : 107,
  "queueId" : 8703,
  "result" : "SUCCESS",
  "timestamp" : 1630484410211,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/107/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_xp2_xpyp_module.F90",
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "parameter_indices.F90",
            "clubb_api_module.F90",
            "output_netcdf.F90",
            "stats_clubb_utilities.F90",
            "parameters_tunable.F90"
          ],
          "commitId" : "d6771b9ce7eaf03049fb5a7a002028ea528139e3",
          "timestamp" : 1628881583000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
            "fullName" : "72510114+RhodesKeegan"
          },
          "authorEmail" : "72510114+RhodesKeegan@users.noreply.github.com",
          "comment" : "Eliminating l_single_C2_Skw flag.\u000aAdditionally, this commit also eliminates C2, C2b, and C2c.\u000aSince the flag along with the other variables are output to the .nc files,\u000athis commit will be BIT_CHANGING since these variables no longer exist.\u000aThis is for ticket #926.\u000a",
          "date" : "2021-08-13 14:06:23 -0500",
          "id" : "d6771b9ce7eaf03049fb5a7a002028ea528139e3",
          "msg" : "Eliminating l_single_C2_Skw flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameter_indices.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "configurable_model_flags.in",
            "tunable_parameters.in"
          ],
          "commitId" : "ccf7091f750fb78658630a662a911cf75213dfd0",
          "timestamp" : 1628881583000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
            "fullName" : "72510114+RhodesKeegan"
          },
          "authorEmail" : "72510114+RhodesKeegan@users.noreply.github.com",
          "comment" : "Eliminating l_single_C2_Skw flag.\u000aAdditionally, this commit also eliminates C2, C2b, and C2c.\u000aSince the flag along with the other variables are output to the .nc files,\u000athis commit will be BIT_CHANGING since these variables no longer exist.\u000aThis is for ticket #926.\u000a",
          "date" : "2021-08-13 14:06:23 -0500",
          "id" : "ccf7091f750fb78658630a662a911cf75213dfd0",
          "msg" : "Eliminating l_single_C2_Skw flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "tunable_parameters.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "silhs_api_module.F90",
            "latin_hypercube_driver_module.F90",
            "output_2D_samples_module.F90"
          ],
          "commitId" : "fff33198f774b25a969928de6793f4d56edeec23",
          "timestamp" : 1628881583000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
            "fullName" : "72510114+RhodesKeegan"
          },
          "authorEmail" : "72510114+RhodesKeegan@users.noreply.github.com",
          "comment" : "Eliminating l_single_C2_Skw flag.\u000aAdditionally, this commit also eliminates C2, C2b, and C2c.\u000aSince the flag along with the other variables are output to the .nc files,\u000athis commit will be BIT_CHANGING since these variables no longer exist.\u000aThis is for ticket #926.\u000a",
          "date" : "2021-08-13 14:06:23 -0500",
          "id" : "fff33198f774b25a969928de6793f4d56edeec23",
          "msg" : "Eliminating l_single_C2_Skw flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "silhs_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "output_2D_samples_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90"
          ],
          "commitId" : "6a1e0902cf77eeba533be047f9e84b621f397bce",
          "timestamp" : 1628883473000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Eliminating l_include_ice and sat_ice_ratio.\u000aFor ticket #926\u000aResults are BFB identical.\u000a",
          "date" : "2021-08-13 14:37:53 -0500",
          "id" : "6a1e0902cf77eeba533be047f9e84b621f397bce",
          "msg" : "Eliminating l_include_ice and sat_ice_ratio.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "5a57001670ee7b7d03e59cd02523bb9828e35482",
          "timestamp" : 1629213967000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Eliminating l_update_pressure flag.\u000aFor ticket #926.\u000aResults are confirmed to be BFB identical.\u000a",
          "date" : "2021-08-17 10:26:07 -0500",
          "id" : "5a57001670ee7b7d03e59cd02523bb9828e35482",
          "msg" : "Eliminating l_update_pressure flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "configurable_model_flags.in"
          ],
          "commitId" : "42882275b15993dcfa4f9ed4a632cc6a98038a85",
          "timestamp" : 1629213967000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Eliminating l_update_pressure flag.\u000aFor ticket #926.\u000aResults are confirmed to be BFB identical.\u000a",
          "date" : "2021-08-17 10:26:07 -0500",
          "id" : "42882275b15993dcfa4f9ed4a632cc6a98038a85",
          "msg" : "Eliminating l_update_pressure flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "configurable_model_flags.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "advance_xm_wpxp_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "d0851f0cae643c24780d106d61a78fb1593c9b5f",
          "timestamp" : 1629473006000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Eliminating l_upwind_wpxp_ta flag.\u000aFor issue #926.\u000aResults are confirmed BFB identical.\u000a",
          "date" : "2021-08-20 10:23:26 -0500",
          "id" : "d0851f0cae643c24780d106d61a78fb1593c9b5f",
          "msg" : "Eliminating l_upwind_wpxp_ta flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "configurable_model_flags.in"
          ],
          "commitId" : "90c963cfa42e84190c8cdff8f51c804073a9a768",
          "timestamp" : 1629473006000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
            "fullName" : "rhodesk"
          },
          "authorEmail" : "rhodesk@msoe.edu",
          "comment" : "Eliminating l_upwind_wpxp_ta flag.\u000aFor issue #926.\u000aResults are confirmed BFB identical.\u000a",
          "date" : "2021-08-20 10:23:26 -0500",
          "id" : "90c963cfa42e84190c8cdff8f51c804073a9a768",
          "msg" : "Eliminating l_upwind_wpxp_ta flag.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "configurable_model_flags.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "clip_explicit.F90"
          ],
          "commitId" : "0578ed505c5ca0ef84141586d6c18195c4e28fdf",
          "timestamp" : 1629917460000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Updating the surface clipping coefficient...\u000a\u000a...to avoid MC3E failure with PGI compiler.  I find all cases run successfully with this coefficient, with ifort, gfortran, and PGI.\u000a",
          "date" : "2021-08-25 13:51:00 -0500",
          "id" : "0578ed505c5ca0ef84141586d6c18195c4e28fdf",
          "msg" : "Updating the surface clipping coefficient...",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clip_explicit.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "sfc_varnce_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "64c2cdc41031f3088268356bf8e8149aa33c5459",
          "timestamp" : 1630332047000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
            "fullName" : "72510114+RhodesKeegan"
          },
          "authorEmail" : "72510114+RhodesKeegan@users.noreply.github.com",
          "comment" : "Adding in l_vary_convect_depth as requested.\u000aFor ticket #905.\u000aResults are confirmed to be BFB identical.\u000a",
          "date" : "2021-08-30 09:00:47 -0500",
          "id" : "64c2cdc41031f3088268356bf8e8149aa33c5459",
          "msg" : "Adding in l_vary_convect_depth as requested.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "configurable_model_flags.in"
          ],
          "commitId" : "79fac5d8dc9e22c56ed0d0cebc00e0086d05ec8b",
          "timestamp" : 1630332047000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
            "fullName" : "72510114+RhodesKeegan"
          },
          "authorEmail" : "72510114+RhodesKeegan@users.noreply.github.com",
          "comment" : "Adding in l_vary_convect_depth as requested.\u000aFor ticket #905.\u000aResults are confirmed to be BFB identical.\u000a",
          "date" : "2021-08-30 09:00:47 -0500",
          "id" : "79fac5d8dc9e22c56ed0d0cebc00e0086d05ec8b",
          "msg" : "Adding in l_vary_convect_depth as requested.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "configurable_model_flags.in"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/72510114+rhodeskeegan",
      "fullName" : "72510114+RhodesKeegan"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/rhodesk",
      "fullName" : "rhodesk"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 108,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/108/"
  },
  "previousBuild" : {
    "number" : 106,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/106/"
  }
}