Skip to content

Instantly share code, notes, and snippets.

@prl900
Created January 7, 2020 12:12
Show Gist options
  • Save prl900/8f070083235ed9ab920f7bf3eb8795d7 to your computer and use it in GitHub Desktop.
Save prl900/8f070083235ed9ab920f7bf3eb8795d7 to your computer and use it in GitHub Desktop.
#!/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