Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_mg_srch_nneigh_irr_dble (grid_id, arrays, search_mode, nref_3d, sin_values, cos_values, grid_valid_shape, z_coords, coords_shape, neighbors_3d, nloc, num_neigh, sin_search, cos_search, z_search, dist_dble, dim1, indices, jbeg, jend, mask_ind, mask_array, mask_shape, mask_available, tol, ierror) |
subroutine psmile_mg_srch_nneigh_irr_dble | ( | Integer,intent(in) | grid_id, | |
Type (Extra_search_dble) | arrays, | |||
Integer,intent(in) | search_mode, | |||
Integer,intent(in) | nref_3d, | |||
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,2),intent(in) | grid_valid_shape, | |||
Double Precision,dimension(coords_shape(1,3),intent(in) | z_coords, | |||
Integer,dimension(2,3),intent(in) | coords_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(jbeg:jend),intent(in) | mask_ind, | |||
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_irr_dble.F90.
References a, PSMILe::Grids, max, and PRISM_Error_Alloc.
Referenced by psmile_neigh_nearx_sub_irr_dble().