Go to the source code of this file.
|
class | mio::USERInterpolation |
| Reads user provided gridded data on the disk. The grids are all in the GRID2DPATH directory given in the [Input] section or in one of its sub-directories that is given as the algorithm's argument (optional). By default, the file extension is assumed to be ".asc" but it is possible to provide as second argument another file extension (then it is mandatory to also provide a sub-directory argument in first position). The files must be named according to the following schema: {numeric date with second resolution}_{capitalized meteo parameter}.{ext}, for example 20081201150000_TA.asc The meteo parameters can be found in MeteoData. Example of use: More...
|
|