NAM_CONDSAMP
It contains the parameters to activate conditional sampling [Couvreux et al., 2010]. The first tracer is released at the surface, the second one is released XHEIGHT_BASE below the cloud base on XDEPTH_BASE depth the third one is released XHEIGHT_TOP above the cloud top on XDEPTH_TOP depth.
Fortran name |
Fortran type |
Default value |
|---|---|---|
LCONDSAMP |
LOGICAL |
.FALSE. |
NCONDSAMP |
INTEGER |
3 |
XRADIO |
ARRAY(REAL) |
3*900.0 |
XSCAL |
ARRAY(REAL) |
3*1.0 |
XHEIGHT_BASE |
REAL |
100.0 |
XDEPTH_BASE |
REAL |
100.0 |
XHEIGHT_TOP |
REAL |
100.0 |
XDEPTH_TOP |
REAL |
100.0 |
NFINDTOP |
INTEGER |
0 |
XTHVP |
REAL |
0.25 |
LTPLUS |
LOGICAL |
.TRUE. |
LCONDSAMP: Flag to activate conditional samplingNCONDSAMP: Number of conditional samplingsXRADIO: Period of radioactive decayXSCAL: Scaling factorXHEIGHT_BASE: Height below the cloud base where the 2nd tracer is releasedXDEPTH_BASE: Depth on which the 2nd tracer is releasedXHEIGHT_TOP: Height above the cloud top where the 3rd tracer is releasedXDEPTH_TOP: Depth on which the 3rd tracer is releasedNFINDTOP: Method for identifying the altitude where the 3rd tracer is released :0 (by default) : the top tracer is released above the cloud top
1 : the top tracer is released above the layer with the maximum gradient of potential temperature (by default if no clouds)
2 : the top tracer is released at the first layer from the surface where the virtual potential temperature exceeds its bottom-up integration plus a threshold XTHVP (by default 0.25K)
XTHVP: Threshold (in Kelvin) to identify the boundary-layer top based on virtual potential temperature (if NFINDTOP = 2)LTPLUS: Flag to allow the release of 2nd and 3rd tracers one layer below the cloud base and one level above the PBL top (when the layers of emission are not detected)