Versions Compared

Key

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

...

  • the 12 hour forecast

    Expand
    titlesolution
    retrieve,
        type    = fc,
        date    = -1,
        time    = 12,
        step    = 12,
        levtype = pl,
        level   = 1000,
        param   = z,
        target  = "z1000_a"
    


  • the 6, 12, 24 and 48 hour forecasts

    Expand
    titlesolution
    retrieve,
        type    = fc,
        date    = -1,
        time    = 12,
        step    = 6/12/24/48,
        levtype = pl,
        level   = 1000,
        param   = z,
        target  = "z1000_b"


  • the 12 hour to 240 hour forecasts at 12 hour intervals

    Expand
    titlesolution
    retrieve,
        type    = fc,
        date    = -1,
        time    = 12,
        step    = 12/to/240/by/12,
        levtype = pl,
        level   = 1000,
        param   = z,
        target  = "z1000_c"
    


  • all forecast time-steps

    Expand
    titlesolution
    retrieve,
        type    = fc,
        date    = -1,
        time    = 12,
    #   step    = all, # The value "all" is convenient to use but MARS can only report on missing steps if 
    # the full list of steps is specified:
    step = 0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36/37/38/39/40/41/42/43/44/45/46/47/48/49/50/51/52/53/54/55/56/57/58/59/60/61/62/63/64/65/66/67/68/69/70/71/72/73/74/75/76/77/78/79/80/81/82/83/84/85/86/87/88/89/90/93/96/99/102/105/108/111/114/117/120/123/126/129/132/135/138/141/144/150/156/162/168/174/180/186/192/198/204/210/216/222/228/234/240,
    levtype = pl,
    level = 1000,
    param = z,
    target = "z1000_d"


ENS Overlap

...