next up previous contents
Next: ncd_setfill Up: Fortran: Module Interface ncdioMod Previous: ncd_redef   Contents

ncd_enddef


INTERFACE:

   subroutine ncd_enddef(ncid,cstring,usepio)
DESCRIPTION:

enddef netcdf file


ARGUMENTS:

     implicit none
     integer         ,intent(in) :: ncid      ! netcdf file id
     character(len=*),intent(in) :: cstring   ! comment string
     logical,optional,intent(in) :: usepio    ! use pio lib
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2010-06-21