msiNcCreate ( msParam_t *  inpParam1,
msParam_t *  inpParam2,
msParam_t *  outParam,
ruleExecInfo_t *  rei 
)
Description:
Create an iRODS data object for netcdf operation (equivalent to nc_create)
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] inpParam1 - A STR_MS_T for the dataObj path to create.
[in] inpParam2 - A STR_MS_T or INT_MS_T for the mode of the open. valid values are given in netcdf.h - NC_NOCLOBBER, NC_SHARE, NC_64BIT_OFFSET, NC_NETCDF4, NC_CLASSIC_MODEL.
[out] outParam - a msParam of type INT_MS_T containing the ncid of the opened object.
[in,out] rei - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation.
Session Variables Used:
none
Session Variables Modified:
none
iCAT Attributes Used:
none
iCAT Attributes Modified:
none
Side Effect:
none
Returns:
integer
Return values:
positive on success
Precondition:
none
Postcondition:
none
See also:
none

Definition at line 131 of file reNetcdf.c.

Generated on Sat Nov 16 22:27:08 2013 for iRODS Documentation by  doxygen 1.6.3