{
  "_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/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 178,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
            "branch" : [
              {
                "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
            "branch" : [
              {
                "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
        "branch" : [
          {
            "SHA1" : "cd8186b311dcb841754fc4bd8979ec1ca7b12679",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#178",
  "duration" : 13971912,
  "estimatedDuration" : 7162916,
  "executor" : None,
  "fullDisplayName" : "cam_gpu_test #178",
  "id" : "178",
  "keepLog" : False,
  "number" : 178,
  "queueId" : 7898,
  "result" : "SUCCESS",
  "timestamp" : 1788423365783,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/178/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stats_netcdf.F90"
          ],
          "commitId" : "faeef517653ebf7aeab4fc52be8f5019101dd062",
          "timestamp" : 1788372901000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb JAX (#1351)\u000a\u000a* Testing new porting shortcut by creating a jax version of advance_xm_wpxp.py - it wen't well. Also updating the porting shortcut with more tips.\u000a\u000a* Small update to porting shortcut\u000a\u000a* Iterative improvements to porting shortcut\u000a\u000a* Using porting script to port advance_xp2_xpyp in one go - still some issues that seems to require rerunning to fix issues, which is sad but maybe the best we can do with such a simple method\u000a\u000a* Little bug fixes\u000a\u000a* Updates to make the ports create better jax in the sense that it is more jit-ready\u000a\u000a* Adding a more general plan to also use CLUBB-JAX and using it on advance_xm_wpxp\u000a\u000a* Cleanup\u000a\u000a* More properly jax-izing the current jax ports\u000a\u000a* More formatting of ported jax code\u000a\u000a* More formatting of ported jax code\u000a\u000a* Updates in pursuit of full jit-compatibility\u000a\u000a* Adding jit compile test\u000a\u000a* Fully jitting advance_xp2_xpyp\u000a\u000a* Copying parameter_indices from CLUBB-JAX but subtracting 1 to avoid -1 in code\u000a\u000a* Little update to port shortcut\u000a\u000a* Jitting and formatting CLUBB-JAX\u000a\u000a* Mostly formatting\u000a\u000a* Updating jax code\u000a\u000a* Improving stats outputting\u000a\u000a* Compile mono flux range loops with JAX\u000a\u000a* Improvement to jax mixing length port\u000a\u000a* Organizing stats code\u000a\u000a* Making jax work on GPU\u000a\u000a* Improvements to prescribe forcings code\u000a\u000a* Mainly prescribe forcings formatting work\u000a\u000a* Small improvements, getting rid of unneccesary weird jit statement\u000a\u000a* Radiation porting completed. Bugsrad and silhs radiation were\u000aintentionally left out for now.\u000a\u000a* Removing stale code and adding a proposal.md file detailing a potential future feature to make the python_api work with current jax code\u000a\u000a* Proper port of model flags and parameters and constants and such - those there were all kinda put into one file before\u000a\u000a* new jenkinsfile added\u000a\u000a* Tiny cleanup and adding back some stats outputs for microphysics that we need for some reason\u000a\u000a* limited to only one process. Find out built time\u000a\u000a* made jenkins jax tests faster by running them not so extensively\u000a\u000a* Mainly working on README, also some other tiny things: changing default test stats list to standard instead of all_stats, and renaming run_jax.sh to run_jax_wrapper.sh\u000a\u000a---------\u000a\u000aCo-authored-by: Daniel Ebel <debel@uwm.edu>\u000a",
          "date" : "2026-09-02 13:15:01 -0500",
          "id" : "faeef517653ebf7aeab4fc52be8f5019101dd062",
          "msg" : "Clubb JAX (#1351)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stats_netcdf.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 179,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/179/"
  },
  "previousBuild" : {
    "number" : 177,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/177/"
  }
}