SABER
type_tree.F90 File Reference

Go to the source code of this file.

Data Types

type  type_tree::tree_type
 

Modules

module  type_tree
 Subroutines/functions list.
 

Functions/Subroutines

subroutine type_tree::tree_alloc (tree, mpl, n, mask)
 Allocation. More...
 
subroutine type_tree::tree_init (tree, lon, lat, interp_nn)
 Initialization. More...
 
subroutine type_tree::tree_dealloc (tree)
 Release memory. More...
 
subroutine type_tree::tree_find_nearest_neighbors (tree, lon, lat, nn, nn_index, nn_dist)
 Find nearest neighbors using a KDTree. More...
 
subroutine type_tree::tree_count_nearest_neighbors (tree, lon, lat, sr, nn)
 Count nearest neighbors using a tree. More...
 
subroutine type_tree::tree_inside (tree, lon, lat, inside_tree)
 Find if a point is inside (or close to) the tree points. More...
 

Variables

real(kind_real), parameter type_tree::nn_inc = 1.5_kind_real
 Increase factor for the nearest neighbors numbers search. More...