next up previous
Next: The emission and chemical Up: Software Previous: Installation

Subsections


Running the software

Selecting year and TM3 resolution

Edit the script makeinput.sc Select the year to preprocess by setting yeare and yearo :
set yeare = 2000 # year of emission data.
set yearo = 1992 # year of total ozone data (not all years are available).
Select the horizontal resolution of the TM3 model you need :
set res = CG # set resolution
Select the vertical resolution of the TM3 model you need :
set nlev = 19 # set number of levels (19 or 31)
Set the type of output you want (0 for TM3) :
set iform = 0 # format of data files: ascii=0, hdf=1

Running the script

Simply type makeinput.sc to preprocess the emissions.
The output (input files for TM) will appear in directory $TMSCRATCH/INPUT. Year dependent input files for TM will be in subdirectories YYYY, e.g. 1990.



Peter van Velthoven 2003-10-27