You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Simple retrieves

Retrieve 1000,850,700 and 500 hPa temperatures from the 15th of February 1999 12 UTC Analysis > see in catalogue 

retrieve,
    class    = od,
    type     = an, 
    expver   = 1,
    date     = 19990215,
    time     = 12,
    param    = t, 
    levtype  = pressure level,
    levelist = 1000/850/700/500,
    target   = "t.grb"

http://apps.ecmwf.int/services/mars/catalogue/?class=e4&stream=moda&expver=1&type=an&levtype=sfc

Retrieve wind components for tomorrow at 12:00 and 18:00 from yesterday's 12Z forecast at all 91 model level

    • retrieve wind components for tomorrow at 12:00 and 18:00 from yesterday's 12Z forecast at all 91 model levels (solution)
    • retrieve geopotential and surface pressure for yesterday's analysis cycles (00,06,12,18) (solution)
  • Repeat the previous retrieves for the same month but in 1994. (solution)
  • More retrieves
    • retrieve surface pressure and surface thermal radiation at every 12-hour timestep for the 12Z forecast from two days ago (solution)
    • retrieve the operational monthly mean model level temperature (all levels) from the 06:00 analysis for February 1997 (solution)
  • Postprocessing
    • retrieve the 1000,500 and 300 hPa temperatures for tomorrow at noon from the forecast of two days ago on an N48 Gaussian Grid (solution)
    • extract the same on a latitude/longitude grid, 1.5 by 1.5 degrees (solution)
    • extract Europe in the same way as in the previous retrieval. Compare the size of the resulting file with the previous one. (solution)
  • Observations
    • retrieve all the sea surface observations for the 4th of May 1996 (solution)
  • Ensemble forecasts
    • retrieve the surface temperature fields of the first 10 members of yesterday's ensemble prediction (type: perturbed forecast) for the next 3 days at noon. (solution)
    • do the same for the control forecast (solution)

ERA 40

Retrieve the vertical integral of eastward and northward heat flux as monthly means of daily means on a 1.125 by 1.125 degree latitude/longitude grid over Europe from the ERA 40 archive for January 1964

retrieve,
    class   = e4,
    stream  = moda,
    type    = an,
    levtype = sfc,
    date    = 19640101,
    param   = 69.162/70.162,
    area    = europe,
    grid    = 1.125/1.125,
    target  = "e4_moda_fluxes.grb"
  • No labels