Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_mg_srch_nneigh_reg_dble (grid_id, nn_srch, arrays, search_mode, nref_3d, grid_valid_shape, neighbors_3d, nloc, num_neigh, sin_search, cos_search, z_search, dist_dble, dim1, indices, jbeg, jend, mask_array, mask_shape, mask_available, tol, ierror) |
subroutine psmile_mg_srch_nneigh_reg_dble | ( | Integer,intent(in) | grid_id, | |
Type (Extra_search_nn),intent(in) | nn_srch, | |||
Type (Extra_search_dble) | arrays, | |||
Integer,intent(in) | search_mode, | |||
Integer,intent(in) | nref_3d, | |||
Integer,dimension (2, ndim_3d),intent(in) | grid_valid_shape, | |||
Integer,dimension (ndim_3d, nloc, num_neigh),intent(out) | neighbors_3d, | |||
Integer,intent(in) | nloc, | |||
Integer,intent(inout) | num_neigh, | |||
Double Precision,dimension (jbeg:jend, lat),intent(in) | sin_search, | |||
Double Precision,dimension (jbeg:jend, lat),intent(in) | cos_search, | |||
Double Precision,dimension (jbeg:jend),intent(in) | z_search, | |||
Double Precision,dimension (dim1(1),intent(inout) | dist_dble, | |||
Integer,dimension(2),intent(inout) | dim1, | |||
Integer,dimension (:),intent(in) | indices, | |||
Integer,intent(in) | jbeg, | |||
Integer,intent(in) | jend, | |||
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 10 of file psmile_mg_srch_nneigh_reg_dble.F90.
References a, PSMILe::Grids, and max.
Referenced by psmile_neigh_nearx_sub_reg_dble().