Versions Compared

Key

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

...

SatelliteInstrumentSatellite IDInstrument TypechannelChannelCentral wavelength (μm)Description
Meteosat-10

SEVIRI (Spinning Enhanced Visible and InfraRed Imager)

5720756.30Water Vapour at ~300 hPa
67.36Water Vapour at ~500 hPa
910.79Window (cloud top or surface)Infra-red

GRIB encoding

The simulated satellite data fields are encoded in GRIB edition 2 with the parameter set to Cloudy brightness temperature:

...

The fields are stored on the model O1280 octahedral reduced Gaussian grid.  Any MARS post-processing keywords, such as AREA or GRID can be applied to the request to interpolate the fields to lower resolutions or geographical sub-areas.

...

History of simulated satellite images at ECMWF

...

Prior to the implementation of IFS cycle 41r2, the simulated satellite images were stored in MARS with TYPE=SIM and REPRES=SV (Space View) for the IDENT, INSTRUMENT and CHANNEL as specified in the table below.

NameOperatorSectorLongitudeSinceSatellite IDInstrumentinstrument typeChannelCentral
wavelength
(μm)
Dimensions
(pixels)
Satellite
subpoint
(pixels)
Meteosat-7EUMETSATIndian Ocean54.5° E2009-03-1054MVIRI20526.342500x25001250x1250
311.52
GOES-13NOAAWest Atlantic75.0° W2010-04-09257Imager61536.541250x1250625x625
410.67
MTSAT-2JMAWest Pacific145.0° E2011-01-25172JAMI294210.81250x1250625x625
46.8
GOES-15NOAAEast Pacific135.0° W2012-04-25259Imager61536.551250x1250625x625
410.68
Meteosat-10EUMETSATEast Atlantic2013-01-1457SEVIRI20756.301856x1856928x928
67.36
910.79

These products have been encoded using GRIB edition 1.

An example MARS request for retrieving the old-style (pre-IFS cy41r2) simulated satellite images at all post-processing time steps to day 5 and for a forecast date "YYYYMMDD" prior to 20160308 is:

Code Block
RETRIEVE,
    CLASS = OD, 
    TYPE = SIM,
    STREAM = OPER,
    EXPVER = 0001,
    REPRES = SV,
    DATE = YYYYMMDD,
    TIME = 0000,
    STEP = 0/3/6/9/12/15/18/21/24/27/30/33/36/39/42/45/48/54/60/66/72/78/84/90/96/102/108/114/120,
    DOMAIN = G,
    CHANNEL = 9,
    IDENT = 57,
    INSTRUMENT = 207,
    TARGET = ”old_simulated_meteosat-10.channel9.grib”