Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_srch_nneigh_gauss2_dble (grid_id, nn_srch, arrays, search_mode, nref_3d, sin_values_lon, cos_values_lon, sin_values_lat, cos_values_lat, grid_valid_shape, z_coords, coords_shape, neighbors_3d, nloc, num_neigh, sin_search, cos_search, z_search, dist_dble, dim1, extra_search, jbeg, jend, mask_array, mask_shape, mask_available, tol, ierror) |
subroutine psmile_srch_nneigh_gauss2_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 | nref_3d, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | sin_values_lon, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | cos_values_lon, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | sin_values_lat, | |||
Double Precision,dimension (grid_valid_shape(1,1),intent(in) | cos_values_lat, | |||
Integer,dimension(1,1),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, 2),intent(in) | sin_search, | |||
Double Precision,dimension (jbeg:jend, 2),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, | |||
Type (Extra_search_info),intent(inout) | extra_search, | |||
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_srch_nneigh_gauss2_dble.F90.
References a, PSMILe::Grids, and max.
Referenced by psmile_neigh_nearx_sub_reg_dble().