You may start with the examples available on ERA-interim sample scripts or by creating your request using our Datasets Web Interface . Please note the following |
You may start with the examples available on ERA-interim sample scripts or by creating your request using our Datasets Web Interface . Please note the following:
#!/usr/bin/env python from ecmwfapi import ECMWFDataServer server = ECMWFDataServer() server.retrieve({ "stream": "oper", "levtype" : "sfc", "param": "165.128/41.128", "dataset" : "interim", "step":"0", "grid" : "0.75/0.75", "time" : "00", "date" : "2013-09-01/to/2013-09-30", "type" : "an", "class" : "ei", "target" : "data.grib" }) |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.