INTERFACE:
integer function zio_nf__comm(iocomm)DESCRIPTION:
Sets the communicator for netCDF I/O to the communicator associated with I/O staging communicator object iocomm. Specific to the parallel netCDF library being developed at NERSC.
REVISION HISTORY:
2003-Jan-31 -- first prototypeINPUT PARAMETERS:
implicit none
integer, intent(in) :: iocomm ! I/O staging comm object
\