next up previous contents
Next: check_var Up: Fortran: Module Interface ncdio_pioMod Previous: ncd_pio_closefile   Contents

ncd_pio_createfile


INTERFACE:

   subroutine ncd_pio_createfile(file, fname)
DESCRIPTION:

Create a new NetCDF file with PIO


ARGUMENTS:

     implicit none
     type(file_desc_t), intent(inout) :: file    ! PIO file descriptor
     character(len=*),  intent(in)    :: fname   ! File name to create
REVISION HISTORY:
LOCAL VARIABLES:
     integer :: ierr
     character(len=*),parameter :: subname='ncd_pio_createfile' ! subroutine name
  -----------------------------------------------------------------------



Erik Kluzek 2011-06-15