diff --git a/src/wrf/computation.py b/src/wrf/computation.py index 164d905..641b164 100644 --- a/src/wrf/computation.py +++ b/src/wrf/computation.py @@ -1111,12 +1111,16 @@ def ctt(pres_hpa, tkel, qv, qcld, height, terrain, qice=None, True. Default is :data:`wrf.default_fill(numpy.float64)`. - opt_thresh (:obj:`float`, optional): The required amount of optical - depth (looking from top down) required to trigger a cloud top - temperature calculation. Values less than this threshold will be - treated as no cloud areas. For thin cirrus, a value of .1 might be - appropriate. For large CB clouds, 1000.0 might be appropriate. - Default is 1.0. + opt_thresh (:obj:`float`, optional): The amount of optical + depth (integrated from top down) required to trigger a cloud top + temperature calculation. The cloud top temperature is calculated at + the vertical level where this threshold is met. Vertical columns + with less than this threshold will be treated as cloud free areas. + In general, the larger the value is for this + threshold, the lower the altitude will be for the cloud top + temperature calculation, and therefore higher cloud top + temperature values. Default is 1.0, which should be sufficient for + most users. meta (:obj:`bool`): Set to False to disable metadata and return :class:`numpy.ndarray` instead of diff --git a/test/ci_tests/ci_result_file.nc b/test/ci_tests/ci_result_file.nc index 2cf9ffb..e15d100 100644 Binary files a/test/ci_tests/ci_result_file.nc and b/test/ci_tests/ci_result_file.nc differ