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
 Tree derived type.
 

Functions/Subroutines

subroutine type_tree::tree_alloc (tree, mpl, n, mask)
 Allocation. More...
 
subroutine type_tree::tree_init (tree, lon, lat)
 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...
 

Variables

real(kind_real), parameter type_tree::nn_inc = 1.5