|
subroutine, public | horiz_interp_spherical_mod::horiz_interp_spherical_init |
|
subroutine, public | horiz_interp_spherical_mod::horiz_interp_spherical_new (Interp, lon_in, lat_in, lon_out, lat_out, num_nbrs, max_dist, src_modulo) |
|
subroutine, public | horiz_interp_spherical_mod::horiz_interp_spherical (Interp, data_in, data_out, verbose, mask_in, mask_out, missing_value) |
|
subroutine, public | horiz_interp_spherical_mod::horiz_interp_spherical_wght (Interp, wt, verbose, mask_in, mask_out, missing_value) |
|
subroutine, public | horiz_interp_spherical_mod::horiz_interp_spherical_del (Interp) |
|
subroutine | horiz_interp_spherical_mod::radial_search (theta_src, phi_src, theta_dst, phi_dst, map_src_xsize, map_src_ysize, map_src_add, map_src_dist, num_found, num_neighbors, max_src_dist, src_is_modulo) |
|
logical function | horiz_interp_spherical_mod::update_dest_neighbors (map_src_add, map_src_dist, src_add, d, num_found, min_nbrs) |
|
real function | horiz_interp_spherical_mod::spherical_distance (theta1, phi1, theta2, phi2) |
|
subroutine | horiz_interp_spherical_mod::full_search (theta_src, phi_src, theta_dst, phi_dst, map_src_add, map_src_dist, num_found, num_neighbors, max_src_dist) |
|