shr_map_get Interface

public interface shr_map_get

Module Procedures

private subroutine shr_map_getCS(map, fldStr, cval)

Arguments

Type IntentOptional Attributes Name
type(shr_map_mapType), intent(in) :: map
character(len=*), intent(in) :: fldStr
character(len=*), intent(out) :: cval

private subroutine shr_map_getR8(map, fldStr, rval)

Arguments

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

private subroutine shr_map_getIN(map, fldStr, ival)

Arguments

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

private subroutine shr_map_getAR(map, isrc, idst, wgts)

Arguments

Type IntentOptional Attributes Name
type(shr_map_mapType), intent(in) :: map
integer(kind=SHR_KIND_IN), optional, pointer :: isrc(:)
integer(kind=SHR_KIND_IN), optional, pointer :: idst(:)
real(kind=SHR_KIND_R8), optional, pointer :: wgts(:)