| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=1), | public, | allocatable | :: | chars(:) | |||
| integer, | public, | allocatable | :: | indicies(:) | |||
| logical, | public, | allocatable | :: | tfs(:) | |||
| real, | public, | allocatable | :: | a(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| integer, | intent(out) | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real, | intent(out), | allocatable | :: | a(:) | ||
| integer, | intent(out), | allocatable | :: | indicies(:) | ||
| logical, | intent(out), | allocatable | :: | tfs(:) | ||
| type(ESMF_AllocDType), | intent(out), | allocatable | :: | dts(:) | ||
| integer, | intent(out) | :: | rc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| character(len=:), | intent(out), | optional, | allocatable | :: | str_dllen | |
| character(len=*), | intent(out), | optional, | allocatable | :: | str_pilen | |
| character(len=:), | intent(out), | optional, | allocatable | :: | str_dllensize(:) | |
| character(len=*), | intent(out), | optional, | allocatable | :: | str_pilensize(:) | |
| integer, | intent(out) | :: | rc |