source: flex_extract.git/Testing/Installation/Api_testscripts/test_cdsapi_pressurelevel.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 100644
File size: 328 bytes
Line 
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3
4import cdsapi
5
6c = cdsapi.Client()
7
8c.retrieve("reanalysis-era5-pressure-levels",
9{
10        "variable": "temperature",
11        "pressure_level": "1000",
12        "product_type": "reanalysis",
13        "year": "2008",
14        "month": "01",
15        "day": "01",
16        "time": "12:00",
17        "format": "grib"
18},
19"download_cdsapi.grib")
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG