Skip to content
Success

Changes

Summary

  1. Lscale GPUization (#1079) (details)
  2. gfortran does not like intent(out) specifiers for functions. (details)
Commit 40a65a54f061974152b9431e88a562d557f70dc5 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 mixing_length.F90 (diff)
The file was modified grid_class.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified clip_explicit.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
Commit 7094e3620ee063af2bd55a8f072cb32ce3858c4b by Gunther Huebler
gfortran does not like intent(out) specifiers for functions.
The file was modified grid_class.F90 (diff)