create_regular_mesh_grid Subroutine

public subroutine create_regular_mesh_grid(x_1d, y_1d, x_2d, y_2d)

Create 2D meshgrid from 1D coordinate arrays Used internally for regular grid setup

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x_1d(:)
real(kind=wp), intent(in) :: y_1d(:)
real(kind=wp), intent(out) :: x_2d(:,:)
real(kind=wp), intent(out) :: y_2d(:,:)