chore: append -dev to version number (#1641)
[FMS.git] / diag_manager / include / fms_diag_reduction_methods_r8.fh
blob2e60a64e73cd808dcba807b8a63e2d9b9c09fe6d
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 !> @file
20 !> @brief Imports the time reduction methods routines from other include files used
21 !! in @ref diag_manager_mod
23 !> @addtogroup diag_manager_mod
24 !> @{
26 #undef FMS_TRM_KIND_
27 #define FMS_TRM_KIND_ r8_kind
29 #undef DO_TIME_NONE_
30 #define DO_TIME_NONE_ do_time_none_r8
32 #undef DO_TIME_MIN_
33 #define DO_TIME_MIN_ do_time_min_r8
35 #undef DO_TIME_MAX_
36 #define DO_TIME_MAX_ do_time_max_r8
38 #undef DO_TIME_SUM_UPDATE_
39 #define DO_TIME_SUM_UPDATE_ do_time_sum_update_r8
41 #undef SUM_UPDATE_DONE_
42 #define SUM_UPDATE_DONE_ sum_update_done_r8
44 #undef SUM_MASK_
45 #define SUM_MASK_ sum_mask_r8
47 #undef SUM_NO_MASK_
48 #define SUM_NO_MASK_ sum_no_mask_r8
50 #undef SUM_MASK_VARIANT_
51 #define SUM_MASK_VARIANT_ sum_mask_variant_r8
53 #include "fms_diag_reduction_methods.inc"
55 !> @}
56 ! close documentation grouping