Documentation of the Changes in the COSMO-Model
Version 5.2

21.05.2015

Version 5.2 is a DWD (test) version, which contains mainly bug fixes and an update of the code to process radiances.

Contents:

  1. Corrected Computation of kflat for GRIB2 input
  2. Revision of using MPI Datatypes
  3. Update of Computation of Synthetic Satellite Images
  4. Technical Changes and Bug Fixes
  5. Changes to the Namelists
  6. Changes of Results


1. Corrected Computation of kflat for GRIB2 input

(by U. Blahak)

Since kflat is not contained in the GRIB2 meta data, it is computed by the model itself taking into account if the levels are flat or not. This has erroneously been done in every subdomain without information of the total domain. If subdomains only are located over sea (without topography), kflat has been determined to 1, because all levels are flat then.

Correction:
vcoord%kflat is no more computed in the subroutines reference_atmosphere_xxx, because it involves a global communication. It is done after calling these routines in module src_input.f90.

Modifications in:

These changes do influence the results slightly.

Back to Contents


2. Revision of using MPI Datatypes

(by U. Schättler)

In the COSMO-Model the subroutine for boundary exchange is usually called for group of variables. Some of these exchanges can be done using MPI Datatypes. This means that a special communication pattern (the data type) is set up for every group of variable. A unique identification number (ID) is assigned to every data type then and the exchange during the model run is done by specifying the proper ID.

Due to some developments in the last time the proper association of the data types to the corresponding IDs has been lost. Depending on the compiler, this could lead to erroneous message passing and slightly wrong results.

The correct usage of MPI data types has been restructured now.

Back to Contents


3. Update of Computation of Synthetic Satellite Images

(by R. Faulwetter, A. Schomburg)

The code to process radiances to be assimilated within the LETKF was consolidated. Now, it is possible to process SEVIRI data in HRIT format and all files produced by DWDs satellite-preprocessing package (sat_pp). The calculation of input profiles for RTTOV was improved.

Changes results for synthetic satellite images.

Back to Contents


4. Technical Changes and Bug Fixes

Back to Contents


5. Changes to the Namelists

Group Name Meaning Default
/SATCTL/ lread_ct NEW .FALSE.
yclouddir NEW ''
linterp NEW .TRUE.

Back to Contents


6. Changes of Results

The following changes do have a numerical influence on the results, i.e. they are changed slightly:

Back to Contents