Skip to content
Success

Changes

Summary

  1. QuadTune: Plots subsets of 20x20-degree regions. (details)
  2. Small bugs fix in bugsrad code. This was only caught when compiling with intel debug and using '-warn all', which compares interface dimensions/declaration between files. (details)
  3. Variable name correction in acc data statement. (details)
  4. Splitting zeros_vector into versions with nzt or nzm size to match sizes in subroutine. (details)
  5. Making radf size correct in api and clubb_driver. (details)
Commit 69a9b60d5fcf66dd50b2a79e08f72f3cd05b099f by Vince Larson
QuadTune: Plots subsets of 20x20-degree regions.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
Commit 2fa28500b9fcba8c34f2b154c8c0d5bac0f6784f by Gunther Huebler
Small bugs fix in bugsrad code. This was only caught when compiling with intel debug and using '-warn all', which compares interface dimensions/declaration between files.
The file was modified src/parameters_radiation.F90 (diff)
The file was modified src/BUGSrad/bugs_rad.F (diff)
Commit 43bba04e1cbb60b75bf4336ad46f0cbf9986abeb by Gunther Huebler
Variable name correction in acc data statement.
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
Commit 6a2d0b828127e5759276be61e429315dcd470c53 by Gunther Huebler
Splitting zeros_vector into versions with nzt or nzm size to match sizes in subroutine.
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
Commit 1a8be6de1f5a784dd528f827357b4edae4198bbd by Gunther Huebler
Making radf size correct in api and clubb_driver.
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)