source: flex_extract.git/source/pythontest/testecmwfapi.py @ 4971f63

ctbtodev
Last change on this file since 4971f63 was 25b14be, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

changed whole tree structure of flex_extract to have better overview

  • Property mode set to 100644
File size: 393 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4from ecmwfapi import ECMWFDataServer
5
6server = ECMWFDataServer()
7
8server.retrieve({
9    'dataset' : "interim",
10    'time'    : "00",
11    'date'    : "2013-09-01/to/2013-09-30",
12    'step'    : "0",
13    'type'    : "an",
14    'levtype' : "sfc",
15    'param'   : "165.128/41.128",
16    'grid'    : "0.75/0.75",
17    'target'  : "interim201309.grib"
18})
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG