{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Brian Griffin",
          "userId" : "griffinb",
          "userName" : "Brian Griffin"
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 74,
          "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" : 266,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
            "branch" : [
              {
                "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
            "branch" : [
              {
                "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
        "branch" : [
          {
            "SHA1" : "6aad91012c21c6edffffb77c1f851ef6bb820fb7",
            "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" : "#266",
  "duration" : 1172883,
  "estimatedDuration" : 1374100,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_restart_ifort #266",
  "id" : "266",
  "keepLog" : False,
  "number" : 266,
  "queueId" : 22033,
  "result" : "SUCCESS",
  "timestamp" : 1680647980618,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_restart_ifort/266/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90",
            "advance_clubb_core_module.F90",
            "model_flags.F90",
            "clubb_api_module.F90",
            "advance_helper_module.F90"
          ],
          "commitId" : "16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b",
          "timestamp" : 1680538287000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "This commit contains code changes to implement modifications on limiters in three places:\u000a\u000a1. remove the limiters in denominator of equation for\u000a   brunt_vaisala_freq_sqd_smth, which affects the computed\u000a   eddy dissipation time scale in turbulent fluxes (wpxp).\u000a   (in mixing_length.F90)\u000a\u000a2. reduce the threshold values of limiters in the equation\u000a   for richardson number (sqrt_Ri_zm)\u000a   (in mixing_length.F90)\u000a\u000a3. introduce the smoothed max/min function for limiters in\u000a   equation of Cx_fnc_Richardson.\u000a   (in advance_helper_module.F90).\u000a\u000aAfter the modification, we also apply a zt2m(zm2zt) smoothing\u000aon the calculated quantities. These modifications are found to\u000abe benificial for improving solution convergence in CLUBB-SCM\u000a\u000aThe code changes are controlled by a newly introduced flag named\u000a\"l_modify_limiters_for_cnvg_test\", which is set to .false. (meaning that\u000athe modificaitons on limiters is turned off) by default.\u000a\u000aOriginally committed by Shixuan.\u000a",
          "date" : "2023-04-03 11:11:27 -0500",
          "id" : "16fcc9ba1c2ab85f00a4d798dccf7a59cbfc718b",
          "msg" : "This commit contains code changes to implement modifications on limiters in three places:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "model_flags.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "configurable_model_flags.in"
          ],
          "commitId" : "bbdd1ade0e614bb47e5341e8f9fb0f853320cd37",
          "timestamp" : 1680538287000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "This commit contains code changes to implement modifications on limiters in three places:\u000a\u000a1. remove the limiters in denominator of equation for\u000a   brunt_vaisala_freq_sqd_smth, which affects the computed\u000a   eddy dissipation time scale in turbulent fluxes (wpxp).\u000a   (in mixing_length.F90)\u000a\u000a2. reduce the threshold values of limiters in the equation\u000a   for richardson number (sqrt_Ri_zm)\u000a   (in mixing_length.F90)\u000a\u000a3. introduce the smoothed max/min function for limiters in\u000a   equation of Cx_fnc_Richardson.\u000a   (in advance_helper_module.F90).\u000a\u000aAfter the modification, we also apply a zt2m(zm2zt) smoothing\u000aon the calculated quantities. These modifications are found to\u000abe benificial for improving solution convergence in CLUBB-SCM\u000a\u000aThe code changes are controlled by a newly introduced flag named\u000a\"l_modify_limiters_for_cnvg_test\", which is set to .false. (meaning that\u000athe modificaitons on limiters is turned off) by default.\u000a\u000aOriginally committed by Shixuan.\u000a",
          "date" : "2023-04-03 11:11:27 -0500",
          "id" : "bbdd1ade0e614bb47e5341e8f9fb0f853320cd37",
          "msg" : "This commit contains code changes to implement modifications on limiters in three places:",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "configurable_model_flags.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "WRF/phys/module_bl_clubb.F"
          ],
          "commitId" : "ac3f88f60be0e62e92ddb3eddfbfc64953b0f30e",
          "timestamp" : 1680549167000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Updated in response to recent changes to CLUBB.\u000a",
          "date" : "2023-04-03 14:12:47 -0500",
          "id" : "ac3f88f60be0e62e92ddb3eddfbfc64953b0f30e",
          "msg" : "Updated in response to recent changes to CLUBB.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "WRF/phys/module_bl_clubb.F"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 267,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_restart_ifort/267/"
  },
  "previousBuild" : {
    "number" : 265,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_restart_ifort/265/"
  }
}