This is the official ATIMA program containing the FORTRAN routines for calculation (version 1.2) and a java graphical user interface. You may download the program and install it under the following conditions:
I agree to the terms mentioned above and want to
1. download the zipped tarball atima_version.tar.gz
2. Unzip the code
> gzip -d atima_version.tar.gz
and untar it
>tar -xvf atima_version.tar
This will create a directory /Atima with many subdirectories.
3. Set the class path
export CLASSPATH=.:/YourHomeDir/Atima/Java:/YourHomeDir/Atima/Java/Atima/BasisModule:$CLASSPATH
Under shells, which do not support this syntax,
do the right thing, to make the environment variable CLASSPATH
available to the shell (setenv or whatever syntax is right).
4. Adjust the path names to the JNI header files in Atima/Java/Makefile
JNIPfad=/YourHomeDir/Atima/Java/JNIHeaderDateien
JNIPfad2=/YourHomeDir/Atima/Java/JNIHeaderDateien
5. Delete old versions of libraries and object files
in directory ./Atima/Java >make purge
6. Compile the code using the Makefile in Atima/Java
standard gcc, gfortran (g77), and sun (sdk) java compilers are needed,
in directory ./Atima/Java >make
7. Adjust the path in the first line of /YourHomeDir/Atima/JavaAtima
8. Start JavaAtima by calling /YourHomeDir/Atima/JavaAtima
Jörg Kunzendorf, Helmut Weick, 16.March 2014