Skip to content
Failed

Changes

Summary

  1. Adding multi_col cases to run_bindiff.py and adding new multicol BFBness test. (details)
  2. Renaming some jenkins tests and making them use a new directory (details)
  3. Changing test name to indicate that it runs on GPUs. (details)
  4. Fixed ACC error! (details)
  5. Updates to jenkins scripts. (details)
  6. Updating script usage in plot tests. (details)
  7. I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric. (details)
  8. Added subroutine fill_holes_wp2_conservative (details)
  9. Adjust acc directive, fixed floating point comparisons (details)
Commit 4cc54e585f1e7e0a4308d1099292cddf3bcf1b34 by Gunther Huebler
Adding multi_col cases to run_bindiff.py and adding new multicol BFBness test.
The file was addedjenkins_tests/clubb_multi_col_BFB_nvhpc_test/Jenkinsfile
The file was modified run_scripts/run_bindiff_all.py (diff)
Commit 63d63ba7a3755fa87c6c9aeae24e60a9c2f1fe22 by Gunther Huebler
Renaming some jenkins tests and making them use a new directory
structure.
The file was removedjenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/.Jenkinsfile.swp
The file was addedjenkins_tests/clubb_BFB_e3sm_flags_gfortran_test/Jenkinsfile
The file was addedjenkins_tests/clubb_BFB_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_bin_diff_regression_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_bin_diff_regression_e3sm_flags_gfortran/Jenkinsfile
The file was addedjenkins_tests/clubb_BFB_r8029_flags_gfortran_test/.Jenkinsfile.swp
The file was addedjenkins_tests/clubb_BFB_multi_col_nvhpc_test/Jenkinsfile
The file was removedjenkins_tests/clubb_multi_col_BFB_nvhpc_test/Jenkinsfile
The file was addedjenkins_tests/clubb_BFB_r8029_flags_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/Jenkinsfile
Commit f2ae5b70703e3a86d145983b4fea098cbb8925a3 by Gunther Huebler
Changing test name to indicate that it runs on GPUs.
The file was addedjenkins_tests/clubb_BFB_multi_col_gpu_nvhpc_test/Jenkinsfile
The file was removedjenkins_tests/clubb_BFB_multi_col_nvhpc_test/Jenkinsfile
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)
Commit 75fd9262981e736aed8bc8995ec4f2c88bd03d12 by Gunther Huebler
Updates to jenkins scripts.
The file was addedjenkins_tests/clubb_plot_ifort_debug/Jenkinsfile
The file was removedjenkins_tests/clubb_ifort_debug_plot/Jenkinsfile
The file was removedjenkins_tests/clubb_nvhpc_gpu_vs_cpu_plot/Jenkinsfile
The file was addedjenkins_tests/clubb_plot_nvhpc_gpu_vs_cpu/Jenkinsfile
Commit ec720a8fe4132c9af37967fd3060080097b13182 by Gunther Huebler
Updating script usage in plot tests.
The file was modified jenkins_tests/clubb_plot_ifort_debug/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_plot_nvhpc_gpu_vs_cpu/Jenkinsfile (diff)
Commit 9bf49fa9793a4099bed172f4959966bc14990864 by bmg2
I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric.
Prior to this, they ran from thermo levels 2 to nzt-2. This change
makes them symmetric by running them from 2 to nzt-1. There are
no degradations to the results as a result of this change. This
change makes it easier to generalize CLUBB's grid for both
ascending and descending grid directions. The results of this change
are BIT_CHANGING.
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
Commit 9dd8047808c23aff10605f230aa6b0817d9f249a by Steffen Domke
Added subroutine fill_holes_wp2_conservative
CLUBB ticket #1165

BIT_CHANGING

Added new hole_filling subroutine in fill_holes.F90 that conserves TKE
by taking turbulent energy from up2 and vp2 to fill holes in wp2.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was modified src/CLUBB_core/fill_holes.F90 (diff)
Commit 6ea47115394c6ae7b983056a97c151855a93378f by Steffen Domke
Adjust acc directive, fixed floating point comparisons
CLUBB ticket #1165

Changed acc directives in clip_variance like Gunther said

Changed floating point comparisons and expanded warning messages in fill_holes_wp2_conservative
The file was modified src/CLUBB_core/fill_holes.F90 (diff)
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)