INTERFACE:
subroutine ncd_putatt_char(ncid,varid,attrib,value,xtype)DESCRIPTION:
put character 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 character(len=*) ,intent(in) :: value ! netcdf attrib value integer,optional ,intent(in) :: xtype ! netcdf data typeREVISION HISTORY:
LOCAL VARIABLES: