1 !***********************************************************************
2 !* GNU Lesser General Public License
4 !* This file is part of the GFDL Flexible Modeling System (FMS).
6 !* FMS is free software: you can redistribute it and/or modify it under
7 !* the terms of the GNU Lesser General Public License as published by
8 !* the Free Software Foundation, either version 3 of the License, or (at
9 !* your option) any later version.
11 !* FMS is distributed in the hope that it will be useful, but WITHOUT
12 !* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 !* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 !* You should have received a copy of the GNU Lesser General Public
17 !* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
18 !***********************************************************************
19 !> @addtogroup horiz_interp_bilinear
22 #define FMS_HI_KIND_ r8_kind
25 #define HI_KIND_TYPE_ horizInterpReals8_type
27 #undef HORIZ_INTERP_BILINEAR_NEW_1D_
28 #define HORIZ_INTERP_BILINEAR_NEW_1D_ horiz_interp_bilinear_new_1d_r8
30 #undef HORIZ_INTERP_BILINEAR_NEW_2D_
31 #define HORIZ_INTERP_BILINEAR_NEW_2D_ horiz_interp_bilinear_new_2d_r8
33 #undef HORIZ_INTERP_BILINEAR_
34 #define HORIZ_INTERP_BILINEAR_ horiz_interp_bilinear_r8
37 #define FIND_NEIGHBOR_ find_neighbor_r8
39 #undef FIND_NEIGHBOR_NEW_
40 #define FIND_NEIGHBOR_NEW_ find_neighbor_new_r8
42 #undef INSIDE_POLYGON_
43 #define INSIDE_POLYGON_ inside_polygon_r8
46 #define INTERSECT_ intersect_r8
48 #undef HORIZ_INTERP_READ_WEIGHTS_BILINEAR_
49 #define HORIZ_INTERP_READ_WEIGHTS_BILINEAR_ horiz_interp_read_weights_bilinear_r8
51 #include "horiz_interp_bilinear.inc"