Created
January 7, 2020 12:12
-
-
Save prl900/8f070083235ed9ab920f7bf3eb8795d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/g/data/xc0/software/python/miniconda2/bin/python | |
from ecmwfapi import ECMWFDataServer | |
server = ECMWFDataServer() | |
server.retrieve({ | |
"class": "mc", | |
"dataset": "cams_gfas", | |
"date": "2019-01-01/to/2019-12-31", | |
"expver": "0001", | |
"levtype": "sfc", | |
"param": "92.210", | |
"step": "0-24", | |
"stream": "gfas", | |
"area": "-10/112/-44/155", | |
"target": "GFASv12_2019.nc", | |
"format": "netcdf", | |
"time": "00", | |
"type": "ga", | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment