D-R-A-F-T
Performance Enhancements
Redimensioning SED2D
There are several arrays whose size can be modified, and it should be determined by
your problem and the system on which you are running SED2D. These array
dimensions can be changed in the source code by editing the SED2D include file and
recompiling. The array dimension variables are as listed in the table below.
Variable
Description
MNN
Maximum number of nodes
MNE
Maximum number of elements
MNEQ
Maximum number of system
MNL
Maximum number of clay bed layers
MNFE
Maximum number of matrix columns
MBUF
Buffer size
MCCN
MNSPRT
Maximum number of special print
MQAL
Maximum number of quality
MBNP
Maximum number of BC buffer nodes
MBB
Maximum number of BC buffer cells
Compiling SED2D WES
SED2D WES is a FORTRAN-77 program with some FORTRAN-90 inhancements
that can be compiled on any computer where a FORTRAN compiler resides. The
exact command for compiling SED2D WES on your computer will depend upon the
brand of your compiler. In general, Unix based computers will use a command
similar to the following Fortran-77 command:
f77 -o sed2dv45.exe -O4 -static sed2dv45.f
132 Performance Enhancements
Users Guide To SED2D-WES