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 !***********************************************************************
20 !> @brief Imports the time reduction methods routines from other include files used
21 !! in @ref diag_manager_mod
23 !> @addtogroup diag_manager_mod
27 #define FMS_TRM_KIND_ r8_kind
30 #define DO_TIME_NONE_ do_time_none_r8
33 #define DO_TIME_MIN_ do_time_min_r8
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
45 #define SUM_MASK_ sum_mask_r8
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"
56 ! close documentation grouping