FV3 Bundle
horiz_interp_spherical.F90 File Reference
#include <file_version.h>
Include dependency graph for horiz_interp_spherical.F90:

Go to the source code of this file.

Modules

module  horiz_interp_spherical_mod
 

Functions/Subroutines

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)
 

Variables

integer, parameter horiz_interp_spherical_mod::max_neighbors = 400
 
real, parameter horiz_interp_spherical_mod::max_dist_default = 0.1
 
integer, parameter horiz_interp_spherical_mod::num_nbrs_default = 4
 
real, parameter horiz_interp_spherical_mod::large =1.e20
 
real, parameter horiz_interp_spherical_mod::epsln =1.e-10
 
integer horiz_interp_spherical_mod::pe
 
integer horiz_interp_spherical_mod::root_pe
 NAMELIST NAME="horiz_interp_spherical_nml"> More...
 
character(len=32) horiz_interp_spherical_mod::search_method = "radial_search"
 
logical horiz_interp_spherical_mod::module_is_initialized = .FALSE.