Create 2D meshgrid from 1D coordinate arrays Used internally for regular grid setup
| Type | Intent | Optional | 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(:,:) |