This page is under construction!
A good understanding of the MARS efficiency issues is essential especially for users that are interested in downloading large amounts of data. The aim of this page is to help users to improve their MARS requests performance focusing in CMA reforecast MARS requests. |
First you need to understand how the S2S data is organised in MARS. In general it is organised, as a huge tree, with the indentation below, showing different levels down that tree:
|
Following the previous paragraph, the natural way to group requests would be:
|
for date in date-list |
for each year from 2010-03-01 to 2010-03-31 |
for year in years (firstly iterate over years) your-request (includes the levels, parameters, steps etc) |
for each year from 2010 to 2014 for months April, June |
for year in years (firstly iterate over years) your-request (includes the levels, parameters, steps etc) |
for each year from 2010 to 2014 for months April, June |
for each year from 2010 to 2014 for months April, June |
old below:
---------------
For pf is not efficient to do: |
for each year from 2010 to 2014 for months April, June |
old below:
---------------
For pf is not efficient to do: |