forked from insarlab/PyAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model.cfg
30 lines (25 loc) · 960 Bytes
/
model.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# vim: set filetype=cfg:
#####key for ECMWF in Climate Data Store Application Program Interface
#Get it from https://retostauffer.org/code/Download-ERA5/
[CDS]
key =
#The key to the new server for ECMWF
##Get it from https://software.ecmwf.int/wiki/display/WEBAPI/Accessing+ECMWF+data+servers+in+batch
[ECMWF]
email = the-email-address-used-as-login@ecmwf-website.org
key =
#####Passwd and key for download from ecmwf.int. Old version.
[ECMWF_old]
email = the-email-adress-used-as-login@ecmwf-website.org
key =
#####Passwd and key for download from ucar
[ERA]
email = the-email-adress-used-as-login@ucar-website.org
key =
#####No username/password is required for NARR
[NARR]
#####Username and password for download from NASA Earthdata
##pre-authorize the "NASA GESDISC DATA ARCHIVE" application in your account to download MERRA2
[MERRA]
user = the-user-name-used-as-login@earthdata.nasa.gov
password = the-password-used-as-login@earthdata.nasa.gov