Skip to content
Success

Changes

Summary

  1. Updated CLUBB so that adj_low_res_nu (which can be called on its own (details)
  2. Removing begin_height and end_height as outputs from setup_grid. They (details)
Commit d8f2de7144923bda3de7c3d1995433caa8877821 by bmg2
Updated CLUBB so that adj_low_res_nu (which can be called on its own
or called through calling setup_parameters) no longer uses
momentum_heights and thermodynamic_heights, but rather makes use
of gr%zm and gr%zt, which are always set and available by the
time the calls are made.
The file was modified src/CLUBB_core/parameters_tunable.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/clubb_driver.F90 (diff)
Commit 84ce1af7b0d5df14062d543b1cf684bea914378e by bmg2
Removing begin_height and end_height as outputs from setup_grid. They
are only necessary as local variables inside of setup_grid.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/clubb_driver.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/CLUBB_core/grid_class.F90 (diff)