next up previous contents
Next: ncd_inqdid Up: Fortran: Module Interface ncdioMod Previous: ncd_enddef   Contents

ncd_setfill


INTERFACE:

   subroutine ncd_setfill(ncid,mode,old_mode,cstring,usepio)
DESCRIPTION:

setfill netcdf file


ARGUMENTS:

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




Erik Kluzek 2010-06-21