GOCAD Development Codes
1. UTAM Forward modeling codes:(Zhaojun Liu, 1998)
UTAM package allows you to execute the psvr4.f code (Yi Luo, 1989) pp4.f (Jerry Schuster and Jinlong Xu, 1989) and ve3dada.f (Yue Wang, 1997) through the GOCAD interface. You can install the UTAM modules:
- Download utam.tar.gz, and unfold this file by type "gzip -cd utam.tar.gz |tar -xvf ". Enter the dircetory which contains the unfolded files.
- Set parameter HOME to be the directory where you want to install UTAM modules. For an example,you can type "setenv HOME /home/zliu".
- Create a parallel tree for UTAM modeules by type "create-parallel-tree.sh -d $HOME/utam -c UTAM -n utam".
- Set up the enviorment parameters by type "source cshrc".
- Install UTAM modules by type "./install-utam".
You can click here to get the parallel tree and install it by yourself.
Report any problems or suggestions.