Versions Compared

Key

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

...

Expand
titlesolution
retrieve, 
    type     = forecast, 
    param    = t, 
    date     = -2,
    time     = 12,
    step     = 48, 
    grid     = 48, 
    levelist = 1000/500/300,
    levtype  = pl,
    target   = "t.gg.grb"

...

Expand
titlesolution
retrieve, 
    type     = forecast,
    param    = t,
    date     = -2,
    time     = 12,

    levelist = 1000/500/300,
    levtype  = pl,
    step     = 48,
    grid     = 1.5/1.5,
    target   = "t.ll.grb"

...

Expand
titlesolution
retrieve,
    type     = fc,
    param    = t,
    date     = -2,
    time     = 12,
,
    levelist = 1000/500/300,
    levtype  = pl,
    step     = 48,
    grid     = 1.5/1.5,
    area     = e,
    target   = "t.europe"

...