next up previous contents
Next: zio_nf_put_att_double Up: Module zio_netcdf77 (Source File: Previous: zio_nf_inq_vartype

zio_nf_open

INTERFACE:

         integer function zio_nf_open(path,omode,iocomm,filedesc)
DESCRIPTION:

Opens a netCDF file using I/O staging communicator object iocomm. Returns the created file descriptor in filedesc.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
INPUT PARAMETERS:
         implicit none
         character(len=*), intent(in):: path
         integer, intent(in) :: omode         ! omode in netCDF format
         integer, intent(in) :: iocomm        ! I/O staging comm object
OUTPUT PARAMETERS:
         integer, intent(out):: filedesc

\



Yun (Helen) He
Tue Dec 9 16:16:02 PST 2003