Summary
- QuadTune: Moves plotting code to new fnc, createFigs. (details)
- Making the f in f90 capital for consistency. (details)
- Surrounding print statement with debug flag check. (details)
- Making multicol diffness script rely on the largest difference detected, rather the the sum/total of differences. This is essentially to relax the cpu vs gpu diffness test because mpace_b is noisey and often causes the test to fail for innocent bit changing commits. Looking at the largest difference does have the advantage of the check being less sensitive to case differences, such as number of timesteps, vertical levels, number of columns, etc. (details)
The file was added | utilities/sens_matrix/create_figs.py |
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) |
The file was removed | src/CLUBB_core/mt95.f90 |
The file was added | src/CLUBB_core/mt95.F90 |
The file was modified | src/enhanced_simann.F90 (diff) |
The file was modified | run_scripts/check_multicol_error.py (diff) |