next up previous contents
Next: ncd_putatt_char Up: Fortran: Module Interface ncdio_pioMod Previous: ncd_inqvdids   Contents

ncd_putatt_int


INTERFACE:

   subroutine ncd_putatt_int(ncid,varid,attrib,value,xtype)
DESCRIPTION:

put integer attributes


ARGUMENTS:

     implicit none
     type(file_desc_t),intent(inout) :: ncid      ! netcdf file id
     integer          ,intent(in)    :: varid     ! netcdf var id
     character(len=*) ,intent(in)    :: attrib    ! netcdf attrib
     integer          ,intent(in)    :: value     ! netcdf attrib value
     integer,optional ,intent(in)    :: xtype     ! netcdf data type
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15