Before the operational start of the COSMO-EU with Runge-Kutta dynamics we had to build new binaries for the COSMO-Model and the INT2LM with the latest updates. For the INT2LM there are only some technical changes together with the possibility to switch the reference atmosphere. For the COSMO-Model there is a change in the microphysics, which affects the results of the COSMO-EU application. Also, there is one new Namelist Variable for the COSMO-Model.
In subroutine hydci_pp (used for itype_gscp=3) the density correction of the terminal fall velocity of raindrops and snowflakes is now taken into account. This leads to an increase of the sedimentation velocity in the atmosphere. The parameter zv0s which determines the actual empirical terminal fall velocity of snow at a reference density has been implemented as a new namelist variable v0snow. The special values for the different applications can be seen in the following table:
Application | Setting of itype_gscp | Setting of v0snow |
---|---|---|
COSMO-EU with Leapfrog dynamics | 3 | 15.0 |
COSMO-EU with Runge-Kutta dynamics | 3 | 25.0 |
COSMO-DE with Runge-Kutta dynamics | 4 | 20.0 |
Two bugs have been fixed in routine src_obs_proc_cdf:
Back to Contents
While introducing the decomposition independent computation of the
interpolation weights, it was forgotten to take care of a non-staggered
grid like the one from IFS. This has been corrected.
The possibility to switch the reference atmosphere from the incoming to the
outgoing grid has been implemented in the module src_vert_inter_lm.f90:
The problem:
Changes for INT2LM 1.12
Bug fix in routine coor_coarse_grid_lm for the option lec2lm
(by Stephan Pfahls, ETH Zürich)
Possibility to switch the reference atmosphere (by Ulrich Schättler)
The routine moist_split has now been written for whole fields. Therefore no CALL within DO-loops is necessary and the calling routines do vectorize now.
For the option lum2lm, the new reference atmosphere is now used in any case to compute the pressure deviation from full pressure, delivered by UKMO.
The new info-module is called after the domain decomposition only by compute processor 0.
The options lgme2lm and llm2lm are not influenced by
these changes.
For lec2lm, the bug fix in src_grids changes the results.
For lum2lm, the results are modified because of using the other
reference atmosphere.