feat: mixed precision for axis_utils2, horiz_interp, sat_vapor_pressure, and fms_mod...
[FMS.git] / horiz_interp / include / horiz_interp_bicubic_r8.fh
blob4d0bac58dba88a57f654e819b7c27e0c26018063
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_bicubic
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_BICUBIC_NEW_1D_S_
28 #define HORIZ_INTERP_BICUBIC_NEW_1D_S_ horiz_interp_bicubic_new_1d_s_r8
30 #undef HORIZ_INTERP_BICUBIC_NEW_1D_
31 #define HORIZ_INTERP_BICUBIC_NEW_1D_ horiz_interp_bicubic_new_1d_r8
33 #undef HORIZ_INTERP_BICUBIC_NEW_
34 #define HORIZ_INTERP_BICUBIC_NEW_ horiz_interp_bicubic_r8
36 #undef BCUINT_
37 #define BCUINT_ bcuint_r8
39 #undef BCUCOF_
40 #define BCUCOF_ bcucof_r8
42 #undef INDL_
43 #define INDL_ indl_r8
45 #undef INDU_
46 #define INDU_ indu_r8
48 #undef FILL_XY_
49 #define FILL_XY_ fill_xy_r8
51 #include "horiz_interp_bicubic.inc"
52 !> @}