Skip to content
Success

Changes

Summary

  1. Lscale GPUization (#1079) (details)
  2. gfortran does not like intent(out) specifiers for functions. (details)
Commit a883cf53b5eff3476a2c5e65dcd5a4093417ff18 by noreply
Lscale GPUization (#1079)

* Making 2 new functions zm2zt2zm and zt2zm2zt to handle smoothing by interpolation. Replaced the spots in clubb I know that uses this to smooth things. This is just a nice to have and could allow for easy optimizations in the future by inlining the interpolations. All cases BFB on CPU and GPU, checked all relevant options too.

* GPUizing diagnose_Lscale_from_tau

* Removing some unused variables.

* Moving acc data statements from calc_Lscale_directly up to advance_clubb_core.

* Removing an unused variable.

* GPUizing the l_smooth_min_max option.

* GPUizing l_avg_Lscale

* Changes to variable names to avoid gross long names only used once.
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)
The file was modified src/G_unit_test_types/smooth_heaviside_tests.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/CLUBB_core/grid_class.F90 (diff)
Commit e7911cd16198153e0a3ca084bd813c0dfad1b4eb by Gunther Huebler
gfortran does not like intent(out) specifiers for functions.
The file was modified src/CLUBB_core/grid_class.F90 (diff)