ncd_putatt Interface

public interface ncd_putatt

Module Procedures

private subroutine ncd_putatt_int(ncid, varid, attrib, value, xtype)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: ncid
integer, intent(in) :: varid
character(len=*), intent(in) :: attrib
integer, intent(in) :: value
integer, intent(in), optional :: xtype

private subroutine ncd_putatt_real(ncid, varid, attrib, value, xtype)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: ncid
integer, intent(in) :: varid
character(len=*), intent(in) :: attrib
real(kind=r8), intent(in) :: value
integer, intent(in) :: xtype

private subroutine ncd_putatt_char(ncid, varid, attrib, value, xtype)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: ncid
integer, intent(in) :: varid
character(len=*), intent(in) :: attrib
character(len=*), intent(in) :: value
integer, intent(in), optional :: xtype