nc_attcopy copies a given attribute into a different NC file.
Return Value
ret is -1 if an error occurs, otherwise ret is 1.
Parameters
varid_in is a variable Id or -1 for a global attribute.
name is the attribute name. If an empty string (“”) is specified, all attributes of varid_in will be copied to varid_out.
ncid_out is the handle of the output NC file.
varid_out is the target variable Id or -1 for a global attribute.
bInternal.
History
| Version | Description |
|---|---|
| 5.6.0 | New parameter bInternal. |
| 5.3.2 | New. |
See also
id-1245074