A skin temperature formulation (Viterbo and Beljaars 1995, Schulz and Vogel 2017) was implemented in TERRA in order to represent the vegetation in the surface energy balance. It provides an additional energy budget including a skin (or canopy) temperature. Furthermore, the insulating effects by the vegetation at the sub-canopy level are represented, as well. This scheme allows to enhance the amplitude of the diurnal cycle of the simulated surface temperature in TERRA. At the same time, the amplitudes of the diurnal cycles of the simulated soil temperatures are reduced.
This parameterisation provides the skin temperature SKT as new (output) variable.
The scheme is switched on with the /PHYCTL/ namelist switch itype_canopy=2.
It requires one additional external parameter, the skin conductivity SKC, which is provided by EXTPAR through INT2LM (from Version 2.06 on).
The use of SKC is controlled by the new /PHYCTL/ namelist switch cskinc. For a negative value, cskinc = -1.0, the external parameter field SKC is read in and used. For case studies or other testing purposes, a globally constant value can be used, instead. Reasonable values are cskinc ∈ [10.0, 1000.0], the default value is cskinc = 30.0.
Additionally, the scheme requires the numerical stability parameter cimpl, specified in /PHYCTL/ as well. The default value is cimpl = 120.0, this value works well for COSMO domains with 2.2 km mesh size. For coarser grids and longer timesteps, lower values are appropriate, e.g. cimpl = 30.0 as in ICON. Reasonable values are in principle cimpl ∈ [4.0, 200.0].
Due to the unification with ICON there were some more modifications to the turbulence scheme.
Group | Name | Meaning | Default | |
---|---|---|---|---|
/PHYCTL/ | itype_canopy | NEW | Type of canopy parameterisation with respect to the surface energy balance.
|
1 |
cskinc | NEW | Globally constant skin conductivity. Reasonable values are cskinc ∈ [10.0, 1000.0]. For cskinc < 0 an external parameter field SKC is read and used. |
30.0 | |
cimpl | NEW | Stability parameter for the computation of the skin temperature. The default value works well for COSMO domains with 2.2 km mesh size. For coarser grids and longer timesteps, lower values are appropriate, e.g. cimpl = 30.0 as in ICON. Reasonable values are cimpl ∈ [4.0, 200.0]. |
120.0 |
None.