Add new capabilities from Kevin Wilson to handle an optional
commit2a85d8c72600bd30f451141af54f1c6679c6ad93
authorMichael Duda <duda@ucar.edu>
Mon, 28 Mar 2011 18:15:26 +0000 (28 18:15 +0000)
committerMichael Duda <duda@ucar.edu>
Mon, 28 Mar 2011 18:15:26 +0000 (28 18:15 +0000)
tree06a3afa51fad581f179030523a939131b0bd1c31
parent992fc7213388743d258874d924bc23c98e0bef34
Add new capabilities from Kevin Wilson to handle an optional
relational symbol, < or >, in the specification of interpolation
masks in METGRID. For example, rather than specifying that no
values where the LANDSEA field is 0 should be used with

   interp_mask = LANDSEA(0)

it is now possible to, e.g., specify that no values should be
used when the LANDSEA field is less than 0.5 with

   interp_mask = LANDSEA(<0.5)

This new capability also works with interp_land_mask and
interp_water_mask. Currently, either '<', '>', or no symbol
at all (implying strict equality relation) are supported.

M    geogrid/src/interp_module.F
M    metgrid/src/interp_option_module.F
M    metgrid/src/process_domain_module.F

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