Changes between Version 56 and Version 57 of udg/ecoms/RPackage/examples
- Timestamp:
- Jun 17, 2014 3:44:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v56 v57 12 12 * [wiki:./pointSelection EXAMPLE 1: Single Point Selections]: Objects in this case are relatively small because the longitude and latitude dimensions are dropped. As a result, it is possible to load all members (in the case of forecast datasets) for the whole time span (typically around 30 years) without memory problems. 13 13 * [wiki:./continentalSelection EXAMPLE 2: Regional-Continental Domain Selections]: Depending on the size of the spatial window, it may be possible to access all members, but preferably a few members should be selected, and time spans no longer than one decade. 14 15 {{{#!comment 14 16 * [wiki:./globalSelection EXAMPLE 3: Global Domain Selections]: It is recommended that in this case single-member, single-year selections are done. 17 }}} 15 18 16 19 Note that this is just an approximate recommendation. Object sizes also depend on the spatial resolution (CFS has approximately 1º horizontal res., while System4 is 0.75º and WFDEI 0.5º). Similarly, while GCM data will normally return data for the whole Earth (including oceans) for most variables, many observational datasets (like WFDEI) provide only data for land areas.