...
Info |
---|
Following the previous paragraph, 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 explained above, if you need to loop in several CMA MARS request, the best approach would be the following:
|
...
What is the best approach to loop over several dates and hincast-dates for a CMA request?
Info | ||
---|---|---|
| ||
for date in datesdate-list for hindcast in hindcast-dates-list |
...
An example to request Control forecast, pressure levels, for years 2010-2014 for 2 months (eg April and June)
Info | ||
---|---|---|
| ||
for each year from 2010 to 2014 for months April, June |
...