Changes between Version 7 and Version 8 of udg/ecoms/RPackage
- Timestamp:
- May 22, 2013 1:25:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage
v7 v8 1 1 2 2 3 = = Overview of the R package under development ==3 = Overview of the R package under development 4 4 5 5 … … 8 8 9 9 10 == Vocabulary definition ==10 == Vocabulary definition 11 11 12 12 In order to set a common framework with a precise definition of the variables, the R package is based on the use of a vocabulary. Essentially, the vocabulary is simply a table containing the standard names of a number of variables commonly used in impact studies and downscaling applications. The naming conventions and the units are based on the standard name table provided by the [http://cf-pcmdi.llnl.gov/documents/cf-standard-names/standard-name-table/16/cf-standard-name-table.html/ NetCDF Climate and Forecast Metadata Convention]. The vocabulary consists of a table with: … … 34 34 35 35 36 == Dictionary ==36 == Dictionary 37 37 38 38 The dictionary is a table whose aim is twofold: … … 45 45 * `short_name`: this is the name with which the original variable has been coded in the dataset 46 46 * `time_step`: the time interval between consecutive times in the time dimension axis (in hours) 47 * `lower_time_bound`: lower time bound of the variable 48 * `upper_time_bound`: upper time bound of the variable. For instance, if a variable has identical lower and upper time bounds, it means that it is instantaneous.47 * `lower_time_bound`: lower time bound of the variable. This should be in hours. 48 * `upper_time_bound`: upper time bound of the variable. This should be in hours. For instance, if a variable has identical lower and upper time bounds, it means that it is instantaneous. 49 49 * `aggr_fun`: time aggregation function. Type of aggregation function applied to the variable between the lower and upper time bound. 50 50 * `offset`: constant summed to the original variable for units conversion (e.g.: offset = -273.15 for conversion from Kelvin to Celsius)