| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | default | |||
| integer, | intent(in), | optional | :: | option |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | default | |||
| real(kind=8), | intent(in), | optional | :: | option |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | default(:) | |||
| integer, | intent(in), | optional | :: | option(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | default(:) | |||
| real(kind=8), | intent(in), | optional | :: | option(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | default(:,:) | |||
| integer, | intent(in), | optional | :: | option(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | default(:,:) | |||
| real(kind=8), | intent(in), | optional | :: | option(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | default | |||
| character(len=*), | intent(in), | optional | :: | option |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | default | |||
| logical, | intent(in), | optional | :: | option |