Versions Compared

Key

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

...

  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
  2.  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 Block
    mars --token da7y37f1d5c7494662e36df034bn6323 --email john.smith@email.me


Run a sample MARS retrieval

...