geodynamics / mineos

Mineos computes synthetic seismograms in a spherically symmetric non-rotating Earth by summing normal modes.
http://geodynamics.org/cig/software/mineos/
GNU General Public License v2.0
24 stars 19 forks source link

We are pleased to announce the version 1.0.2 release of Mineos. Mineos computes synthetic seismograms in a spherically symmetric non-rotating Earth by summing normal modes.

To build Mineos, you will need a Fortran compiler. If you are running Linux, you should be able to get gfortran from your distribution. If you are running Windows, the easiest way is to install Cygwin (cygwin.com). If you are running Mac OS X, you can download a Fortran compiler from

http://hpc.sourceforge.net

Once you have a fortran compiler, run configure

./configure

If it can not find the Fortran compiler, you can tell it where it is with the FC variable

./configure F77=/path/to/fortran/compiler

If that succeeds, then run "make" to build Mineos.

The file INSTALL has more detailed instructions on how to build Mineos.

The manual is at https://geodynamics.org/resources/mineos.

Please report any bugs by opening an issue in the project's GitHub repository at geodynamics/mineos.

If you have any questions about the software, please post on the CIG forums at: https://community.geodynamics.org/

MINEOS is free software. See the file COPYING for copying conditions.