Skip to content
Success

Changes

Summary

  1. Creates separate file for inputting data to the tuner (details)
  2. I added "smooth" max clipping for invrs_tau_shear, which is a variable (details)
Commit 216528613a53b626f93c97867ec2b69bb7ba9da1 by Vince Larson
Creates separate file for inputting data to the tuner
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was addedutilities/sens_matrix/set_up_dashboard_inputs.py
Commit c50ab36d29f7c3cdbadbfa6cfa5cf935451e26a2 by bmg2
I added "smooth" max clipping for invrs_tau_shear, which is a variable
that is supposed to be positive definite, yet was obtaining negative
values at the model lower boundary owing to linear extension at the
boundaries as part of the linear interpolation call.

This change is BIT_CHANGING.
The file was modified src/CLUBB_core/mixing_length.F90 (diff)