Documentation of the Changes in INT2LM
Version 1.20

31.08.2012

This is the next step towards the next big release INT2LM 2.0.

Contents:

  1. Changes to subroutines computing the Reference Atmospheres
  2. Unification of Utility Modules with latest version of COSMO-Model (4.25)
  3. Adaptations for sub-hourly analysis update with LETKF
  4. Changes for NetCDF I/O
  5. Technical Changes
  6. Changes in the Namelists
  7. Changes of the Results

1. Changes to subroutines computing the Reference Atmospheres

(by Michael Baldauf)

The same changes that have been done in COSMO-Model 4.24 have now been implemented in the INT2LM.

The interfaces in external_data.f90 and src_read_coarse_grid.f90 have been adapted accordingly.

Back to Contents


2. Unification of Utility Modules with latest version of COSMO-Model (4.25)

(by Ulrich Schätter)

Back to Contents


3. Adaptations for sub-hourly analysis update with LETKF

(by Ulrich Schättler)

When using the LETKF method for data assimilation in the future, there will be the need to have an assimilation cycle of only few minutes, and not of hours. Therefore the COSMO-Model has been adapted to read and write files, where also minutes and seconds are included. This has now also been implemented in the INT2LM. Now laf-files or lbf-files (when using ytunit_in, ytunit_out) can have the form

The main changes are:

Back to Contents


4. Changes for NetCDF I/O

(by Burkhardt Rockel)

Global attributes for NetCDF I/O have been added according to the COSMO-Model, which can be set via namelist in the group /DATA/:

Group Name Meaning Default
/DATA/ yncglob_institution originating center name '-'
yncglob_title title string for the output '-'
yncglob_source program name and version '-'
yncglob_project_id identification of the project of simulation '-'
yncglob_experiment_id identification of the experiment of simulation '-'
yncglob_contact contact e.g. email address '-'
yncglob_references URL, report etc. '-'
ncglob_realization number of the realization of the experiment '-999'

Back to Contents


5. Technical Changes

Back to Contents


6. Changes of the Namelists

There were the following changes for the Namelist variables:

Group Name Meaning Default
/LMGRID/ lanalyt_calc_t0p0 If it is set to .TRUE., the values for the reference state of t0 and p0 are computed analytically. If it is set to .FALSE., they are only averaged between the half levels.
There is the following dependency between INT2LM and the COSMO-Model regarding this switch:
COSMO-Model INT2LM
Running with Leapfrog lanalyt_calc_t0p0 = .FALSE.
is a necessary condition.
Running with old Runge-Kutta fast-waves
(itype_fast_waves=1
lanalyt_calc_t0p0 = .FALSE.
is a necessary condition.
Running with new Runge-Kutta fast-waves
(itype_fast_waves=2
lanalyt_calc_t0p0 = .TRUE.
is a necessary condition.
'.FALSE.'
/DATA/ yinext_form_read
yin_form_read
The value to choose the grib_api for packing / unpacking GRIB data has been changed to be conform with other models at DWD. The old value was 'grax', now it is 'apix'.
  • 'grb1': to choose the DWDLIB for Grib1
  • 'apix': to choose the grib_api for Grib1 or Grib2
  • 'ncdf': to choose NetCDF input
'grb1'
yncglob_institution originating center name '-'
yncglob_title title string for the output '-'
yncglob_source program name and version '-'
yncglob_project_id identification of the project of simulation '-'
yncglob_experiment_id identification of the experiment of simulation '-'
yncglob_contact contact e.g. email address '-'
yncglob_references URL, report etc. '-'
ncglob_realization number of the realization of the experiment '-999'

Back to Contents


7. Changes of the Results

There are no changes of the results in the NWP applications!

Back to Contents