Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Confirmed.

Table of Contents

Info

See Brief request syntax to understand each keyword.

MACC Near-Realtime Surface

CAMS real-time surface forecast

Total aerosol optical depth at 550 nmTotal column Carbon monoxide, total column Carbon monoxide, 120 steps 11 frist first days of November. dataset browserJune 2016, see also ECMWF Public Dataset web interface

Code Block
languagepy
#!/usr/bin/env python
from ecmwfapi import ECMWFDataServer
   
server = ECMWFDataServer()
   
server.retrieve({
    'stream'    : "oper",
    'levtype'   : "sfc",
    'param'     : "126.210/127.210aod550",
    'dataset'   : "macccams_nrealtime",
    'step'      : "0/3/6/9/12/15/18/21/24/27/30/33/36/39/42/45/48/51/54/57/60/63/66/69/72/75/78/81/84/87/90/93/96/99/102/105/108/111/114/117/120",
    'expver'    : "0001",
    'time'      : "00",
    'date'      : "20142016-1106-01/to/20142016-1106-11",
    'type'      : "fc",
    'class'     : "mc",
     'target'    : "macccams_nrealtime_2014-11-01to2014-11-11_00.grib"
})