Skip to content

Latest commit

 

History

History
executable file
·
46 lines (33 loc) · 649 Bytes

README.md

File metadata and controls

executable file
·
46 lines (33 loc) · 649 Bytes

WRF data downloader

Scripts for download raw data for WPS in WRF,

Usage:

Add you account details:

  1. ECMWF: Add file to your home with the follow parameters. $HOME/.ecmwfapirc
{
    "url"   : "https://api.ecmwf.int/v1",
    "key"   : "XXXXXXXXXXXXXXXXXXXXXX",
    "email" : "*******@example.com"
}
  1. FNL: Change you email, password is asked in command line

  2. SST: Dont need account details

Run it

  • Run:
./ECMWF_ERA-Int_pl_downloader.R
./ECMWF_ERA-Int_sfc_downloader.R
./FNL_downloader.R
./SST_downloader.R
  • kill application:
jobs
kill %process number

Contacts:

ricardo88faria@gmail.com