Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=intkind), | intent(in) | :: | lb | Lower bound indices of the grid array |
||
integer(kind=intkind), | intent(in) | :: | ub | Upper bound indices of the grid array |
||
real(kind=realkind), | intent(in), | optional | dimension(:) | :: | x | Distance in x-direction [m] |
real(kind=realkind), | intent(in), | optional | dimension(:) | :: | dx | Grid spacing in x-direction [m] |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=intkind), | intent(in), | dimension(:) | :: | lb | Lower bound indices of the grid array |
|
integer(kind=intkind), | intent(in), | dimension(:) | :: | ub | Upper bound indices of the grid array |
|
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | x | Distance in x-direction [m] |
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | y | Distance in y-direction [m] |
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | dx | Grid spacing in x-direction [m] |
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | dy | Grid spacing in y-direction [m] |
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | lon | Longitude [rad] |
real(kind=realkind), | intent(in), | optional | dimension(:,:) | :: | lat | Latitude [rad] |