Skip to content
Started 3 yr 2 mo ago
Took 10 min
Success

Build #37 (Feb 7, 2022, 4:20:02 PM)

Changes
  1. Insert print about overwriting default flags with namelist values (details / githubweb)
  2. Insert print about overwriting default parameters with namelist values (details / githubweb)
  3. Making call to setup_grid use new api version. larson-group/clubb#972 (details / githubweb)
  4. Making api version of setup_grid. larson-group/clubb#972 (details / githubweb)
  5. Breaking up column loop some more. larson-group/clubb#972 (details / githubweb)
  6. Making some paramters_silhs variables available from the silhs api (details / githubweb)
  7. Comment out setting of fatal error (details / githubweb)
  8. Big column loop is now gone entirely. Replaced by fast small loops. larson-group/clubb#972 (details / githubweb)
  9. 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)
  10. Changing the value of C_invrs_tau_shear from 0.02 to 0.15. (details / githubweb)
  11. Avoiding stats call for variables that are not set when l_diag_Lscale_from_tau is not true. (details / githubweb)
  12. Updated cam to reflect the changes in the clubb driver api (details / githubweb)
  13. Adjusting the value of C_invrs_tau_shear from 0.15 to 0.16 so that (details / githubweb)
  14. Add l_smooth_Heaviside_tau_wpxp to smooth discontinuity in invrs_tau_wpxp_zm (details / githubweb)
  15. 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)
  16. Making cam use the multicolumn interface for advance_clubb_core. Everything bit-for-bit. larson-group/clubb#972 (details / githubweb)
  17. Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972 (details / githubweb)
  18. Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972 (details / githubweb)
  19. Breaking up column loop in advance_clubb_core. larson-group/clubb#972 (details / githubweb)
  20. Pushing loop into pdf_closure and breaking it up. larson-group/clubb#972 (details / githubweb)
  21. I changed C_invrs_tau_N2_wp2 from 0.1 to 0.2 to help stop turbulence (details / githubweb)
  22. Pushing loop into pdf_closure_module and breaking it up. larson-group/clubb#972 (details / githubweb)
  23. Making the good version of pdf_params used most places. The bad version is the single column version. larson-group/clubb#972 (details / githubweb)
  24. Rather than allocating pdf_params with pcols grid columns, we should use ncol. Which is what this commit does. We should do this same thing for all the other arrays too, but this change was required to move forward with our loop pushing. larson-group/clubb#972 (details / githubweb)
  25. Making a commit that officially places the call to the PDF in the "post" (details / githubweb)
  26. Pushing loops into all relevent lowest level routines in pdf_closure. larson-group/clubb#972 (details / githubweb)
  27. Forgot an & symbol. (details / githubweb)
  28. 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)
  29. I am updating ice_supersat_frac to be an intent(inout) variable for (details / githubweb)
  30. Making compatible with latest clubb change. (details / githubweb)
  31. Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972 (details / githubweb)
  32. Setting up ice_supersat_frac to be saved from one timestep to the next (details / githubweb)
  33. Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972 (details / githubweb)
  34. Improving config flag setup process and adding run script using r8029 flag set. larson-group/clubb#984 (details / githubweb)
  35. Adding nightly test script for the r8029 flag version of the coarse res run. larson-group/clubb#972 (details / githubweb)
  36. Updating scripts (details / githubweb)
  37. Fixing scripts, I updated the wrong one. (details / githubweb)
  38. Pushing column index into zm2zt and zt2zm. larson-group/clubb#972 (details / githubweb)
  39. Pushing column index into Skx_func and making it a subroutine. larson-group/clubb#972 (details / githubweb)
  40. A variety of small loop pushing. larson-group/clubb#972 (details / githubweb)
  41. Fixed small bug that slipped through because the G_unit tests use nz=1. (details / githubweb)
  42. Pushing column index into mixing length routines, not all the way down for the non-tau based calculation. larson-group/clubb#972 (details / githubweb)
  43. I added a subroutine that prints that values of all PDF parameters in (details / githubweb)
  44. Small changes and a loop push. larson-group/clubb#972 (details / githubweb)
  45. Pushing loop into advance_xm_wpxp. larson-group/clubb#972 (details / githubweb)
  46. 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)
  47. Breaking up column loop in advance_xm_wpxp_module. larson-group/clubb#972 (details / githubweb)
  48. Pushing column loop into local functions. larson-group/clubb#972 (details / githubweb)
  49. Adding in functionality for displaying log output into post step. (details / githubweb)
  50. Fixing whitespace issues with the jenkinsfile changes. (details / githubweb)

Started by user pbroels

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