 
 
 
 
 
   
The TM5 model is shipped in the following directory structure:
    README          # First aid information.
    cy1/            # codes in cycle 1
        run-tm5     # Run script.
        base/       # Base source, including a default grid and dummy chemistry.
        proj/       # Modifications to the base source for special projects.
        rc/         # Sample rcfiles with settings for a particular run.
    cy2/            # codes in cycle 2
        ...
    doc/            # Documentation, probably outdated.
Do not mind about the 'CVS/' directories! Do not remove them either ... They are required for the version control.
The 'base/' directory and the subdirectories of 'proj/' contain subdirectories for Fortran sources and scripts:
base/srcThis is to keep Fortran files and scripts seperated.
base/bin
proj/chem/cbm4/src
proj/chem/cbm4/bin
: