Skip to content
Success

Changes

Summary

  1. Reducing the number of calls to Cholesky_factor. This is bit-for-bit for all standalone cases and our coarse res version of cam. larson-group/cam#129 (details)
  2. Reordering dimensions of mu, sigma, corr_arrays, and cholesky matrices. This makes the dimension ordering more consistent with similar arrays and should help to reduce computational cost by reducing array slicing. This is all bit-for-bit. larson-group/cam#129 (details)
  3. Reordering dimensions of mu, sigma, corr_arrays, and cholesky matrices. This makes the dimension ordering more consistent with similar arrays and should help to reduce computational cost by reducing array slicing. This is all bit-for-bit. larson-group/cam#129 (details)
  4. Making compatible with latest clubb changes. larson-group/cam#129 (details)
Commit f042dc6b13b4f486983ced89bd9f07794fc7dece by Gunther Huebler
Reducing the number of calls to Cholesky_factor. This is bit-for-bit for all standalone cases and our coarse res version of cam. larson-group/cam#129
The file was modified setup_clubb_pdf_params.F90 (diff)
Commit 786a18857414021b09be22f5325b0a755a2ad19e by Gunther Huebler
Reordering dimensions of mu, sigma, corr_arrays, and cholesky matrices. This makes the dimension ordering more consistent with similar arrays and should help to reduce computational cost by reducing array slicing. This is all bit-for-bit. larson-group/cam#129
The file was modified clubb_api_module.F90 (diff)
The file was modified setup_clubb_pdf_params.F90 (diff)
Commit 2738812ade3fd6d62acc30826b9e7098273779cc by Gunther Huebler
Reordering dimensions of mu, sigma, corr_arrays, and cholesky matrices. This makes the dimension ordering more consistent with similar arrays and should help to reduce computational cost by reducing array slicing. This is all bit-for-bit. larson-group/cam#129
The file was modified latin_hypercube_driver_module.F90 (diff)
The file was modified transform_to_pdf_module.F90 (diff)
Commit ab90c7242d628cdee777922148508b8f5d3ce259 by Gunther Huebler
Making compatible with latest clubb changes. larson-group/cam#129
The file was modified SRC/SGS_CLUBB/clubb_sgs.F90 (diff)