getm-1.8 included header files instead of using module files.
I assume (but do not know) that in former times it was sufficient to
specify MPIINC. Now you definitely have to specify MPILIBDIR. ifort
needs these information to compile the mpi code.
Since you are using MPICH2 you only have to export MPI=MPICH2 (as
Fatemeh already suggested). Then instead of ifort the container mpif90
will compile GETM and inherently knows the necessary mpi information.
> second my question:
> is it possible to have section with unequal wides? ( my domain is
> 583*123, is it possible to run it on 4 processors with 3 sections
> 134*123, and a 136*123 section?)
GETM is designed to have the same size for all subdomains.
Knut