Skip to content

Commit 3ba82ff

Browse files
committed
remove ECMWF_old + add more comments
+ remove the unused [ECMWF_old] + add more comments on [CDS] and [ECMWF] for clearance.
1 parent 804b884 commit 3ba82ff

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyaps3/model.cfg

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# vim: set filetype=cfg:
22
#####key for ECMWF in Climate Data Store Application Program Interface
33
#Get it from https://retostauffer.org/code/Download-ERA5/
4+
#for ERA5
45
[CDS]
56
key = your-uid:your-api-key
67

7-
#The key to the new server for ECMWF
8-
##Get it from https://software.ecmwf.int/wiki/display/WEBAPI/Accessing+ECMWF+data+servers+in+batch
8+
#####The key to the new server for ECMWF
9+
#Get it from https://software.ecmwf.int/wiki/display/WEBAPI/Accessing+ECMWF+data+servers+in+batch
10+
#for ERA-Interim [outdated]
911
[ECMWF]
1012
email = the-email-address-used-as-login@ecmwf-website.org
1113
key =
1214

13-
#####Passwd and key for download from ecmwf.int. Old version.
14-
[ECMWF_old]
15-
email = the-email-adress-used-as-login@ecmwf-website.org
16-
key =
17-
1815
#####Passwd and key for download from ucar
1916
[ERA]
2017
email = the-email-adress-used-as-login@ucar-website.org

0 commit comments

Comments
 (0)