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

Couldn't fetch submodule DEMO by git clone #11

Closed SuwenJunliu closed 4 months ago

SuwenJunliu commented 1 year ago

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 for path 'DEMO'
Cloning into '/media/junliu/mineos/test/mineos/DEMO'...
fatal: Unable to look up vcs.geodynamics.org (port 9418) (Name or service not known)
fatal: clone of 'git://vcs.geodynamics.org/mineos_data' into submodule path '/media/junliu/mineos/test/mineos/DEMO' failed
Failed to clone 'DEMO'. Retry scheduled

It is the same issue as #9, but it seems to be caused by a different reason. I tried to clone the repository directly by

git clone git@vcs.cse.ucdavis.edu:mineos_data

and it shows

Cloning into 'mineos_data'...
git@vcs.cse.ucdavis.edu: Permission denied (publickey,hostbased).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

So I guess I don't have the right to access the repository. I also check the website of Geodynamics, but it ends up with this repo after searching. Is there any way to get the DEMO data (Such as Zenodo)?

SuwenJunliu commented 4 months ago

Dear all, I recently came across this GitHub repository and was pleasantly surprised to find that it is still actively maintained. Thanks for the Merge for the DEMO folder (#12 ), Mineos works pretty well.

However, I noticed a minor discrepancy regarding the link provided in the 'about' section of the repository. The address listed, geodynamics.org/cig/software/mineos/, seems to be inaccessible. It would be helpful to update it to https://geodynamics.org/resources/mineos, as stated in the new README.md. This adjustment could prevent any confusion for future users.

Due to the Merge, issue #9 and this issue can now be closed.

Thank you once again for your valuable contributions.