Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A web API example requesting data for several hindcastDates (iterating over several hindcastYears, hindcastMonths and hindcastDays)

 

Info
  • The objective of this example is to demonstrate how to make a MARS request efficient by iterating properly. 
  • It can be used as a starting point however you need to adapt it to your needseg:
    • to set the keyword values (eg hindcastYear)  according to your needs. 
    • don't forget to check CMA availability (warning)
    • to make it more "pythonic" (wink)

(grey lightbulb) By setting the variable "target" accordingly you can have each hindcastDate to be written on a separate file .

...