{
  "_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" : 425,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
            "branch" : [
              {
                "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
            "branch" : [
              {
                "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
        "branch" : [
          {
            "SHA1" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.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" : "#425",
  "duration" : 729842,
  "estimatedDuration" : 1187435,
  "executor" : None,
  "fullDisplayName" : "clubb_BFB_e3sm_flags_gfortran_test #425",
  "id" : "425",
  "keepLog" : False,
  "number" : 425,
  "queueId" : 7304,
  "result" : "SUCCESS",
  "timestamp" : 1740906967876,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_e3sm_flags_gfortran_test/425/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "compile/file_list/G_unit_tests_files",
            "src/G_unit_tests.F90",
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/grid_class.F90",
            "src/CLUBB_core/saturation.F90",
            "src/CLUBB_core/mean_adv.F90",
            "src/CLUBB_core/sfc_varnce_module.F90",
            "src/CLUBB_core/grid_adaptation.F90",
            "src/CLUBB_core/sponge_layer_damping.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/CLUBB_core/model_flags.F90",
            "src/advance_microphys_module.F90",
            "input_misc/G_unit_tests.in",
            "src/CLUBB_core/mono_flux_limiter.F90",
            "src/CLUBB_core/advance_helper_module.F90",
            "src/CLUBB_core/diffusion.F90",
            "src/G_unit_test_types/spurious_source_test.F90",
            "src/generalized_grid_test.F90",
            "src/CLUBB_core/clip_explicit.F90",
            "jenkins_tests/clubb_generalized_vertical_grid_test/Jenkinsfile",
            "compile/file_list/clubb_model_files",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90",
            "src/CLUBB_core/turbulent_adv_pdf.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/fill_holes.F90",
            "src/CLUBB_core/pos_definite_module.F90",
            "src/G_unit_test_types/rev_direction_grid_test.F90"
          ],
          "commitId" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
          "timestamp" : 1740847122000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Generalized grid (#1230)\u000a\u000a* Added the necessary grid variables to the grid type (they're hardwired\u000afor an Ascending Grid for now).\u000a\u000aI also made the necessary changes, using those new variables, to\u000aadvance_wp2_wp3_module.F90.\u000a\u000a* Added code to generalize advance_xm_wpxp_module.F90.\u000a\u000a* Updated some of the boundary conditions for generalization in\u000agrid_class.F90.\u000a\u000a* Developing a unit test for CLUBB's grid functions.\u000a\u000a* Adding the ability to toggle on or off the reverse direction grid test.\u000a\u000a* Updating for development of a unit test comparing the ascending\u000aand descending grids.\u000a\u000a* I updated the generalized grid unit test to complete testing on all\u000athe variables within the grid derived type for both the ascending\u000aand descending grid directions.\u000a\u000a* I updated the code to work symmetrically for an ascending and\u000adescending grid for the zm2zt and zt2zm functions.\u000a\u000aThis commit, as well as the previous commit, is BIT_CHANGING.\u000a\u000a* Updated to improve notes and comments in grid_class.F90 and to\u000aenhance the reverse grid unit tests.\u000a\u000a* Got rid of the compiler warnings in the new reverse direction\u000agrid unit test.\u000a\u000a* Updating the reverse grid unit tests so some random perturbations\u000aare added to the grid heights when they are declared either on\u000athe thermodynamic grid or on the momentum grid.\u000a\u000a* Made some changes where the fstdout stream is exclusively used\u000aand added some print statements.\u000a\u000a* Mean advection has been modified for generalized directional gridding\u000aand a test of the calls to mean advection has been added to the\u000areverse direction unit test.\u000a\u000a* Updating diffusion so results are bit-for-bit identical between using\u000aan ascending grid and using a descending grid at -O0 optimization.\u000a\u000aThis now works for both standard diffusion and also diffusion with the\u000al_upwind_Kh_dp_term flag turned on.\u000a\u000a* I forgot to add the zm diffusion test, but the results are the same --\u000aall pass!\u000a\u000a* I have completed the unit tests for the PDF turbulent advection\u000asubroutines and modified the appropriate sections of code so\u000athat ascending and descending grids produce a bit-for-bit match\u000awiht -O0 optimization.\u000a\u000a* Updated code for producing a bit-for-bit match (on -O0 optimization)\u000awhen comparing ascending grid direction against descending grid\u000adirection for advance_wp2_wp3.\u000a\u000a* The check for the LHS of advance_xp2_xpyp now passes.\u000a\u000a* The ascending vs. descending bit-for-bit test (wiht optimization\u000aset to -O0) now passes for advance_xp2_xpyp.\u000a\u000a* I have successfully generalized the grid for advance_windm_edscrlm.\u000aAscending and descending runs now produce bit-for-bit results to\u000aeach other under -O0 optimization with the default flag\u000aconfiguration.\u000a\u000a* Fixing the ascending vs. descending grid test for advance_windm_edsclrm\u000afor the case where l_imp_sfc_momentum_flux is set to false.\u000a\u000a* Only perform check when l_predict_upwp_vpwp is turned off.\u000a\u000a* This commit makes an ascending vs. descending test work for all\u000acases for advance_xm_wpxp when the mono flux limiter is turned off.\u000a\u000a* The ascending vs. descending grid tests are finally working with\u000athe monotonic flux limiter turned on (default settings).\u000a\u000a* Removed some commented-out prints that I accidentally added during\u000athe last commit.\u000a\u000a* Updating positive_definite_module.F90 so that it works for\u000aascending vs. descending grids.\u000a\u000a* The ascending vs. descending grid generalization test now works for\u000athe Lscale_up portion of mixing length.\u000a\u000a* The ascending vs. descending grid generalization now works successfully\u000afor Lscale_down.\u000a\u000a* Lscale is now generalized for ascending vs. descending gridding.\u000a\u000a* Updated for generalizing sfc_varnce_module\u000a\u000a* Updating advance_clubb_core_module for grid generalization.\u000a\u000a* With this commit, the ascending vs. descending grid tests works\u000aby calling advance_clubb_core twice from clubb_driver. They\u000aproduce bit-for-bit results on -O0 optimization for all intent(inout)\u000aand intent(out) variables found in the call to advance_clubb_core.\u000aThis has only been tested for the default flag configuration.\u000a\u000a* I am updating the ascending vs. descending grid test to check\u000aboth pdf_params and pdf_params_zm.\u000a\u000a* I added pdf_implicit_coefs_terms and the sclr and edsclr family\u000aof variables to the list of variables that are checked after coming\u000aout of the calls to advance_clubb_core in the ascending vs. descending\u000abit-for-bit grid test.\u000a\u000a* I added an improved display for the print messages for\u000athe ascending vs. descending grid test.\u000a\u000a* I moved the generalized grid test to its own file, which is called\u000afrom run_clubb.\u000a\u000a* I removed much of the junk and clutter from the code. It had been\u000aadded over time for local tests of ascending vs. descending grid\u000atypes.\u000a\u000a* Adding the l_generalized_grid_test flag to the code.\u000a\u000a* I needed to alter the monotonic flux limiter that I just merged\u000ain from the master branch so that the ascending vs. descending\u000agrid generalization test works once again.\u000a\u000a* Updated a piece of code in the solve routine for the monotonic\u000aflux limiter for the grid generalization test.\u000a\u000a* Clarified some comments\u000a\u000a* I added a Jenkins file for the new clubb_generalized_vertical_grid_test,\u000awhich performs a run comparing ascending and descending grids with -O0\u000aoptimization and expects bit-for-bit results.\u000a\u000a* The l_rev_direction_grid_test (part of the G unit tests) needs to be\u000acompiled specially with -O0 optimization. Thus, I will set the flag\u000ato run this test to .false. by default. A special Jenkins test will\u000abe made to compile with the correct optimization and run only this\u000aparticular test.\u000a\u000a* I updated the generalized vertical grid Jenkins test to turn off\u000asponge damping (thlm and rtm sponge damping) in the case files\u000afor the CGILS S6, S11, and S12 cases.\u000a\u000a* Caught a stats bug I had previously introduced for the um_ta and vm_ta\u000astats terms when l_predict_upwp_vpwp is turned off.\u000a",
          "date" : "2025-03-01 10:38:42 -0600",
          "id" : "be901594bb8e40f6b634f35f1488c0e5f9022e8f",
          "msg" : "Generalized grid (#1230)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_tests.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/fill_holes.F90"
            },
            {
              "editType" : "add",
              "file" : "jenkins_tests/clubb_generalized_vertical_grid_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "compile/file_list/G_unit_tests_files"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/turbulent_adv_pdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/saturation.F90"
            },
            {
              "editType" : "edit",
              "file" : "compile/file_list/clubb_model_files"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            },
            {
              "editType" : "add",
              "file" : "src/G_unit_test_types/rev_direction_grid_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mean_adv.F90"
            },
            {
              "editType" : "edit",
              "file" : "input_misc/G_unit_tests.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/diffusion.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/advance_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pos_definite_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_adaptation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clip_explicit.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/sponge_layer_damping.F90"
            },
            {
              "editType" : "add",
              "file" : "src/generalized_grid_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/model_flags.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 426,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_e3sm_flags_gfortran_test/426/"
  },
  "previousBuild" : {
    "number" : 424,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_BFB_e3sm_flags_gfortran_test/424/"
  }
}