shr_map_put Interface

public interface shr_map_put

Module Procedures

private subroutine shr_map_putCS(map, fldStr, cval, verify)

Arguments

Type IntentOptional Attributes Name
type(shr_map_mapType), intent(inout) :: map
character(len=*), intent(in) :: fldStr
character(len=*), intent(in) :: cval
logical, intent(in), optional :: verify

private subroutine shr_map_putR8(map, fldStr, rval, verify)

Arguments

Type IntentOptional Attributes Name
type(shr_map_mapType), intent(inout) :: map
character(len=*), intent(in) :: fldStr
real(kind=SHR_KIND_R8), intent(in) :: rval
logical, intent(in), optional :: verify

private subroutine shr_map_putIN(map, fldStr, ival, verify)

Arguments

Type IntentOptional Attributes Name
type(shr_map_mapType), intent(inout) :: map
character(len=*), intent(in) :: fldStr
integer(kind=SHR_KIND_IN), intent(in) :: ival
logical, intent(in), optional :: verify