Skip to content
Success

Changes

Summary

  1. Pushing column index into zm2zt and zt2zm. larson-group/clubb#972 (details)
  2. Pushing column index into Skx_func and making it a subroutine. larson-group/clubb#972 (details)
  3. A variety of small loop pushing. larson-group/clubb#972 (details)
  4. Fixed small bug that slipped through because the G_unit tests use nz=1. (details)
  5. Pushing column index into mixing length routines, not all the way down for the non-tau based calculation. larson-group/clubb#972 (details)
  6. I added a subroutine that prints that values of all PDF parameters in (details)
  7. Small changes and a loop push. larson-group/clubb#972 (details)
  8. Pushing loop into advance_xm_wpxp. larson-group/clubb#972 (details)
  9. 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)
  10. Breaking up column loop in advance_xm_wpxp_module. larson-group/clubb#972 (details)
  11. Pushing column loop into local functions. larson-group/clubb#972 (details)
  12. 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)
  13. Added log file output in the post step so it is displayed when the test fails. (details)
  14. Fixing ne4 jenkins script from small copy-paste error. (details)
  15. Script now exits with 1 when run fails. (details)
  16. I am fixing the issue with clubb_silhs_devel branch.  The arrays (details)
  17. Changing post step order to read log files before removing them. (details)
  18. Fixing script to make the error code correct upon exit (details)
  19. Fixing log copy statements to allow test to run. (details)
  20. Adding 2D version of zt2zm and zm2zt to clubb_api (details)
  21. Add arm_97 case to the Jenkins e3sm_run_gfortran_test (details)
  22. Pushing loop into solve_xm_wpxp_with_single_lhs (#986) (details)
  23. Refactoring to remove need for global stats scratch variables. (#988) (details)
Commit f1154aed2f15410ec35a99adb03d2d517f9fad2d by Gunther Huebler
Pushing column index into zm2zt and zt2zm. larson-group/clubb#972
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified grid_class.F90 (diff)
Commit 932c80e272c18da1ccf51719eed39b370ca45912 by Gunther Huebler
Pushing column index into Skx_func and making it a subroutine. larson-group/clubb#972
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified Skx_module.F90 (diff)
Commit a3665dbc5e18abd7e8281d753abed2bbb03d8f1c by Gunther Huebler
A variety of small loop pushing. larson-group/clubb#972
The file was modified sigma_sqd_w_module.F90 (diff)
The file was modified grid_class.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
Commit 7f7db11cab062c725e5fe2787d45f0225e4ba60f by Gunther Huebler
Fixed small bug that slipped through because the G_unit tests use nz=1.
The file was modified sigma_sqd_w_module.F90 (diff)
Commit 3c97bd65f2133f211f2d8502473f2cf32a025be1 by Gunther Huebler
Pushing column index into mixing length routines, not all the way down for the non-tau based calculation. larson-group/clubb#972
The file was modified advance_helper_module.F90 (diff)
The file was modified mixing_length.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
Commit df7da80153115bfa7df377decb342e4aee4481cf by bmg2
I added a subroutine that prints that values of all PDF parameters in
type pdf_parameter, which is a useful debugging tool.
The file was modified pdf_parameter_module.F90 (diff)
Commit 445f590cf1d278eee326fe3a3355fdc0deab0d21 by Gunther Huebler
Small changes and a loop push. larson-group/clubb#972
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified Skx_module.F90 (diff)
Commit c9f575df03cc82bf9e0783bd2608ef27d0b4b637 by Gunther Huebler
Pushing loop into advance_xm_wpxp. larson-group/clubb#972
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified advance_xm_wpxp_module.F90 (diff)
Commit eb106afc75f2daab341edd31b7508557525f6fb2 by Gunther Huebler
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
The file was modified sigma_sqd_w_module.F90 (diff)
Commit bcda3f8c752053316304a5ce21d56977f49c53b4 by Gunther Huebler
Breaking up column loop in advance_xm_wpxp_module. larson-group/clubb#972
The file was modified advance_xm_wpxp_module.F90 (diff)
Commit 0a7b2cda84e35cf4f34a3a582daf8b67a6a62194 by Gunther Huebler
Pushing column loop into local functions. larson-group/clubb#972
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified mono_flux_limiter.F90 (diff)
Commit 775ab377c5ff0ed340e9dbfa0bcb7af76d1687d0 by Gunther Huebler
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.
The file was modified advance_xm_wpxp_module.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
Commit f7f5162caf9fcc31b370ccdf9a7e29f9d3ba084f by pbroels
Added log file output in the post step so it is displayed when the test fails.
The file was modified jenkins_tests/e3sm_run_gfortran_test/Jenkinsfile (diff)
The file was modified jenkins_tests/e3sm_ne4_silhs_run_gfortran_test/Jenkinsfile (diff)
Commit dcbf32239739d2f3d5ab6b77bc5be4ca68b8780c by Gunther Huebler
Fixing ne4 jenkins script from small copy-paste error.
The file was modified jenkins_tests/e3sm_ne4_silhs_run_gfortran_test/Jenkinsfile (diff)
Commit c199a8ecb82516a7f84fe65546de2fbc5ee7030f by Gunther Huebler
Script now exits with 1 when run fails.
The file was modified nightly_test/nightly_e3sm_ne4_silhs.csh (diff)
Commit c0812f5b4814b6e066052217a0340ad3f2d5e1fa by bmg2
I am fixing the issue with clubb_silhs_devel branch.  The arrays
for the variables that need to be saved when the PDF is in the
"post" position (wp2rtp, etc.) were declared as 2-D to be passed
into CLUBB, but they should only be 1-D.
The file was modified components/cam/src/physics/cam/clubb_intr.F90 (diff)
Commit fd7317fdfdbe3098d972dc0de91a8af6b4d3e874 by pbroels
Changing post step order to read log files before removing them.
The file was modified jenkins_tests/e3sm_run_gfortran_test/Jenkinsfile (diff)
Commit ed44885d646ef9ec5e89a3eec1288f5ed874464f by Gunther Huebler
Fixing script to make the error code correct upon exit
The file was modified nightly_test/nightly_e3sm_ne4_silhs.csh (diff)
Commit 1d594527b82dbed888727235832b22121a2f5436 by noreply
Fixing log copy statements to allow test to run.
The file was modified jenkins_tests/e3sm_run_gfortran_test/Jenkinsfile (diff)
Commit 402036c07820f647c23fbe11eae422423adacad7 by Gunther Huebler
Adding 2D version of zt2zm and zm2zt to clubb_api
The file was modified clubb_api_module.F90 (diff)
Commit 3470afcb6bb75eae50d10d4106393e6a7ebde09b by noreply
Add arm_97 case to the Jenkins e3sm_run_gfortran_test

The file was addednightly_test/nightly_e3sm_scm_ARM97.csh
The file was modified jenkins_tests/e3sm_run_gfortran_test/Jenkinsfile (diff)
Commit 76ade90ca6c58592fb9ad1ed4232a03249257f02 by noreply
Pushing loop into solve_xm_wpxp_with_single_lhs (#986)

Co-authored-by: Peter Roels <56004443+pbroels@users.noreply.github.com>
The file was modified advance_xm_wpxp_module.F90 (diff)
Commit 5c71aa30cb7d3a8d1d12c9fcfee59669157b0896 by noreply
Refactoring to remove need for global stats scratch variables. (#988)

* Refactoring to remove need for global stats scratch variables. larson-group/clubb#972

* Changing name of new stats_scratch variables to be more descriptive.
The file was modified advance_xm_wpxp_module.F90 (diff)