fix: missed changes for test_diag_yaml
[FMS.git] / column_diagnostics / include / column_diagnostics_r8.fh
blobdf0b4e2cf0c263033cbd4ee8cc1986629af79a6f
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 include file for column_diagnostics_mod to generate subroutine/functions
21 !!        for r8_kind arguments
23 #undef  FMS_CD_KIND_
24 #define FMS_CD_KIND_ r8_kind
26 #undef  INITIALIZE_DIAGNOSTIC_COLUMNS_
27 #define INITIALIZE_DIAGNOSTIC_COLUMNS_ initialize_diagnostic_columns_r8
29 #undef  COLUMN_DIAGNOSTICS_HEADER_
30 #define COLUMN_DIAGNOSTICS_HEADER_ column_diagnostics_header_r8
32 #include "column_diagnostics.inc"
34 !> @}