Skip to content
Success

Changes

Summary

  1. For tuning dashboard, modify the separate input file (details)
  2. Delete tuner file that was accidentally committed (details)
  3. Prevent accidental commits of python .pyc files (details)
  4. I can now safely remove all the "ifdef E3SM" statements from CLUBB's (details)
Commit ab881650d8bfbf6dfbc652c1063f8f9ea10e6801 by Vince Larson
For tuning dashboard, modify the separate input file

that contains "namelist" data (i.e., input data) for tuning runs.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was addedutilities/sens_matrix/__pycache__/analyze_sensitivity_matrix.cpython-310.pyc
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit fa8048b3d5d5023dfc49e9d8dd4657b80f02f561 by Vince Larson
Delete tuner file that was accidentally committed
The file was removedutilities/sens_matrix/__pycache__/analyze_sensitivity_matrix.cpython-310.pyc
Commit 31fd72c504443be6a94bb4d846619ba4cf132da3 by Vince Larson
Prevent accidental commits of python .pyc files
The file was modified .gitignore (diff)
Commit caa222a50d383a0400f09f218434327430bdb996 by bmg2
I can now safely remove all the "ifdef E3SM" statements from CLUBB's
parameters_tunable.F90.  This code is now located in the clubb_intr.F90
portion of E3SM.
The file was modified src/CLUBB_core/parameters_tunable.F90 (diff)