Documentation of the Changes in the COSMO-Model
Version 5.06a

21.05.2019

Contents:

  1. Skin Temperature Formulation
  2. Latest Modifications to the Turbulence Scheme
  3. Technical Changes and Bug Fixes
  4. Changes to the Namelists
  5. Changes of Results


1. Modifications to Physical Parameterizations

(by Jan-Peter Schulz)

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].

Back to Contents


2. Latest Modifications to the Turbulence Scheme

(by U. Schättler)

Due to the unification with ICON there were some more modifications to the turbulence scheme.

Back to Contents


3. Technical Changes and Bug Fixes

Back to Contents


4. Changes to the Namelists

Group Name Meaning Default
/PHYCTL/ itype_canopy NEW Type of canopy parameterisation with respect to the surface energy balance.
  1. Surface energy balance equation solved at the ground surface, canopy energetically not represented
  2. Skin temperature formulation by Schulz and Vogel (2017), based on Viterbo and Beljaars (1995)
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

Back to Contents


5. Changes of Results

None.

Back to Contents