next up previous
Next: Mass and mass-fluxes Up: TM5 data Previous: Production cycle

Subsections

Quick Start

To create meteo for TM5 from ERA40 data.

Think

  1. Decide on the periode:
  2. Decide on a horizontal resolution: For fast generation of meteo, take a resolution in agreement with a global 3x2 (lon x lat) grid: Do this for all zoom grids.
  3. Decide on the number of levels. A level is either a single ECMWF level or a number of them combined into a single layer.
  4. Decide on the output format: grib or hdf.

Login

For runing at ECMWF, login to ecgate1:

$ telnet ecaccess.ecmwf.int

KNMI users could run the stuff at their local work station.

Copy TMPP code

Make a (recent) private copy of the TMPP code; see section 1.1 about installation.

Code level selection

Eventually code the level selection. For example, a subset of 44 levels from the original 60 ECMWF levels is specified in:

TMPP/SOURCE/tmpp_const_tm_v_60_44.f90
Copy this file to a different name and modify for your own level selection. Note that '44' is just an identification, so it could have been given a name like 'tm3dam' too.

Please send new level selection files to me.

Check make file

Host specific compiler and library options are included in the master makefile from files named:

SOURCE/Makefile.${HOST}.mk
You might overwrite this settings by creating a user-specific copy named:
SOURCE/Makefile.${USER}@${HOST}.mk

Please send new included makefiles to me if you think they are interesting for other users too (for example changes in libraries).

Run

  1. Make a private copy of a job specification file:
    % cp TMPP/RCFILES/tm5.rc you.rc
  2. Edit the specification file you.rc. See secion 1.3 about the format of rc files.

    Some important fields which probably need to be changed; see also section 4.3 for background and more examples:

  3. Run in verbose mode (write output to the screen):
    % TMPP/SCRIPTS/pprun -v you.rc
    See also section 1.2 about pprun.

Get files from ftp server

If the TM5 meteo files are put on an ftp-server, you might move them to your local workstation using the SCRIPTS/transfiles script. See section 1.5.2.


next up previous
Next: Mass and mass-fluxes Up: TM5 data Previous: Production cycle
TM5 2009-03-03