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. Delete blank line in order to trigger nightly tests. (details)
  6. Adding name specific functionality to prevent workspace removal and emails. larson-group/sys_admin#735 (details)
  7. Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727 (details)
  8. Add error header for CLUBB in CAM (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/wangara.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf02.F90 (diff)
The file was modified src/Benchmark_cases/gabls2.F90 (diff)
The file was modified src/Benchmark_cases/mpace_b.F90 (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was modified src/G_unit_tests.F90 (diff)
The file was modified src/Benchmark_cases/dycoms2_rf01.F90 (diff)
The file was modified src/morrison_microphys_module.F90 (diff)
The file was modified src/Benchmark_cases/bomex.F90 (diff)
The file was modified src/Benchmark_cases/cloud_sed_module.F90 (diff)
The file was modified src/Benchmark_cases/mpace_a.F90 (diff)
The file was modified src/KK_microphys_module.F90 (diff)
The file was modified src/microphys_driver.F90 (diff)
The file was modified src/SILHS/silhs_api_module.F90 (diff)
The file was modified src/error.F90 (diff)
The file was modified src/BUGSrad/two_rt_sw_ocastrndm.F90 (diff)
The file was modified src/Benchmark_cases/astex_a209.F90 (diff)
The file was modified src/Benchmark_cases/atex.F90 (diff)
The file was modified src/Benchmark_cases/nov11.F90 (diff)
The file was modified src/microphys_interface.inc (diff)
The file was modified src/G_unit_test_types/spurious_source_test.F90 (diff)
The file was modified src/Benchmark_cases/lba.F90 (diff)
The file was modified src/mixed_moment_PDF_integrals.F90 (diff)
The file was modified src/ice_dfsn_module.F90 (diff)
The file was modified src/simple_rad_module.F90 (diff)
The file was modified src/advance_microphys_module.F90 (diff)
The file was modified src/gfdl_activation.F90 (diff)
The file was modified src/hydrostatic_module.F90 (diff)
The file was modified src/G_unit_test_types/pdf_parameter_tests.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/lh_microphys_driver_module.F90 (diff)
The file was modified src/Benchmark_cases/rico.F90 (diff)
The file was modified src/SILHS/latin_hypercube_driver_module.F90 (diff)
The file was modified src/coamps_microphys_driver_module.F90 (diff)
The file was modified src/time_dependent_input.F90 (diff)
The file was modified src/input_fields.F90 (diff)
The file was modified src/sounding.F90 (diff)
The file was modified src/estimate_scm_microphys_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/estimate_scm_microphys_module.F90 (diff)
The file was modified src/clubb_tuner.F90 (diff)
The file was modified src/clubb_driver.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 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_bin_diff_regression_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_pgi_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_fire_tuning_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_G_unit_tests/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_error_handling_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_api_commitment_test/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_restart_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_backwards_compatibility_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_diff_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_intel_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_gfortran_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_silhs_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_check_budget_balance/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_timestep_convergence_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_mac_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_mac_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_pgi_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_diff_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_release_intel_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_error_handling_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_timestep_convergence_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_api_commitment_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_silhs_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_restart_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_bin_diff_regression_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_openmp_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_fire_tuning_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_silhs_convergence/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_backwards_compatibility_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_uninit_var_test/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_gfortran_build/Jenkinsfile (diff)
The file was modified jenkins_tests/clubb_ifort_build/Jenkinsfile (diff)
Commit cb7db4b128397c3507497736834538878935204e by noreply
Add error header for CLUBB in CAM
The file was modified src/CLUBB_core/error_code.F90 (diff)