chore: remove outdated am4 ci workflow (#1639)
[FMS.git] / horiz_interp / include / horiz_interp_bilinear_r8.fh
blob05187557fcd24da28a079aa3c90929bf54d63917
1 !***********************************************************************
2 !*                   GNU Lesser General Public License
3 !*
4 !* This file is part of the GFDL Flexible Modeling System (FMS).
5 !*
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
14 !* for more details.
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
20 !> @{
21 #undef FMS_HI_KIND_
22 #define FMS_HI_KIND_ r8_kind
24 #undef HI_KIND_TYPE_
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
36 #undef FIND_NEIGHBOR_
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
45 #undef INTERSECT_
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"
52 !> @}