Versions Compared

Key

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

...

Info

In general it is organised, as a huge tree, with the indentation below, showing different levels down that tree:

What would be the natural way to group requests?

Info

The idea is to request as much data as possible from the same tape file. The natural way to group requests would be:
all parameters, all members, all origins, all steps  for a time,  for a date, for a type of level

(warning) Note the following:

  1. 'all' means 'all' that the user wants. It doesn't have to be all parameters or all members
  2. If a user is interested only on z500,  he may request more dates in one go, since the overall request will not be so big.

Best practise to iterate over all  dates and all times for all levels (or for a particular level eg Pressure levels)

...