feat: mixed precision for axis_utils2, horiz_interp, sat_vapor_pressure, and fms_mod...
[FMS.git] / horiz_interp / include / horiz_interp_conserve_r4.fh
blob0cf1c9cce207e8fc37e947c2e5b37c8888474a63
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_conserve
20 !> @{
21 #undef HI_KIND_TYPE_
22 #define HI_KIND_TYPE_ horizInterpReals4_type
24 #undef FMS_HI_KIND_
25 #define FMS_HI_KIND_ r4_kind
27 #undef HORIZ_INTERP_CONSERVE_NEW_1DX1D_
28 #define HORIZ_INTERP_CONSERVE_NEW_1DX1D_ horiz_interp_conserve_new_1dx1d_r4
30 #undef HORIZ_INTERP_CONSERVE_NEW_1DX2D_
31 #define HORIZ_INTERP_CONSERVE_NEW_1DX2D_ horiz_interp_conserve_new_1dx2d_r4
33 #undef HORIZ_INTERP_CONSERVE_NEW_2DX1D_
34 #define HORIZ_INTERP_CONSERVE_NEW_2DX1D_ horiz_interp_conserve_new_2dx1d_r4
36 #undef HORIZ_INTERP_CONSERVE_NEW_2DX2D_
37 #define HORIZ_INTERP_CONSERVE_NEW_2DX2D_ horiz_interp_conserve_new_2dx2d_r4
39 #undef HORIZ_INTERP_CONSERVE_
40 #define HORIZ_INTERP_CONSERVE_ horiz_interp_conserve_r4
42 #undef HORIZ_INTERP_CONSERVE_VERSION1_
43 #define HORIZ_INTERP_CONSERVE_VERSION1_ horiz_interp_conserve_version1_r4
45 #undef HORIZ_INTERP_CONSERVE_VERSION2_
46 #define HORIZ_INTERP_CONSERVE_VERSION2_ horiz_interp_conserve_version2_r4
48 #undef STATS_
49 #define STATS_ stats_r4
51 #undef DATA_SUM_
52 #define DATA_SUM_ data_sum_r4
54 #include "horiz_interp_conserve.inc"
55 !> @}