Skip to content
Success

Changes

Summary

  1. Moving Lscale from an acc create statement inside clubb to the acc output statement in clubb_api. This is bug fix that is BIT_CHANGING, but only for silhs cases running on the GPU. Also using this to add BIT_CHANGING:aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b, as that commit was BC but just missing the message. (details)
  2. Various Small Tweaks (#1205) (details)
Commit 90d139d2d9f8ccfdbe6e3705adfa4e7a9117aeec by Gunther Huebler
Moving Lscale from an acc create statement inside clubb to the acc output statement in clubb_api. This is bug fix that is BIT_CHANGING, but only for silhs cases running on the GPU. Also using this to add BIT_CHANGING:aff1bb12551c5b3a8ab1c4d773ef5c17fb96c53b, as that commit was BC but just missing the message.
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit a1fcfe8d0eff3f15d3fca37af1fe263cd6203cd9 by noreply
Various Small Tweaks (#1205)

* Batching multicol output. Unfinished, need to make calls_p_out a namelist input and handle the case that it doesn't evenly divide the total number of timesteps.

* Pushin column loop into initialize_clubb_variables

* Adding explicit loops in main timestepping loop and pushing columns loop into l_calc_thlp2_rad

* Various small loop pushes and improvements.

* Adding argument to create_multi_col_params.py to add calls_p_out to namelist.

* Final little tweaks

* Tiny fixes

* Changing var name calls_p_out to calls_per_out
The file was modified src/hydrostatic_module.F90 (diff)
The file was modified src/error.F90 (diff)
The file was modified src/clubb_standalone.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/clubb_thread_test.F90 (diff)
The file was modified run_scripts/create_multi_col_params.py (diff)
The file was modified src/CLUBB_core/calc_pressure.F90 (diff)
The file was modified src/CLUBB_core/output_netcdf.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/jacobian.F90 (diff)