Skip to content
Success

Changes

Summary

  1. I added w_down_in_cloud to the "Ws" variable group in pyplotgen. (details)
  2. I altered the w_up_in_cloud and w_down_in_cloud code so that a (details)
Commit 908a6ae50aa6e91e5676215ee66e2b23525914fb by bmg2
I added w_down_in_cloud to the "Ws" variable group in pyplotgen.
The file was modified postprocessing/pyplotgen/config/VariableGroupWs.py (diff)
Commit 06545f85e83d001306c27cc1bad3c4d0bc40c9c4 by bmg2
I altered the w_up_in_cloud and w_down_in_cloud code so that a
thresholding is used similar to what is seen in the cloud fraction
and cloud water code.  If the PDF component mean of w more than
the maximum allow number of standard deviations away from 0, the
PDF component is either all-updrafty or all-downdrafty, and the
code avoids expensive computations where large magnitude values
can potentially be fed into ERF or EXP.

Of course, the results are not bit-for-bit with the previous version,
meaning that there are some situations where these thresholds come
into effect.  However, plots of all cases show no visible differences
in w_up_in_cloud and w_down_in_cloud.

Since w_up_in_cloud and w_down_in_cloud are not included in normal
stats output, this commit does not change the bit-for-bitness of
CLUBB code.
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)