| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | lbj1 | |||
| integer, | intent(in) | :: | ubj1 | |||
| integer, | intent(in) | :: | lbj2 | |||
| integer, | intent(in) | :: | ubj2 | |||
| real(kind=r8), | intent(in) | :: | arr1d_in(lbj1:) | |||
| integer, | intent(in) | :: | fn | |||
| integer, | intent(in) | :: | filter(:) | |||
| real(kind=r8), | intent(inout) | :: | arr2d_inout(lbj1:,lbj2:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r8), | intent(in) | :: | arr1d_in(:) | |||
| integer, | intent(in) | :: | which_dim | |||
| real(kind=r8), | intent(inout) | :: | arr2d_inout(:,:) |