Skip to content
Success

Changes

Summary

  1. Plot fractional approximate biases based on log-transformed parameter values. (details)
  2. Removing some "use" statement variables from advance_clubb_core, since they are no longer used here but are now used in mixing_length.F90. (details)
  3. Fixed comment regarding wp3 splatting term. (details)
  4. Pyplotgen update: adding an "if" statement to correct a problem when plotting movies of SAM budgets. (details)
Commit 0239e20ed28e77b922fa8038cf7586aa8961c879 by Vince Larson
Plot fractional approximate biases based on log-transformed parameter values.
Then the approximate biases should match the default simulation biases
when the number of parameters equals the number of metrics.
Moreover, linearizing the original, untransformed parameter values
isn't necessarily a better approximation.  It depends on whether global
model metrics vary linearly or logarithmically with changes in parameter values.

Also make other minor changes, as follows.
Update regional netcdf files to Zhun's versions from 20210505.
Change default hovermode so that when a user hovers over a line
on a plot, the values from all lines pop up together.

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/test_analyzeSensMatrix.py (diff)
Commit 3070dc31c10bf2964fff3fa42d42613ff3e418f0 by benjamin.andrew.stephens
Removing some "use" statement variables from advance_clubb_core, since they are no longer used here but are now used in mixing_length.F90.

See #909.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 6fa16e4ea92c07c9eff4eff9bde62a47cc8908ee by benjamin.andrew.stephens
Fixed comment regarding wp3 splatting term.
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
Commit d848bcb837c05fc56567f49168d5b3f370ebe60e by benjamin.andrew.stephens
Pyplotgen update: adding an "if" statement to correct a problem when plotting movies of SAM budgets.

See https://github.com/larson-group/clubb/issues/895#issuecomment-840732988.
The file was modified postprocessing/pyplotgen/src/VariableGroup.py (diff)