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: