Table of Contents
This page is under construction!
The objective:
Info | ||
---|---|---|
| ||
In this area we are only focusing on MARS efficiency issues ie to investigate and present what is the most efficient way to loop over several requests for retrieving CMA reforecast data. |
...
Info |
---|
The data is organised as a huge tree, with the indentation showing different levels down that tree:
So that would be the natural way to group requests: all parameters, all levels, all members, all time-steps for 1 date. Note that when I refer to 'all', I mean 'all' that the user wants. It |
What would be the natural way to group requests:
Info |
---|
The natural way to group requests would be: Note the following:
|
What is the most efficient way to loop over several CMA requests?
...
Info | ||
---|---|---|
| ||
Taking under consideration what has been presented above if you need to loop in a |
...
MARS request, follow the hierarchy below |
...
Info | |
---|---|
title | The main idea in brief:
|
...
A more practical example on how to request Control forecast, pressure levels, for years 2010-2014 for month April and June
Info | ||
---|---|---|
| ||
for each year from 2010 to 2014 for months April, June |
...