source: flex_extract.git/Testing/Installation/Api_testscripts/test_ecmwfapi_member.py @ 73308e0

ctbtodev
Last change on this file since 73308e0 was 73308e0, checked in by Anne Philipp <anne.philipp@…>, 4 years ago

updated file execution permissions and removed tabs; corrected output of makefile in local application mode

  • Property mode set to 100755
File size: 462 bytes
Line 
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3
4from ecmwfapi import ECMWFService
5
6server = ECMWFService('mars')
7
8server.retrieve({
9 'stream'    : "oper",
10 'levtype'   : "sfc",
11 'param'     : "165.128/166.128/167.128",
12 'dataset'   : "interim",
13 'step'      : "0",
14 'grid'      : "0.75/0.75",
15 'time'      : "00/06/12/18",
16 'date'      : "2014-07-01/to/2014-07-31",
17 'type'      : "an",
18 'class'     : "ei",
19 'target'    : "download_erainterim_ecmwfapi.grib"
20})
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG