|
7 months ago | |
---|---|---|
examples | 3 years ago | |
src | 7 months ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
LICENSE | 2 years ago | |
Makefile.am | 4 years ago | |
README.md | 7 months ago | |
configure.ac | 4 years ago |
Code to calculate synthetic stress/strain/tilt/gravitational fields on a layered viscoelastic halfspace.
PSGRN and PSCMP have been written by Rongjiang Wang.
Packaging has been done by Hannes Vasyura-Bathke.
autoreconf -i # only if 'configure' script is missing
./configure
make
sudo make install
Choose larger values in src/psgrn/psgglob.h
,
e.g.:
parameter(lmax=1000)
parameter(nrmax=4001)
Choose larger values in src/pscmp/pscglob.h
,
e.g.:
parameter(NZSMAX=5000,NRMAX=10000)
parameter(NPSMAX=40000)
parameter(NRECMAX=40000)
Recompile:
make clean
make
sudo make install