This directory contains a program to be modified to compute 
    advection/diffusion of tracers in a 2D x-z framework.

Main program : TD3maquette.F90

It makes use of iotd* which write outputs in NetCDF format.

The TD3maquette.F90 includes a cpp line.
#undef IONC
When set to undef, TD3maquette.F90 only writes ascii and can
be computed alone with gfortran TD3maquette.F90
If
#define IONC
then then the compilation should edit links with the Netcdf library.

In this case, you can compile either with the small script
compile.x TD3maquette
Executable will be TD3maquette.exe

Or you can use the much more powerfull make commande.
For that, you should first create a "makefile" :
./make_make > makefile
Then
make TD3maquette
Executable will be TD3maquette.e

You have to update the makefile only if you change the names of Fortran
files in the directory or if you add fortan files.
