Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_search_nn_3d_dble (sin_search, cos_search, z_search, distance, nfound, locations, n_send, x_coords, y_coords, z_coords, coords_shape, sin_values, cos_values, grid_valid_shape, mask_array, mask_shape, mask_available, tol, ierror) |
subroutine psmile_search_nn_3d_dble | ( | Double Precision,dimension (n_send, lat),intent(in) | sin_search, | |
Double Precision,dimension (n_send, lat),intent(in) | cos_search, | |||
Double Precision,dimension (n_send),intent(in) | z_search, | |||
Double Precision,dimension (n_send),intent(inout) | distance, | |||
Integer,dimension (n_send),intent(inout) | nfound, | |||
Integer,dimension (ndim_3d, n_send),intent(out) | locations, | |||
Integer,intent(in) | n_send, | |||
Double Precision,dimension( coords_shape(1,1),intent(in) | x_coords, | |||
Double Precision,dimension( coords_shape(1,1),intent(in) | y_coords, | |||
Double Precision,dimension( coords_shape(1,1),intent(in) | z_coords, | |||
Integer,dimension(2,3),intent(in) | coords_shape, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | sin_values, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | cos_values, | |||
Integer,dimension(2,3),intent(in) | grid_valid_shape, | |||
Logical,dimension (mask_shape (1,1),intent(in) | mask_array, | |||
Integer,dimension (2,3),intent(in) | mask_shape, | |||
Logical,intent(in) | mask_available, | |||
Double Precision,intent(in) | tol, | |||
Integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_search_nn_3d_dble.F90.
References a, max, and PRISM_Error_Alloc.
Referenced by psmile_search_donor_nnx_dble().