Skip to content
Started 2 yr 10 mo ago
Took 9.9 sec
Failed

Build #51 (Jun 7, 2022, 2:18:55 PM)

Changes
  1. I have passed clubb_params down into advance_xm_wpxp_module.F90. (details / githubweb)
  2. See ticket (details / githubweb)
  3. I have passed down CLUBB's tunable parameters into advance_wp2_wp3_module.F90. (details / githubweb)
  4. added some documentation in pdf_close_module.f90 and started writing of w_up_in_cloud to disk (details / githubweb)
  5. I passed down CLUBB's tunable parameters into advance_xp2_xpyp_module.F90 (details / githubweb)
  6. Passing down more of CLUBB's tunable parameters. (details / githubweb)
  7. I accidentally removed an important comment in the previous commit. (details / githubweb)
  8. Passing down more CLUBB tunable parameters. (details / githubweb)
  9. More passing down CLUBB parameters ... whoop-de-doo (details / githubweb)
  10. Passing down more tunable parameters and removing references to (details / githubweb)
  11. Removing line to trigger the nightly tests for all repos. (details / githubweb)
  12. See respective messages on the issue 958 on date 10/12/2021 (details / githubweb)
  13. See respective messages on the issue 958 on date 10/12/2021 (details / githubweb)
  14. Handling the abomination that is lmin. (details / githubweb)
  15. Commented out the k=1 boundary conditions in diffusion_zm_lhs and diffusion_zt_lhs, since these are not currently fed into the final LHS matrix.  I included comments to describe why this was done.  Results are b4b. (details / githubweb)
  16. Passing tunable parameters into the new tau code. (details / githubweb)
  17. Passed down more parameters. Results are bit-for-bit. (details / githubweb)
  18. Passing through more clubb parameters. Bit-for-bit (details / githubweb)
  19. Passing down CLUBB's tunable parameters into the setup_pdf_parameters and (details / githubweb)
  20. These updates incorporate some of Shixuan Zhang's changes, including: (details / githubweb)
  21. Passing down CLUBB's tunable parameters into the remainder of the (details / githubweb)
  22. I passed down the forgotten thlp2_rad_coef tunable parameter. (details / githubweb)
  23. Uncommenting diffusion.F90 k=1 lines again to fix Oracle uninit var test.  I've updated the accompanying note to state clearly that the lines have no effect on model output, but I guess we need to keep the lines to avoid uninitialized variables. (details / githubweb)
  24. I am passing down the forgotten parameter, altitude threshold, in (details / githubweb)
  25. Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/pull/968. (details / githubweb)
  26. Adding code wrapped in a flag (l_use_tke_in_K_dfsn) to use u_i'u_i' in the wp2 and wp3 eddy diffusion terms, instead of just wp2 or wp3.  Relevant to CLUBB issue #920. (details / githubweb)
  27. Adding code wrapped in a flag (l_use_tke_in_K_dfsn) to use u_i'u_i' in the wp2 and wp3 eddy diffusion terms, instead of just wp2 or wp3.  Relevant to CLUBB issue #920. (details / githubweb)
  28. Updates as requested to the l_use_tke_in_K_dfsn code: (details / githubweb)
  29. Updates as requested to the l_use_tke_in_K_dfsn code: (details / githubweb)
  30. I am committing the final stage of the "pass-down params" project. (details / githubweb)
  31. I am committing the final stage of the "pass-down params" project. (details / githubweb)
  32. Adding an option to use invrs_tau_N2_iso for C4 terms.  The same invrs_tau had been used for C4 and C14 terms, so some adjustments had to be made to separate them out (this was started with an earlier commit: https://github.com/larson-group/clubb/commit/ef3be1b1378bcd1a447f3866c9f88f8cc4764233).  The flag is currently set to false so results will be b4b. (details / githubweb)
  33. Renaming invrs_tau_zt and invrs_tauw3t to "invrs_tau_wp3_zt" in advance_wp2_wp3 to avoid confusion.  This variable is only used for the wp3 C8 term, so one consistent name is simpler, and the name "invrs_tau_zt" is already used by another variable in advance_clubb_core. (details / githubweb)
  34. Adding comments for clarity. (details / githubweb)
  35. I forgot to add this necessary subroutine call to the clubb API. (details / githubweb)
  36. Fixing a minor accounting bug related to the changes in https://github.com/larson-group/clubb/commit/987d63de489d2baa09ad6e1538b2c6dbb7551690.  There was some overcounting of the relevant terms. (details / githubweb)
  37. This commit fixes SAM to work with the new version of CLUBB. (details / githubweb)
  38. I have turned the nu_vert_res_dep family of variables into a derived (details / githubweb)
  39. Updating for changes to CLUBB code. (details / githubweb)
  40. Added sam file name to DYCOMS_RF02_DO case, fixed the clipping in calc_w_up_in_cloud in pdf_closure_module.f90, and changed long name of w_up_in_cloud in stats_zt_module.f90 (details / githubweb)
  41. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details (details / githubweb)
  42. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details (details / githubweb)
  43. Included a check in pdf_closure_module.f90 to check if flag for iw_up_in_cloud is set. Removed iw_up_in_cloud from standard_stats.in to prevent binary diffs in CLUBB output files after merge (details / githubweb)
  44. fixed a typo in pdf_closure_module.f90, line 1284 (details / githubweb)
  45. See ticket (details / githubweb)
  46. added some documentation in pdf_close_module.f90 and started writing of w_up_in_cloud to disk (details / githubweb)
  47. See respective messages on the issue 958 on date 10/12/2021 (details / githubweb)
  48. Added sam file name to DYCOMS_RF02_DO case, fixed the clipping in calc_w_up_in_cloud in pdf_closure_module.f90, and changed long name of w_up_in_cloud in stats_zt_module.f90 (details / githubweb)
  49. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details (details / githubweb)
  50. Included a check in pdf_closure_module.f90 to check if flag for iw_up_in_cloud is set. Removed iw_up_in_cloud from standard_stats.in to prevent binary diffs in CLUBB output files after merge (details / githubweb)
  51. See respective messages on the issue 958 on date 10/12/2021 (details / githubweb)
  52. fixed a typo in pdf_closure_module.f90, line 1284 (details / githubweb)
  53. Resolved any issues in the pull request. See https://github.com/larson-group/clubb/pull/970 for details (details / githubweb)
  54. Passing w_up_in_cloud out of advance_clubb_core (details / githubweb)
  55. Updating SAM-CLUBB for the most recent version of CLUBB. (details / githubweb)
  56. Adding some additional statistics output relevant to Stephens Larson Mironov 2022 paper. (details / githubweb)
  57. fixed compiler warning regarding w_up_in_cloud (details / githubweb)
  58. Remove clipping from a3_coef. (details / githubweb)
  59. Updating RUNDATA/lst so that the new stats I added in https://github.com/larson-group/sam_clubb/commit/72a614957aa439ae75dbf8be6b4870a7a4c48c4b will be output. (details / githubweb)
  60. Updates relevant to reproducing results for Stephens, Larson, and Mironov 2022. (details / githubweb)
  61. Adding comments to described SAM's pressure variable. (details / githubweb)
  62. These changes allow you to call the 4 clubb "advance" subroutines in any (details / githubweb)
  63. Placing the order variables in a nice, convenient place for testing use. (details / githubweb)
  64. I reordered advance_clubb_core so that the "Advance xp3" (which is a (details / githubweb)
  65. I am committing the idiot-proofing code that forces l_min_xp2_from_corr_wx (details / githubweb)
  66. I am indenting the portion of the code where the advance subroutines (details / githubweb)
  67. Temporarily commenting out the idiot proofing in order to run some tests ... (details / githubweb)
  68. Now official reinstating the idiot-proofing and turning off the (details / githubweb)
  69. I am committing some idiot proofing in regards to the advance (details / githubweb)
  70. Updated for the latest version of CLUBB. (details / githubweb)
  71. Adding new file to describe in detail SAM's wp2 and wp3 budgets. (details / githubweb)
  72. Fixing an array definition issue that created a problem with the PGI (details / githubweb)
  73. Updating CLUBB to pass uprcp and vprcp into and out of advance_clubb_core. (details / githubweb)
  74. Now that uprcp and vprcp have been passed through advance_clubb_core, (details / githubweb)
  75. I am adding more arguments to the argument list for advance_clubb_core (details / githubweb)
  76. Updating SAM-CLUBB for the latest additions to the call to advance_clubb_core_api (details / githubweb)
  77. Fixing the sam_clubb_silhs_gfortran build by locally making wp3 the (details / githubweb)
  78. Insert print about overwriting default flags with namelist values (details / githubweb)
  79. Insert print about overwriting default parameters with namelist values (details / githubweb)
  80. Making api version of setup_grid. larson-group/clubb#972 (details / githubweb)
  81. Making some paramters_silhs variables available from the silhs api (details / githubweb)
  82. Comment out setting of fatal error (details / githubweb)
  83. This should be BIT_CHANGING, but only because the value of Cx_min should change in the netcdf file. This will not be answer changing. (details / githubweb)
  84. Changing the value of C_invrs_tau_shear from 0.02 to 0.15. (details / githubweb)
  85. Changing the value of C_invrs_tau_shear from 0.02 to 0.15. (details / githubweb)
  86. Avoiding stats call for variables that are not set when l_diag_Lscale_from_tau is not true. (details / githubweb)
  87. Adjusting the value of C_invrs_tau_shear from 0.15 to 0.16 so that (details / githubweb)
  88. Adjusting the value of C_invrs_tau_shear from 0.15 to 0.16 so that (details / githubweb)
  89. Add l_smooth_Heaviside_tau_wpxp to smooth discontinuity in invrs_tau_wpxp_zm (details / githubweb)
  90. Add l_smooth_Heaviside_tau_wpxp to smooth discontinuity in invrs_tau_wpxp_zm (details / githubweb)
  91. adapted SAM because CLUBB API changed (details / githubweb)
  92. Pushing column loop into advance_clubb_core, and adding interface for it so that we will not need to update any host models. Everything is bit-for-bit, testing all standalone cases and our cam_coarse res run. larson-group/clubb#972 (details / githubweb)
  93. Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972 (details / githubweb)
  94. Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972 (details / githubweb)
  95. Breaking up column loop in advance_clubb_core. larson-group/clubb#972 (details / githubweb)
  96. Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972 (details / githubweb)
  97. I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence (details / githubweb)
  98. I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence (details / githubweb)
  99. Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972 (details / githubweb)
  100. Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972 (details / githubweb)
  101. Making a commit that officially places the call to the PDF in the "post" (details / githubweb)
  102. Making a commit that officially places the call to the PDF in the "post" (details / githubweb)
  103. Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972 (details / githubweb)
  104. Forgot an & symbol. (details / githubweb)
  105. We need to initialize our local pdf_implicit_coefs_terms_zm in certain pdf types. We also don't need to zero out pdf_implicit_coefs_terms arrays, since that's done in the initialization. This should fix segfaults when l_call_pdf_closure_twice=.True. larson-group/clubb#972 (details / githubweb)
  106. I am updating ice_supersat_frac to be an intent(inout) variable for (details / githubweb)
  107. Updated for recent changes to CLUBB (details / githubweb)
  108. Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972 (details / githubweb)
  109. Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972 (details / githubweb)
  110. Pushing column index into zm2zt and zt2zm. larson-group/clubb#972 (details / githubweb)
  111. Pushing column index into Skx_func and making it a subroutine. larson-group/clubb#972 (details / githubweb)
  112. A variety of small loop pushing. larson-group/clubb#972 (details / githubweb)
  113. Fixed small bug that slipped through because the G_unit tests use nz=1. (details / githubweb)
  114. Pushing column index into mixing length routines, not all the way down for the non-tau based calculation. larson-group/clubb#972 (details / githubweb)
  115. I added a subroutine that prints that values of all PDF parameters in (details / githubweb)
  116. Small changes and a loop push. larson-group/clubb#972 (details / githubweb)
  117. Pushing loop into advance_xm_wpxp. larson-group/clubb#972 (details / githubweb)
  118. Making the G_unit test use a dummy column index. This makes it so we don't need an interface for compute_sigma_sqd_w since now we only use it with 2 dimensions. This is just nicer. larson-group/clubb#972 (details / githubweb)
  119. Breaking up column loop in advance_xm_wpxp_module. larson-group/clubb#972 (details / githubweb)
  120. Pushing column loop into local functions. larson-group/clubb#972 (details / githubweb)
  121. 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)
  122. Adding in Post Step log reporting to ensure we recieve log output even on failed runs. (details / githubweb)
  123. Fixing syntax errror in the jenkins file. (details / githubweb)
  124. Fixing test deleting log file before it can be read. (details / githubweb)
  125. Adding 2D version of zt2zm and zm2zt to clubb_api (details / githubweb)
  126. Pushing loop into solve_xm_wpxp_with_single_lhs (#986) (details / githubweb)
  127. Refactoring to remove need for global stats scratch variables. (#988) (details / githubweb)
  128. Gunthers branch (#989) (details / githubweb)
  129. Fixing small bug that breaks runs with scalars. (details / githubweb)
  130. Implementations of smooth min, max and heaviside function. Added G-Unit tests (details / githubweb)
  131. Making setup_pdf_parameters accept ngrdcols size arrays of stats and grid types. (details / githubweb)
  132. Forgot two small changes. larson-group/cam#129 (details / githubweb)
  133. Removing need for data copies. larson-group/cam#129 (details / githubweb)
  134. Changing column loop index from j to i. larson-group/cam#129 (details / githubweb)
  135. Changing microphysics file to UWM from 1MOM for the carson nightly tests. (details / githubweb)
  136. Removing data copies that we don't need anymore. This still runs correctly on GPUs. (details / githubweb)
  137. 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)
  138. No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols. (details / githubweb)
  139. Increasing HBUF_MAX_LENGTH to 2000 to account for increase in vaiables. (details / githubweb)
  140. Adds a blank line to trigger git merge with E3SM (details / githubweb)
  141. Removes a blank line in order to trigger merge with E3SM (details / githubweb)
  142. 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)
  143. Replacing the i loop iterator for scalars with sclr. (details / githubweb)
  144. Pushing loop into advance_xp2_wpxp. (details / githubweb)
  145. 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)
  146. 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)
  147. Removing need for stats scratch variables by passing lhs terms to save through agument lists. This makes everything better in every way. (details / githubweb)
  148. 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)
  149. Changing names of dp1 variables for up2 and vp2. Surrounding where they're set to be within a l_stats_samp. (details / githubweb)
  150. Changed the UTIL Makefile to use ifort rather than sunf95 to allow nightly tests to run. (details / githubweb)
  151. Adding files and updates necessary to run new neutral, shear_driven case in SAM.  The case (details / githubweb)
  152. I added l_relax_clipping to CLUBB's config flags. (details / githubweb)
  153. I added l_relax_clipping to CLUBB's config flags. (details / githubweb)
  154. I am updating clubb_sgs.F90 for the addition of the l_enable_relaxed_clipping (details / githubweb)
  155. Forgot to add l_enable_relaxed_clipping to the namelist readible flags. (details / githubweb)
  156. Added a3_coef_min to the list of CLUBB's tunable parameter and then (details / githubweb)
  157. Added a3_coef_min to the list of CLUBB's tunable parameter and then (details / githubweb)
  158. Updated SAM-CLUBB for CLUBB's new tunable parameter a3_coef_min (details / githubweb)
  159. Adding samClubbCodeCopy.bash to the jenkins directory for testing Clubb changes. larson-group/sys_admin#768 (details / githubweb)
  160. Added idiot-proofing to print a warning message when l_diag_Lscale_from_tau (details / githubweb)
  161. Updating the call to setup_clubb_core_api based on changes found (details / githubweb)
  162. I added the code for the l_linearize_pbl_winds flag that was originally (details / githubweb)
  163. I added the code for the l_linearize_pbl_winds flag that was originally (details / githubweb)
  164. Interfacing SAM-CLUBB with the latest version of CLUBB. (details / githubweb)
  165. Updated code so that it actually compiles and runs. (details / githubweb)
  166. Renaming folder and script as well as adding test Jenkinsfile. (details / githubweb)
  167. Fixing cutt off lines and spelling mistakes. (details / githubweb)
  168. Gunthers branch (#996) (details / githubweb)
  169. Various simple changes to improve performance. All bit-for-bit. (details / githubweb)
  170. Pushing loop into calc_stability_correction. (details / githubweb)
  171. Small bug fix. (details / githubweb)
  172. Another similar small bug fix. (details / githubweb)
  173. Adding in comments to the Jenkinsfiles to clarify advanced syntax usage and commands with unclear purpose. (details / githubweb)
  174. Gunthers branch (#999) (details / githubweb)
  175. Renamed smth_range to heaviside_smth_range (details / githubweb)
  176. Added tot_vartn_normlzd statistics. Renamed sclr in advance_helper_module to scalar to be more consistent with clubb naming schemes. (details / githubweb)
  177. 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)
  178. Changed priorities of total normalized variation stats, included error handling in total normalized variation stats. (details / githubweb)
  179. Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls. (details / githubweb)
  180. Gunthers branch 2 (#1002) (details / githubweb)
  181. Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail. (details / githubweb)
  182. Renaming the new case from SHEAR_DRIVEN to NEUTRAL, and associated mentions in files. (details / githubweb)
  183. Added ability to apply smooth min max functions in mixing_length.F90 (details / githubweb)
  184. Updated deprecated documentation of smooth min and max functions in advance_helper_module.F90. https://github.com/larson-group/clubb/issues/965 (details / githubweb)
  185. 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)
  186. Added test cases to smooth_min_max_tests.F90 and updated documentation. (details / githubweb)
  187. removed SAM_CLUBB_standards.tex, SAM_CLUBB.tex, SAM_code_notes.tex, and SAM6.10_guide.doc larson-group/sys_admin#622 (details / githubweb)
  188. COrrecting a couple of omissions from when I was renaming the shear_driven case to "neutral". (details / githubweb)
  189. Constructing rcm within SILHS (as rcm_pdf) (#1011) (details / githubweb)
  190. Constructing rcm within SILHS (as rcm_pdf) (#1011) (details / githubweb)
  191. Updating for changes to CLUBB.  See https://github.com/larson-group/clubb/commit/e4f125ba067ba8083f917e0e06b6b2398483d3e4. (details / githubweb)
  192. Almost final loop pushes (#1012) (details / githubweb)
  193. Making compatible with latest clubb change. (details / githubweb)
  194. Making pdf_implicit_coefs_terms a type containing 2D arrays. (#1014) (details / githubweb)
  195. 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)
  196. Making zt2zm calls with pdf_implicit_coefs_terms use the 2D version. (details / githubweb)
  197. 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)
  198. Making compatible with latest clubb change. (details / githubweb)
  199. Making 2D versions of setup_grid and setup_parameters. (details / githubweb)
  200. Making lmin a scalar again, twas a mistake to make it an array, it can only take on one value. (details / githubweb)
  201. Making nu_vert_res_dep a type containing arrays, as opposed to being an array of types. (details / githubweb)

Started by user pbroels

Revision: 9cb0c7312d9f7525696ee0fb605c83118548dc3d
Repository: https://github.com/larson-group/sam_clubb.git
  • refs/remotes/origin/master