| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(shr_map_mapType), | intent(in) | :: | map | |||
| character(len=*), | intent(in) | :: | fldStr | |||
| character(len=*), | intent(out) | :: | cval |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(shr_map_mapType), | intent(in) | :: | map | |||
| character(len=*), | intent(in) | :: | fldStr | |||
| real(kind=SHR_KIND_R8), | intent(out) | :: | rval |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(shr_map_mapType), | intent(in) | :: | map | |||
| character(len=*), | intent(in) | :: | fldStr | |||
| integer(kind=SHR_KIND_IN), | intent(out) | :: | ival |
| Type | Intent | Optional | 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(:) |