mineos
mineos copied to clipboard
Mineos computes synthetic seismograms in a spherically symmetric non-rotating Earth by summing normal modes.
When distributing software using the GNU autotools system, it is usual to also distribute the `configure` script so that end-users don't need to install the whole autotools system themselves. Currently...
The command: git clone --recursive https://github.com/geodynamics/mineos.git works for mineos but fails for the "DEMO" submodule: ``` Submodule 'DEMO' (git://vcs.geodynamics.org/mineos_data) registered for path 'DEMO' Cloning into '/Users/andreww/Code/mineos/DEMO'... fatal: unable to connect...
I can not run the ./configure successfully. Felixs-iMac:mineos-1.0.2 felix$ ./configure FC=ifort checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir...
Hi everyone, I try to compute synthetic seismogram for receiver's place at depth 0, 50,100...300km, but seismogram is same. I put these depths in .sitechan file and elev is 0.0...
Hi there, Recently I'm using the latest mineos1.0.2 for Mac and also windows version to calculate the phase velocity for fundamental mode Rayleigh waves. And I found that it does...
When n=81, l=83, the results from minos_bran are NaNs. This problem occurs when I use the following input: input model file: ../models/prem_noocean.txt output file: prem_noocean_S eigenfunction file (output): eprem_noocean_S enter...
I copied the data from https://geodynamics.org/resources/mineos/supportingdocs into the repository in the directory demo-data. I also removed the submodule DEMO folder, I hope that won't make any problems.
Hi there, When I clone this repository by ``` git clone --recursive https://github.com/geodynamics/mineos.git ``` It works for Mineos but fails for DEMO, and it shows ``` Submodule 'DEMO' (git://vcs.geodynamics.org/mineos_data) registered...