Skip to content
Started 2 yr 10 mo ago
Took 1 min 13 sec
Failed

Build #42 (Jun 7, 2022, 1:41:06 PM)

Changes
  1. Moving stats call for uprcp and vprcp to after they are calculated. This fixes the silhs restart test. But does not seem to fix the E3SM or CAM tests that are still failing. (details / githubweb)
  2. Changing wp2thvp, rtpthvp, thlpthvp, and cloud_frac to have an (details / githubweb)
  3. When the PDF is in the "post" position, a handful of PDF parameters (details / githubweb)
  4. Changing rcm to be global in pbuf, so that it can be saved to the restart file. This appears to fix the cam_global_regression test. larson-group/sys_admin#763 (details / githubweb)
  5. Cleaning up some pdf_param related code. (details / githubweb)
  6. Adding 2D version of zt2zm and zm2zt to clubb_api (details / githubweb)
  7. Making clubb_intr use 2D versions of zm2zt and zt2zm. larson-group/cam#972 (details / githubweb)
  8. Fixing bug in error code printing. And clubb now handles a range of latitudes and longitudes, so the error print out must reflect that. larson-group/clubb#972 (details / githubweb)
  9. Changing cam_global_regression_gfortran_test to cam_global_ERP_Ln9_gfortran_test. (details / githubweb)
  10. Pushing loop into solve_xm_wpxp_with_single_lhs (#986) (details / githubweb)
  11. Adding backwards compatibility parameters to runscript. larson-group/cam#984 (details / githubweb)
  12. Refactoring to remove need for global stats scratch variables. (#988) (details / githubweb)
  13. Gunthers branch (#989) (details / githubweb)
  14. Fixing small bug that breaks runs with scalars. (details / githubweb)
  15. Adds a blank line in order to note that (details / githubweb)
  16. Implementations of smooth min, max and heaviside function. Added G-Unit tests (details / githubweb)
  17. Bug fixes to get head of clubb working with CAM (details / githubweb)
  18. Making subcol_silhs not use clubb_intr as much. larson-group/cam#145 (details / githubweb)
  19. Making setup_pdf_parameters accept ngrdcols size arrays of stats and grid types. (details / githubweb)
  20. Making setup_pdf_parameters accept ngrdcols size arrays of stats and grid types. This is BIT_CHANGING for Ncnm and precip_frac since this was being done incorrectly before. larson-group/cam#129 (details / githubweb)
  21. Forgot two small changes. larson-group/cam#129 (details / githubweb)
  22. Making precip fracs allocate the proper number of columns. This allows us to finally remove all the data copies in setup_pdf_parameters. larson-group/cam#129 (details / githubweb)
  23. Removing need for data copies. larson-group/cam#129 (details / githubweb)
  24. Changing column loop index from j to i. larson-group/cam#129 (details / githubweb)
  25. Set sclr_dim back to zero and removed parenthesis from advance_clubb_core call (details / githubweb)
  26. Making compatible with latest clubb change. (details / githubweb)
  27. Removing data copies that we don't need anymore. This still runs correctly on GPUs. (details / githubweb)
  28. Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible. (details / githubweb)
  29. No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols. (details / githubweb)
  30. Removing unused sclr_tol declaration. larson-group/cam#145 (details / githubweb)
  31. Changed ifdefs so code builds when CLUBB_SGS is false (details / githubweb)
  32. BIT_CHANGING:7e8ad492b0e42efda4bc0e45f96ff6471d702c2e (details / githubweb)
  33. Adds a blank line to trigger git merge with E3SM (details / githubweb)
  34. This should fix the problem Kate is experiencing. The bug is only exposed when using multiple threads, and this is a workaround, we should still remove the grid setup functionality from setup_clubb_core. I wasn't able to get the run to finish since cam also crashes with multiple threads due to clubb stats, but it get passed the grid allocation thread error. (details / githubweb)
  35. Removes a blank line in order to trigger merge with E3SM (details / githubweb)
  36. Pushing column loop into xm_wpxp_clipping_and_stats and monotonic_turbulent_flux_limit. This essentially completes advance_xm_wpxp for now. larson-group/clubb#972 (details / githubweb)
  37. Replacing the i loop iterator for scalars with sclr. (details / githubweb)
  38. Pushing loop into advance_xp2_wpxp. (details / githubweb)
  39. Moving the lhs_dp1 calculation to outside of xp2_xpyp_lhs. This gives us more flexibility, since we want to pass lhs_dp1 into xp2_xpyp_implicit_stats. (details / githubweb)
  40. Moving the lmm_stepping and stats calls to immediately after calls to xp2_xpyp_solve. This is because xp2_xpyp_implicit_stats saves things that are saved by scratch variables, and these scratch variables are set by the lhs and rhs setup calls. So for the multiple lhs routine, we need to save the scratch variables immediately after these calls before overwriting them by calling lhs and rhs again for a different variable. Since the stats also saves the variable were solving for, we also have to move the lmm_stepping to before this call. (details / githubweb)
  41. Removing need for stats scratch variables by passing lhs terms to save through agument lists. This makes everything better in every way. (details / githubweb)
  42. Adding slicing for some lhs arrays being saved in stats. This was causing bit changing in a few lhs terms when run in multicolumn. (details / githubweb)
  43. Changing names of dp1 variables for up2 and vp2. Surrounding where they're set to be within a l_stats_samp. (details / githubweb)
  44. RESOLVED:7cdd1f8a1e444a6a01168c331f18419d67527785 the differences commit 7cdd1f8 caused were from moving the xp2_xpyp_implicit_stats into the solve routines in advance_xp2_xpyp. This is because the stats scratch variables (that have been removed) were causing us to save the rtpthlp version of lhs_dp1 into the rtp2 and thlp2, but now we are saving the correct ones. I've confirmed that the only differences in the output are rtp2_dp1 and thlp2_dp1. This problem is not present when we solve with a single lhs, but the backwards compatible flag set forces us into the solve with multiple, so the other test did not detect any bit changes. (details / githubweb)
  45. I added l_relax_clipping to CLUBB's config flags. (details / githubweb)
  46. Added l_enable_relaxed_clipping to the CAM-CLUBB code. (details / githubweb)
  47. Added a3_coef_min to the list of CLUBB's tunable parameter and then (details / githubweb)
  48. I added CLUBB's new tunable parameter a3_coef_min to the CAM-CLUBB code. (details / githubweb)
  49. Adding camClubbCodeCopy.bash to the jenkins directory for testing Clubb changes. larson-group/sys_admin#768 (details / githubweb)
  50. Added idiot-proofing to print a warning message when l_diag_Lscale_from_tau (details / githubweb)
  51. Updating the call to setup_clubb_core_api in accordance with new (details / githubweb)
  52. Adding in Jenkinsfile to test and changing file and folder name. (details / githubweb)
  53. Changing syntax to load and run Jenkinsfile. (details / githubweb)
  54. Fixing errors in previous change to allow script to work. (details / githubweb)
  55. Adding in temp arguments for testing. (details / githubweb)
  56. I added the code for the l_linearize_pbl_winds flag that was originally (details / githubweb)
  57. Trying scripted Pipeline syntax rather than Declarative syntax to test loading and running our current pipelines. (details / githubweb)
  58. Removing incorrect function calls for a Scripted pipeline. (details / githubweb)
  59. Adding in parameters for full runs. (details / githubweb)
  60. Added code to interface with the latest version of CLUBB. (details / githubweb)
  61. Adding _pert arrays to other advance_clubb_core call. (details / githubweb)
  62. Adding in a git clone step to the Cam Clubb Copy test. (details / githubweb)
  63. Trying out git command rather than checkout for cloning. (details / githubweb)
  64. Adding correct scm command and removed redundant run commond from end. (details / githubweb)
  65. Adding space because commit 26b7e8f8d7007f78d655b8fc15045015ce8d4790 fixed the jenkins test that were failing, but did not include the proper resolving messages. RESOLVED:7046396a59f73087323f04b267cd8614ff1653f2 RESOLVED:30559bb00c20ce8a8c21242272f6d16cecb12b45 RESOLVED:970b880d9144efe00ce9d6fa34bcd49a493ac65b RESOLVED:633e158c8e6d5818b39963e6836ef71c1489faf9 RESOLVED:4ae233813e39a8bc7e3b58e600c0f71103fff8b3 (details / githubweb)
  66. Gunthers branch (#996) (details / githubweb)
  67. Various simple changes to improve performance. All bit-for-bit. (details / githubweb)
  68. Pushing loop into calc_stability_correction. (details / githubweb)
  69. Adding in comments to explaining the technical tricks and methods in each jenkins file so it is clear what they do and why they are there. (details / githubweb)
  70. Small bug fix. (details / githubweb)
  71. Another similar small bug fix. (details / githubweb)
  72. Gunthers branch (#999) (details / githubweb)
  73. Renamed smth_range to heaviside_smth_range (details / githubweb)
  74. Added tot_vartn_normlzd statistics. Renamed sclr in advance_helper_module to scalar to be more consistent with clubb naming schemes. (details / githubweb)
  75. Implemented three further normalized variation stats. Included a (most likely temporary) check because in a few cases, denominator for normalization would be 0. (details / githubweb)
  76. Changed priorities of total normalized variation stats, included error handling in total normalized variation stats. (details / githubweb)
  77. Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls. (details / githubweb)
  78. Gunthers branch 2 (#1002) (details / githubweb)
  79. Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail. (details / githubweb)
  80. Added ability to apply smooth min max functions in mixing_length.F90 (details / githubweb)
  81. Updated deprecated documentation of smooth min and max functions in advance_helper_module.F90. https://github.com/larson-group/clubb/issues/965 (details / githubweb)
  82. Checked whether results really are identical even with round-off when we have l_smooth_min_max=T and smooth_min_max_mag=zero. Next commit rolls some of these changes back for merge into master. https://github.com/larson-group/clubb/issues/965 (details / githubweb)
  83. Added test cases to smooth_min_max_tests.F90 and updated documentation. (details / githubweb)
  84. Constructing rcm within SILHS (as rcm_pdf) (#1011) (details / githubweb)
  85. Constructing rcm within SILHS (as rcm_pdf) (#1011) (details / githubweb)
  86. Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/commit/e4f125ba067ba8083f917e0e06b6b2398483d3e4. (details / githubweb)
  87. Almost final loop pushes (#1012) (details / githubweb)
  88. Making pdf_implicit_coefs_terms a type containing 2D arrays. (#1014) (details / githubweb)
  89. Making compatible with latest clubb change. (details / githubweb)
  90. This commit is not bit changing (details / githubweb)
  91. The G_unit tests never allocated pdf_implicit_coefs_terms. It's unclear to me how these were working before, but it seems that something about making these 2D allocatable arrays exposed the bug. (details / githubweb)
  92. Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version. (details / githubweb)
  93. Removing setup_grid and setup_parameters functionality from setup_clubb_core. This is beacuse in host models the required grid information may not be known during the setup process, resulting in dummy arguments for setup_clubb_core and the grid and paramters being setup during runtime anyway. Now, in the host models we can call these subroutines immediately after setup_clubb_core to maintain identical functionality (sam, wrf), and in others we can wait to call these until the main timestepping procedure (cam,e3sm). (details / githubweb)
  94. Making compatible with latest clubb change. (details / githubweb)
  95. Making 2D versions of setup_grid and setup_parameters. (details / githubweb)
  96. Now using 2D versions of setup_grid and setup_parameters (details / githubweb)
  97. Making lmin a scalar again, twas a mistake to make it an array, it can only take on one value. (details / githubweb)
  98. Making compatible with latest clubb change. (details / githubweb)
  99. Making nu_vert_res_dep a type containing arrays, as opposed to being an array of types. (details / githubweb)
  100. Making compatible with latest clubb change. (details / githubweb)

Started by user pbroels

Revision: 67c9deaaabee2894d6cfd6d1591e604067088d67
Repository: https://github.com/larson-group/cam.git
  • refs/remotes/origin/clubb_silhs_devel