Versions Compared

Key

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

...

It is required to setup the Linux ssh public key by following the instructions in the page: Add your SSH key pair to Morpheus

the key will be uploaded to the provisioned Linux Virtual Machines and the user can connect to it via ssh.

...

  1. In your web browser...
    1. Go to https://apps.ecmwf.int/v1/key
    2. Log in with your ECMWF user and password if you are not logged int already
    3. Copy your API key

     In a terminal (ssh or console) session on your new VM, run the following command to install your credentials on your account in this VM:

    Code Block
    mars --token <yourkey> --email <youremail>

    Example: if your API key is da7y37f1d5c7494662e36df034bn6323 and your email is john.smith@email.me :

    Code Blockmars --token da7y37f1d5c7494662e36df034bn6323 --email john.smith@email.me
    1. the contents of .ecmwfapirc, containing your email address and key.
  2.  In your VM, create a file in your home directory called ~/.ecmwfapirc and paste the contents previously copied from the web.


Run a sample MARS retrieval

...