Versions Compared

Key

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

...

Retrieve wind components for tomorrow at 12:00 and 18:00 from yesterday's 12Z forecast at all 137 model levels  > see in Catalogue

Expand
titlesolution
retrieve,
    type     = forecast, 
    param    = u/v, 
    levtype  = model level,
    levelist = 1/to/137,
    date     = -1,
    time     = 12,
    step     = 48/54, 
    target   = "wind"

...

Expand
titlesolution
retrieve,
    class   = od,
    type    = analysis,
    levtype = surface,
    date    = -1,
    time    = 00/06/12/18,
    param   = z/sp,
    target  = "all.an"

Repeat the previous retrieves for the same month but in 1994. (solution)

Retrieve surface pressure and surface thermal radiation downwards at every 12-hour time-step for the 12Z forecast from two days ago  > see in Catalogue

...