44 | | In essence, the dictionary is a comma-sepparated text file (csv), that by default is identified with the same name than the argument `dataset` of the `loadSeasonalForecast` function. The dictionaries for the currently available datasets are included in the `ecomsUDG.Raccess` package, within the ''dictionaries'' folder. The dictionaries are read internally by `loadSeasonalForecast` to undertake the conversions needed for returning the standard variables, so by default, the user does not need to worry about it. In case an interested user wants to inspect a particular dictionary, he/she can proceed as follows: |
| 44 | In essence, the dictionary is a comma-separated text file (csv) that, by default, is identified with the same name than the argument `dataset` of the `loadSeasonalForecast` function. The dictionaries for the currently available datasets are included in the `ecomsUDG.Raccess` package, within the ''dictionaries'' folder. The dictionaries are read internally by `loadSeasonalForecast` to undertake the conversions needed for returning the standard variables, so by default, the user does not need to worry about them. In case an interested user wants to inspect a particular dictionary, he/she can proceed as follows: |