Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. How to create a working folder

  1. get the current working version of gm_sim_pkg by using git clone:

    $ git clone
    Code Block
    languagebash
    titleBash_code
    git clone git@github.com:ucgmsim/gm_sim_pkg.git



  2. download the lastest package from the FTP server: ftp://ucquakecore1p.canterbury.ac.nz/seisfinder/gmsim_pack_latest.tar.gz

    Code Block
    languagebash
    titleBash_code
    wget ftp://ucquakecore1p.canterbury.ac.nz/seisfinder/gmsim_pack_latest.tar.gz


    $ download script and ftpserver

  3. Go to the location where you cloned gm_sim_pkg, and use the install.sh to install the package just downloaded:
    $ ./install.sh gmsim_pack_latest.tar.gz event_date event_location event_magnitude
    e.g. $ ./install.sh gmsim_pack_latest.tar.gz 20100904 Darfield 7.1
  4. Follow the instruction shown on screen to create required Models and files.

...