Bilinear interpolation of Z value at world coordinates Refactored to be under 100 lines (QADS compliance)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | x_grid(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y_grid(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | z_grid(:,:) | ||
| real(kind=wp), | intent(in) | :: | world_x | |||
| real(kind=wp), | intent(in) | :: | world_y | |||
| real(kind=wp), | intent(out) | :: | z_value |