Skip to content
Success

Changes

Summary

  1. Removing data copies that we don't need anymore. This still runs correctly on GPUs. (details)
  2. Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible. (details)
  3. No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols. (details)
Commit f078452993a62351642178c7d76a340f6406c693 by 37674341+huebleruwm
Removing data copies that we don't need anymore. This still runs correctly on GPUs.
The file was modified latin_hypercube_driver_module.F90 (diff)
Commit 8abf9d87614f2fdc27dfaf72324f917be702d582 by 37674341+huebleruwm
Making clip_transform_silhs_output use an array of gr. This is how it should have been once the column loop was pushed down into it, but at the time clubb was using gr through a use statement making that not possible.
The file was modified silhs_api_module.F90 (diff)
The file was modified latin_hypercube_driver_module.F90 (diff)
Commit 7d2d3a8a4ef4a33a36ce8cc202e27c17e9c9378b by 37674341+huebleruwm
No more need for these data copies anymore now that pdf_params is allocated with ngrdcol rather than pcols.
The file was modified latin_hypercube_driver_module.F90 (diff)