next up previous contents
Next: zio_nf_def_dim Up: Module zio_netcdf77 (Source File: Previous: zio_nf_copy_att

zio_nf_create

INTERFACE:

         integer function zio_nf_create(path,cmode,iocomm,filedesc)
DESCRIPTION:

Creates 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) :: cmode         ! cmode in netCDF format
         integer, intent(in) :: iocomm        ! I/O comm obj
OUTPUT PARAMETERS:
         integer, intent(out):: filedesc      ! created filedesc

\



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