Next: Running the software
Up: Software
Previous: Software
Subsections
Recent versions of the preprocessing software are available in:
- unpacked on KNMI disk: /net/bgwd46/nobackup/users/as/EMIS/
- tarred file on KNMI MOS: /ua/velthove/ARCHIVE/TM3/TM3HDF/emis.tar
In future, the code will be placed in cvs
(section
Install all stuff in your favorite directory, for example:
${SCRATCH}/TM3/EMIS
Note that emis.tar has a size of more than half a Gbyte, so
install it in a directory with sufficient space:
tar xvf emis.tar
The following directory strucuture is created:
EMIS/DOC/ # documentation
EMIS/Standard/CH4
EMIS/Standard/CO # EDGAR CO emission data files
EMIS/Standard/NH3 # EDGAR NH
emission data files
EMIS/Standard/NMV # EDGAR NMV emission data files
EMIS/Standard/NOX # EDGAR NO
emission data files
EMIS/Standard/SO2 # EDGAR SO
emission data files
EMIS/Standard/ORIGINALS # Various other input data files
EMIS/Standard/TOTOZunused # Ozone climatology
EMIS/Standard/SOURCE # Fortran sources
EMIS/Standard/SCRIPTS/ # shell scripts
Now you need to set a few parameters in file makeinput.sc in subdirectory EMIS:
- Set emisdir to the directory where you installed, e.g.
set emisdir = ${SCRATCH}/TM3/EMIS.
- Set TMSCRATCH to the directory where you keep temporary output for
running TM. This should be in a quite different location than $emisdir, e.g.
setenv TMSCRATCH ${SCRATCH}/TM3/TEMPEMIS/
This directory should exist before you start preprocessing emission data:
mkdir $TMSCRATCH
- Set the way the hdf libraries are included while compiling.
On KNMI's linux machines :
set LIBS = "-L /usr/local/free/lib -l mfhdf -l df -l z -l jpeg"
On KNMI's irix machines :
set libdir = /net/bgwd46/usr/people/as/lib/LIBtm3std
set LIBS = "$libdir/libmfhdf.a $libdir/libdf.a $libdir/libz.a"
Next: Running the software
Up: Software
Previous: Software
Peter van Velthoven
2003-10-27