Add the capability to specify a maximum search radius in the source data grid
commit400bd3b1909a76137926164b19577cec1b7e8cbb
authorMichael Duda <duda@ucar.edu>
Tue, 11 Mar 2014 02:03:44 +0000 (11 02:03 +0000)
committerMichael Duda <duda@ucar.edu>
Tue, 11 Mar 2014 02:03:44 +0000 (11 02:03 +0000)
tree1769e2b1032649d0e0078407ef829c03205d1318
parente0548f52c3e441ea4c9f8480090c219d9a9f12c9
Add the capability to specify a maximum search radius in the source data grid
for the 'search' interpolation option. A maximum search radius is specified as
an integer value in parentheses added directly after the 'search' keyword, e.g.,

interp_options = ...+search(10)

If no search radius is specified, the search will extend up to a default radius
of 1200 points from the origin of the search.

This new capability is primarily for use with the new lake depth dataset in
WPS v3.6, but may be applied to any other field (including meteorological fields
such as soil moisture) as well.

M    geogrid/src/process_tile_module.F
M    geogrid/src/interp_module.F
M    geogrid/src/proc_point_module.F
M    geogrid/src/queue_module.F
M    metgrid/src/process_domain_module.F

git-svn-id: https://svn-wrf-wps.cgd.ucar.edu/trunk@801 86b71a92-4018-0410-97f8-d555beccfc3a
geogrid/src/interp_module.F
geogrid/src/proc_point_module.F
geogrid/src/process_tile_module.F
geogrid/src/queue_module.F
metgrid/src/process_domain_module.F