Skip to content
Success

Changes

Summary

  1. Adding "em" as a standard output variable in Pyplotgen. (details)
  2. I added an option to improve dry, convecting boundary layers. (details)
Commit 2f82f6b33f8f64d24ef275f014f798f2a433963c by benjamin.andrew.stephens
Adding "em" as a standard output variable in Pyplotgen.
The file was modified postprocessing/pyplotgen/config/VariableGroupBase.py (diff)
Commit a4ee16bb182408839963567c14128b4b34d45cb1 by Vince Larson
I added an option to improve dry, convecting boundary layers.
The new option is triggered by setting l_vary_convect_depth=.true.
The option reduces the spurious surface spike in thlp2 in Wangara.

The option calculates the Deardorff convective velocity using
a variable estimate of layer depth based on the depth
over which wpthlp is positive near the ground.
thlp2_sfc is then diagnosed by assuming maximal correlation
between thl and vertical velocity, w.

Currently, l_vary_convect_depth is set to false,
and hence the answers remain BFB.

For #905.
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/surface_varnce_module.F90 (diff)