Calculate bounds of projected 2D data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | x2d(:) | |||
real(kind=wp), | intent(in) | :: | y2d(:) | |||
real(kind=wp), | intent(out) | :: | proj_x_min | |||
real(kind=wp), | intent(out) | :: | proj_x_max | |||
real(kind=wp), | intent(out) | :: | proj_y_min | |||
real(kind=wp), | intent(out) | :: | proj_y_max |