Skip to content
Success

Changes

Summary

  1. Feeding gr through arg list for functions outside of CLUBB_core. (details)
  2. Reflecting changes made to clubb_api_module's subroutine's argument lists. #886. (details)
  3. Moving gr from being a public variable in clubb_driver to being defined locally. (details)
  4. Defining gr at the top level main as a local variable and feeding it down as needed. (details)
  5. Removing hardcoded references to passwords. larson-group/sys_admin#733 (details)
  6. The purpose of this commit is to see whether or not causing changes in sam's version of clubb will cause errors when the master branch of clubb gets merged intosam. Please ignore this commit unless everything breaks, in which case this is the reason why everything is broken. (details)
  7. Changing jenkins test directory names to be the same as the test name. larson-group/sys_admin#735 (details)
  8. Delete blank line in order to trigger nightly tests. (details)
  9. Adding name specific functionality to prevent workspace removal and emails. larson-group/sys_admin#735 (details)
  10. Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727 (details)
  11. Add error header for CLUBB in CAM (details)
  12. Adding some preprocessor directives (details)
  13. Fixing the ordering of gr in the arg list and dropping usage of grid_class. (details)
  14. Fixing the ordering of gr in the clubb_api arg list for affected subroutines. (details)
  15. Add blank line to trigger nightly tests. (details)
  16. Fixing coding standard violations (details)
  17. Removing a few lines from wangara_sounding.in to be consistent with SAM "snd" and "lsf" files. (details)
  18. Removing blank line to note that yesterday's changes to the Wangara sounding file was BIT_CHANGING. (details)
  19. Adding new SAM-LES WANGARA benchmark file to Pyplotgen. (details)
  20. Add to dashboard outputs related to observations. (details)
  21. Improving error messages in setup_clubb_core. larson-group/e3sm#38 (details)
  22. Changing if conditional statements to the name of the tests to ensure all features work as intended. larson-group/sys_admin#735 (details)
  23. Fixing error in clubb_error_handling_gfortran_test Jenkinsfile from previous commit to allow for the test to run. (details)
  24. Changing Pillow version number in requirements.txt to solve issue brought up by dependabot. larson-group/sys_admin#741 (details)
Commit e14ae2a9f53f20dcc82bc4704e5fe8e66439a7cf by rhodesk
Feeding gr through arg list for functions outside of CLUBB_core.
Gr has been removed as a moduler variable from clubb_api_module
and has been moved to clubb_driver as the top level moduler variable.
There is only one instance where a use clubb_driver gr statement is used
and that is within clubb_tuner.
Results are BFB identical.
For ticket #886.
The file was modified src/Benchmark_cases/mpace_b.F90 (diff)
The file was modified src/G_unit_test_types/spurious_source_test.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/Benchmark_cases/nov11.F90 (diff)
The file was modified src/SILHS/silhs_api_module.F90 (diff)
The file was modified src/Benchmark_cases/mpace_a.F90 (diff)
The file was modified src/Benchmark_cases/bomex.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf01.F90 (diff)
The file was modified src/time_dependent_input.F90 (diff)
The file was modified src/sounding.F90 (diff)
The file was modified src/BUGSrad/two_rt_sw_ocastrndm.F90 (diff)
The file was modified src/Benchmark_cases/gabls2.F90 (diff)
The file was modified src/Benchmark_cases/lba.F90 (diff)
The file was modified src/G_unit_test_types/pdf_parameter_tests.F90 (diff)
The file was modified src/mixed_moment_PDF_integrals.F90 (diff)
The file was modified src/gfdl_activation.F90 (diff)
The file was modified src/estimate_scm_microphys_module.F90 (diff)
The file was modified src/Benchmark_cases/astex_a209.F90 (diff)
The file was modified src/advance_microphys_module.F90 (diff)
The file was modified src/hydrostatic_module.F90 (diff)
The file was modified src/error.F90 (diff)
The file was modified src/input_fields.F90 (diff)
The file was modified src/Benchmark_cases/atex.F90 (diff)
The file was modified src/morrison_microphys_module.F90 (diff)
The file was modified src/SILHS/latin_hypercube_driver_module.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/microphys_interface.inc (diff)
The file was modified src/Benchmark_cases/wangara.F90 (diff)
The file was modified src/microphys_driver.F90 (diff)
The file was modified src/G_unit_tests.F90 (diff)
The file was modified src/KK_microphys_module.F90 (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was modified src/ice_dfsn_module.F90 (diff)
The file was modified src/coamps_microphys_driver_module.F90 (diff)
The file was modified src/Benchmark_cases/rico.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf02.F90 (diff)
The file was modified src/lh_microphys_driver_module.F90 (diff)
The file was modified src/Benchmark_cases/cloud_sed_module.F90 (diff)
The file was modified src/simple_rad_module.F90 (diff)
Commit 266e64b44eb7b6787139970c238209f1274f5b0c by rhodesk
Reflecting changes made to clubb_api_module's subroutine's argument lists. #886.
The file was modified microphysics.F90 (diff)
Commit 203e87349cd86c41bf7423372f2792795054a496 by rhodesk
Moving gr from being a public variable in clubb_driver to being defined locally.
Defined locally in clubb_tuner and G_unit_tests as well.
For ticket #886.
Results are BFB identical.
The file was modified src/G_unit_tests.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was modified src/estimate_scm_microphys_module.F90 (diff)
Commit b3a08847ab298af75a3828bc17aa1d653ecd77d3 by rhodesk
Defining gr at the top level main as a local variable and feeding it down as needed.
Additionally, the file grid had to be changed to grid_config in order to avoid conflicts between the type grid in grid_class and the module named grid.
Sam compiles.
The file was modified microphysics.F90 (diff)
Commit 1453b467dd99d5013acc3845ea1913ff12a2bad2 by pbroels
Removing hardcoded references to passwords. larson-group/sys_admin#733
The file was modified jenkins_tests/clubb_release_intel_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_diff_test/Jenkinsfile (diff)
Commit f36d52a2b6c0e5a6c37e0d7830998ae38ade309c by rhodesk
The purpose of this commit is to see whether or not causing changes in sam's version of clubb will cause errors when the master branch of clubb gets merged intosam. Please ignore this commit unless everything breaks, in which case this is the reason why everything is broken.
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
Commit 3b4e05049eac237fc657d8720c62f1688cb3da15 by pbroels
Changing jenkins test directory names to be the same as the test name. larson-group/sys_admin#735
The file was addedjenkins_tests/clubb_error_handling_test/Jenkinsfile
The file was addedjenkins_tests/clubb_G_unit_tests/Jenkinsfile
The file was removedjenkins_tests/pgroup_build/Jenkinsfile
The file was removedjenkins_tests/uninit_var_test/Jenkinsfile
The file was addedjenkins_tests/clubb_api_commitment_test/Jenkinsfile
The file was removedjenkins_tests/restart_test/Jenkinsfile
The file was removedjenkins_tests/bin_diff_regression_test/Jenkinsfile
The file was removedjenkins_tests/check_budget_balance/Jenkinsfile
The file was addedjenkins_tests/clubb_gfortran_build/Jenkinsfile
The file was removedjenkins_tests/error_test/Jenkinsfile
The file was removedjenkins_tests/restart_silhs_test/Jenkinsfile
The file was removedjenkins_tests/gfortran_build/Jenkinsfile
The file was addedjenkins_tests/clubb_bin_diff_regression_test/Jenkinsfile
The file was addedjenkins_tests/clubb_backwards_compatibility_test/Jenkinsfile
The file was removedjenkins_tests/silhs_conv_test/Jenkinsfile
The file was removedjenkins_tests/api_commitment_test/Jenkinsfile
The file was addedjenkins_tests/clubb_check_budget_balance/Jenkinsfile
The file was addedjenkins_tests/clubb_mac_test/Jenkinsfile
The file was addedjenkins_tests/clubb_fire_tuning_test/Jenkinsfile
The file was removedjenkins_tests/convergence_test/Jenkinsfile
The file was addedjenkins_tests/clubb_uninit_var_test/Jenkinsfile
The file was removedjenkins_tests/ifort_build/Jenkinsfile
The file was addedjenkins_tests/clubb_ifort_build/Jenkinsfile
The file was removedjenkins_tests/G_unit_tests/Jenkinsfile
The file was addedjenkins_tests/clubb_timestep_convergence_test/Jenkinsfile
The file was addedjenkins_tests/clubb_restart_test/Jenkinsfile
The file was addedjenkins_tests/clubb_restart_silhs_test/Jenkinsfile
The file was addedjenkins_tests/clubb_openmp_test/Jenkinsfile
The file was removedjenkins_tests/mac_test/Jenkinsfile
The file was addedjenkins_tests/clubb_silhs_convergence/Jenkinsfile
The file was addedjenkins_tests/clubb_pgi_build/Jenkinsfile
The file was removedjenkins_tests/bc_tolerance_test/Jenkinsfile
The file was removedjenkins_tests/openmp_test/Jenkinsfile
The file was removedjenkins_tests/fire_tuning_test/Jenkinsfile
Commit 51416c2c8ddd6c427dafc424b6c429c7417b3ffc by noreply
Delete blank line in order to trigger nightly tests.

We want to test whether our new github tokens work during github's password brownout tomorrow.
The file was modified README (diff)
Commit 6b6ac37708388015f9d6ea9d3ef27cb0be17f2fa by pbroels
Adding name specific functionality to prevent workspace removal and emails. larson-group/sys_admin#735
The file was modified jenkins_tests/clubb_restart_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_check_budget_balance/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_timestep_convergence_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_diff_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_backwards_compatibility_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_pgi_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_silhs_convergence/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_ifort_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_intel_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_fire_tuning_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_gfortran_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_openmp_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_uninit_var_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_error_handling_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_silhs_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_api_commitment_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_mac_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_G_unit_tests/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_bin_diff_regression_test/Jenkinsfile (diff)
Commit 775ce919821bd8f1b34e5c1b77180eb15a19f89e by pbroels
Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727
The file was modified jenkins_tests/clubb_fire_tuning_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_mac_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_uninit_var_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_backwards_compatibility_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_timestep_convergence_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_diff_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_error_handling_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_openmp_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_gfortran_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_pgi_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_intel_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_ifort_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_silhs_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_bin_diff_regression_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_api_commitment_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_check_budget_balance/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_G_unit_tests/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_silhs_convergence/Jenkinsfile (diff)
Commit cb7db4b128397c3507497736834538878935204e by noreply
Add error header for CLUBB in CAM
The file was modified src/CLUBB_core/error_code.F90 (diff)
Commit e201897ed5e08e49180f087b6283d6f40f1f9227 by noreply
Adding some preprocessor directives

to get SAM-LES to compile successfully when using MICRO_M2005_UWM instead of MICRO_DRIZZLE.
The file was modified microphysics.F90 (diff)
Commit 6c039b29523f694a7e69805364bd82463acebb37 by rhodesk
Fixing the ordering of gr in the arg list and dropping usage of grid_class.
The file was modified microphysics.F90 (diff)
Commit b19b67713baf175f99baa0cb0bdde6e8c1fbc588 by rhodesk
Fixing the ordering of gr in the clubb_api arg list for affected subroutines.
Additionally, this commit removes the clubb code standard violation of exceeding more the 100 characters per line.
Lastly, the grid typing is being added to clubb_api_module as a public variable so that the host models have access to the type without having to bypass the api
For ticket #886.
The file was modified src/error.F90 (diff)
The file was modified src/CLUBB_core/advance_xm_wpxp_module.F90 (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
The file was modified src/CLUBB_core/advance_windm_edsclrm_module.F90 (diff)
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/diffusion.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
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)
Commit 6cf3881c0b45798234e9315dd165a4adbba00a29 by noreply
Add blank line to trigger nightly tests.
The file was modified README (diff)
Commit 2196f2d527e0ddf8b9a2ec77853cd7148c3ebf29 by rhodesk
Fixing coding standard violations
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/CLUBB_core/advance_windm_edsclrm_module.F90 (diff)
The file was modified src/advance_microphys_module.F90 (diff)
Commit 381f3bdb88f44996263d03501401562e39717b25 by benjamin.andrew.stephens
Removing a few lines from wangara_sounding.in to be consistent with SAM "snd" and "lsf" files.

See https://github.com/larson-group/sam_clubb/pull/139# and https://github.com/larson-group/sam_clubb/issues/138.
The file was modified input/case_setups/wangara_sounding.in (diff)
Commit 908d888d322c5197a6460260215e93bb0512f9d5 by noreply
Removing blank line to note that yesterday's changes to the Wangara sounding file was BIT_CHANGING.
The file was modified README (diff)
Commit cb5d4330ed62e494ddd1140fe046018df6377566 by benjamin.andrew.stephens
Adding new SAM-LES WANGARA benchmark file to Pyplotgen.

See https://github.com/larson-group/sam_clubb/issues/138.
The file was modified postprocessing/pyplotgen/config/Case_definitions.py (diff)
Commit b877d82325b1a893de74a7451e3cf88556ebd268 by Vince Larson
Add to dashboard outputs related to observations.

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 6b03a707a3fef05054ecf0d12aef562f683a45f6 by Gunther Huebler
Improving error messages in setup_clubb_core. larson-group/e3sm#38
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 8ce799103168bf057f9d54e067a4c18eea2628a6 by pbroels
Changing if conditional statements to the name of the tests to ensure all features work as intended. larson-group/sys_admin#735
The file was addedjenkins_tests/clubb_fire_tuning_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_G_unit_tests/Jenkinsfile
The file was removedjenkins_tests/clubb_openmp_test/Jenkinsfile
The file was addedjenkins_tests/clubb_error_handling_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_uninit_var_test/Jenkinsfile
The file was addedjenkins_tests/clubb_mac_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_silhs_convergence/Jenkinsfile
The file was addedjenkins_tests/clubb_check_budget_balance_gfortran/Jenkinsfile
The file was removedjenkins_tests/clubb_backwards_compatibility_test/Jenkinsfile
The file was addedjenkins_tests/clubb_backwards_compatibility_gfortran_test/Jenkinsfile
The file was addedjenkins_tests/clubb_G_unit_gfortran_tests/Jenkinsfile
The file was removedjenkins_tests/clubb_error_handling_test/Jenkinsfile
The file was addedjenkins_tests/clubb_bin_diff_regression_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_timestep_convergence_test/Jenkinsfile
The file was addedjenkins_tests/clubb_uninit_var_oracle_test/Jenkinsfile
The file was removedjenkins_tests/clubb_bin_diff_regression_test/Jenkinsfile
The file was addedjenkins_tests/clubb_openmp_gfortran_test/Jenkinsfile
The file was addedjenkins_tests/clubb_restart_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_fire_tuning_test/Jenkinsfile
The file was addedjenkins_tests/clubb_silhs_convergence_gfortran/Jenkinsfile
The file was addedjenkins_tests/clubb_timestep_convergence_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_mac_test/Jenkinsfile
The file was removedjenkins_tests/clubb_restart_silhs_test/Jenkinsfile
The file was removedjenkins_tests/clubb_restart_test/Jenkinsfile
The file was addedjenkins_tests/clubb_restart_silhs_gfortran_test/Jenkinsfile
The file was removedjenkins_tests/clubb_check_budget_balance/Jenkinsfile
Commit 658573bb8e83bff9831e00992134865433d92d44 by pbroels
Fixing error in clubb_error_handling_gfortran_test Jenkinsfile from previous commit to allow for the test to run.
The file was modified jenkins_tests/clubb_error_handling_gfortran_test/Jenkinsfile (diff)
Commit 12407142b14155687d0d80b174796965d2793b12 by pbroels
Changing Pillow version number in requirements.txt to solve issue brought up by dependabot. larson-group/sys_admin#741
The file was modified postprocessing/pyplotgen/requirements.txt (diff)