source: flex_extract.git/python/pythontest/TestInstallTar/test_untar/python/testecmwfapi.py @ 2fb99de

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

introduced config with path definitions and changed py files accordingly; Installation works; some tests were added for tarball making; Problems in submission to ecgate

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