...
Info |
---|
Following the previous paragraph, the natural way to group requests would be: Note the following:
|
Best practices:
To loop over several hindcastDates for a CMA request
...
Info | ||
---|---|---|
| ||
for hindcastDate in hindcastDateList (eg, 2010-03-01 to 2010-03-31) |
To get all
...
hindcastDates for several hindcastYearsfor a CMA request
Info | ||
---|---|---|
| ||
The best approach is to iterate over the hindcastYears. For each hindcastYear iterate over all the available hindcastMonths and for each hindcastMonth iterate over all the available hindcastDays. At this point you may wish to check CMA availability and to view a CMA request |
...