Changes between Version 60 and Version 61 of udg/ecoms/RPackage/examples
- Timestamp:
- Sep 2, 2014 6:17:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v60 v61 15 15 * [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. 16 16 17 {{{#!comment 18 * [wiki:./globalSelection EXAMPLE 3: Global selection]: An example or global domain selection using WFDEI 19 }}} 20 17 21 In the particular case of global domain selections (`lonLim` and `latLim` arguments set to `NULL`) for forecast data, it is recommended that only single-member, single-year selections are performed, due to the large size of this type of requests. 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. 18 22 … … 20 24 == Additional examples 21 25 22 * [wiki:./ globalSelectionEXAMPLE 3: Calculating multi-member bias]: A worked example on how to compute the bias of several members of a forecast (CFS) against an observed reference (WFDEI)26 * [wiki:./bias EXAMPLE 3: Calculating multi-member bias]: A worked example on how to compute the bias of several members of a forecast (CFS) against an observed reference (WFDEI) 23 27 24 28