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

ncd_redef


INTERFACE:

   subroutine ncd_redef(ncid,cstring,usepio)
DESCRIPTION:

redef 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