Changes between Version 29 and Version 30 of udg/ecoms/RPackage/examples
- Timestamp:
- May 24, 2013 6:30:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v29 v30 266 266 {{{ 267 267 > list.files("./datasets/reanalysis/Iberia_NCEP/") 268 [1] "NCEP_Q850.nc" "NCEP_SLPd.nc" "NCEP_T850.nc" "NCEP_Z500.nc" 269 270 }}} 271 268 [1] "Iberia_NCEP.dic" "NCEP_Q850.nc" "NCEP_SLPd.nc" "NCEP_T850.nc" "NCEP_Z500.nc" 269 270 }}} 271 272 Note that the dictionary for this dataset (''Iberia_NCEP.dic'') has also been included in the directory. 272 273 273 274 The function `makeNcmlDataset` is used to conveniently aggregate the required information so that the inventory/loading functions point to the NcML rather that to the netCDF files. The following call to the function wll create the NcML file in the same directory where the netCDF files are stored: