Skip to content
Success

Changes

Summary

  1. QuadTune: Adds arrow plot and plot of bias vs. a diagnostic field such as U10. (details)
  2. I am making this commit because, as part of deghosting, I discovered 2 (details)
  3. I am updating the snowslope output stat so it matches bit-for-bit (details)
Commit 360ded1ba8967a18620426bf0a2bef72c161525e by Vince Larson
QuadTune: Adds arrow plot and plot of bias vs. a diagnostic field such as U10.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
Commit 253c4a69a11b450a9d100726820d9f35976f7d5a by bmg2
I am making this commit because, as part of deghosting, I discovered 2
bugs in the way that COAMPS microphysics was set up.

1) The code that was handling the grid flipping for hydrometeor sedimentation
velocities output from coamps (flipping from the coamps grid to the
clubb grid) was mis-aligned;

2) The code within coamps then interpolated those velocities to the zm grid
However, CLUBB expected that output on the zt grid.

These issues were corrected in this commit that is BIT_CHANGING for
mpace_b -- the only case that uses COAMPS microphysics by default.
The file was modified src/coamps_microphys_driver_module.F90 (diff)
Commit 933df4321f09c1fec44e953ec022ad2b3c7e4fb2 by bmg2
I am updating the snowslope output stat so it matches bit-for-bit
with the output of the clubb_ghost_exorcism branch. This commit
is BIT_CHANGING.
The file was modified src/coamps_microphys_driver_module.F90 (diff)