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

ncd_close


INTERFACE:

   subroutine ncd_close(ncid,cstring,usepio)
DESCRIPTION:

close 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