Skip to content
Success

Changes

Summary

  1. QuadTune: Moves plotting code to new fnc, createFigs. (details)
  2. Making the f in f90 capital for consistency. (details)
  3. Surrounding print statement with debug flag check. (details)
  4. 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)
Commit 4a157a41ada7c94ad9d4d626d8effb2f89b787ab by Vince Larson
QuadTune: Moves plotting code to new fnc, createFigs.

For #910.
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was addedutilities/sens_matrix/create_figs.py
Commit e9cf9a87c16e65f678c6146663dbb8ff9b22b5c7 by Gunther Huebler
Making the f in f90 capital for consistency.
The file was addedsrc/CLUBB_core/mt95.F90
The file was removedsrc/CLUBB_core/mt95.f90
Commit ed26ee90739d5041950bc843717fa39c922934ed by Gunther Huebler
Surrounding print statement with debug flag check.
The file was modified src/enhanced_simann.F90 (diff)
Commit a67e22194ccac507c0dc1b684db1336cf93054fe by Gunther Huebler
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.
The file was modified run_scripts/check_multicol_error.py (diff)