61 | | Note that the names of the columns are important (not so their relative order), because the loadData.R and loadObservations.R functions will perform the conversion of the variable to the standard format by finding the corresponding values by the name of the columns. |
| 61 | Note that the names of the columns are important (not so their relative order), because the `loadData` and `loadObservations` R functions will perform the conversion of the variable to the standard format by finding the corresponding values by the name of the columns. |
| 62 | |
| 63 | |
| 64 | == Forecast Datasets == |
| 65 | |
| 66 | There is a special case in which the use of the dictionary is not needed. Because of the large size of the forecast databases, it is assumed that these data will never be locally stored, but accessed through the SPECS-EUPORIAS THREDDS Data Server. For this reason, for instance the variables of the System4 model, loaded via the `loadSystem4` function, will always be automatically transformed by the function in order to match the units defined in the vocabulary. |
| 67 | |
| 68 | |
| 69 | |