Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column


Code Block
languagepy
titleera-interim.py
#!/usr/bin/env python
from ecmwfapi import ECMWFDataServer
   
server = ECMWFDataServer()
   
server.retrieve({
    'stream'    : "oper",
    'levtype'   : "sfc",
    'param'     : "165.128/41.128",
    'dataset'   : "interim",
    'step'      : "0",
    'grid'      : "0.75/0.75",
    'time'      : "00",
    'date'      : "2013-09-01/to/2013-09-30",
    'type'      : "an",
    'class'     : "ei",
    'target'    : "interim_2013-09-01to2013-09-30_00.grib"
})



Column


Code Block
titleera-interim.mars
retrieve,
   stream=oper,
   levtype=sfc,
   param=165.128/41.128,
   dataset=interim,
   step=0,
   grid=0.75/0.75,
   time=00,
   date=2013-09-01/to/2013-09-30,
   type=an,
   class="ei",
   target="interim_2013-09-01to2013-09-30_00.grib"





Content by Label
showLabelsfalse
max10
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "webapi-faqs" and label in ("job","mars") and type = "page" and space = "UDOC"
labelskb-how-to-article

...