{
  "_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" : 311,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
            "branch" : [
              {
                "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
            "branch" : [
              {
                "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
        "branch" : [
          {
            "SHA1" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
            "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" : "#311",
  "duration" : 699042,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #311",
  "id" : "311",
  "keepLog" : False,
  "number" : 311,
  "queueId" : 21277,
  "result" : "SUCCESS",
  "timestamp" : 1678182670427,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/311/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "run_scripts/convergence_function.py",
            "run_scripts/run_cnvg_test_multi_cases.csh",
            "run_scripts/plot_l2_convergence.py",
            "run_scripts/convergence_config.py"
          ],
          "commitId" : "0e087bee28254a2bc2da5869a28352e1374b2b91",
          "timestamp" : 1678120205000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Add scripts to configure and run convergence test\u000a This commit contains new scripts created to configure and run\u000a convergence test simulations. There are four scripts:\u000a\u000a 1. run_scripts/run_cnvg_test_multi_cases.csh. This script is used to\u000a    compile and run convergence simulations with specific configurations\u000a    (see details in scripts for explations). After the simulations,the\u000a    space-time convergence plots will also be generated.\u000a\u000a 2.run_scripts/convergence_config.py: this script \"called\" by the\u000a   first script to generate the namelist file for CLUBB-SCM simulations.\u000a   With this script, the modified configuration will be applied in the\u000a   case run directory, while the files in default clubb will not be\u000a   touched\u000a\u000a 3.run_scripts/convergence_function.py: this script contains function\u000a   to modify the initial condition profile for convergence test\u000a   simulations. It is called by run_scripts/convergence_config.py\u000a   when the model is configured to use modified initial conditions\u000a\u000a 4.run_scripts/plot_l2_convergence.py: this is a sample script to\u000a   generate the space-time convergence plots\u000a\u000aOriginally committed by Shixuan\u000a",
          "date" : "2023-03-06 10:30:05 -0600",
          "id" : "0e087bee28254a2bc2da5869a28352e1374b2b91",
          "msg" : "Add scripts to configure and run convergence test",
          "paths" : [
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_function.py"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/run_cnvg_test_multi_cases.csh"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_config.py"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/plot_l2_convergence.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "run_scripts/convergence_run/convergence_function.py",
            "run_scripts/convergence_run/run_cnvg_test_multi_cases.csh",
            "run_scripts/plot_l2_convergence.py",
            "run_scripts/convergence_run/convergence_config.py",
            "run_scripts/convergence_config.py",
            "run_scripts/convergence_function.py",
            "run_scripts/run_cnvg_test_multi_cases.csh",
            "run_scripts/convergence_run/plot_l2_convergence.py"
          ],
          "commitId" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
          "timestamp" : 1678120475000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "reorgnize the scripts for convergence test simulations\u000aMove the script associated with convergence test simulation\u000ain the folder of run_scripts/convergence_run\u000a\u000aOriginally committed by Shixuan\u000a",
          "date" : "2023-03-06 10:34:35 -0600",
          "id" : "53c717bb7dd9bddcd720cba58c46d77b7ad36c9c",
          "msg" : "reorgnize the scripts for convergence test simulations",
          "paths" : [
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_run/convergence_function.py"
            },
            {
              "editType" : "delete",
              "file" : "run_scripts/plot_l2_convergence.py"
            },
            {
              "editType" : "delete",
              "file" : "run_scripts/run_cnvg_test_multi_cases.csh"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_run/convergence_config.py"
            },
            {
              "editType" : "delete",
              "file" : "run_scripts/convergence_function.py"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_run/run_cnvg_test_multi_cases.csh"
            },
            {
              "editType" : "delete",
              "file" : "run_scripts/convergence_config.py"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/convergence_run/plot_l2_convergence.py"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 312,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/312/"
  },
  "previousBuild" : {
    "number" : 310,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/310/"
  }
}