msiNcSubsetVar ( msParam_t *  varNameParam,
msParam_t *  ncidParam,
msParam_t *  ncInqOutParam,
msParam_t *  subsetStrParam,
msParam_t *  outParam,
ruleExecInfo_t *  rei 
)
Description:
NETCDF subsetting operation
Module:
core
Since:
3.2
Author:
Mike Wan
Date:
2012
Example Usage:
See clients/icommands/test/rules3.0/netcdfTest1.r, netcdfTest2.r and netcdfTest3.r.
Parameters:
[in] varNameParam - A STR_MS_T containing the name of a variable for subsetting.
[in] ncidParam - An INT_MS_T containing the ncid
[in] ncInqOutParam - A NcInqOut_MS_T which is the output of msiNcInq.
[in] subsetStrParam - A STR_MS_T containing the subsetting string. The format of the string is dimVariable[start:stride:end]. e.g., *subsetStr="time[10:1:12] depth[3:1:3] lat[20:1:21] lon[30:1:34]"
[out] outParam - A NcGetVarOut_MS_T containing the output of the subsetting
Session Variables Used:
none
Session Variables Modified:
none
iCAT Attributes Used:
none
iCAT Attributes Modified:
none
Side Effect:
none
Returns:
integer
Return values:
0 upon success
Precondition:
N/A
Postcondition:
N/A
See also:
N/A

Definition at line 2672 of file reNetcdf.c.

Generated on Sat Nov 16 22:18:04 2013 for iRODS Documentation by  doxygen 1.6.3