calculate_projection_bounds Subroutine

public subroutine calculate_projection_bounds(x2d, y2d, proj_x_min, proj_x_max, proj_y_min, proj_y_max)

Calculate bounds of projected 2D data

Arguments

Type IntentOptional 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