FV3 Bundle
platform.F90
Go to the documentation of this file.
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.
10 !*
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.
15 !*
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 
21 !platform-dependent settings
22 #include <fms_platform.h>
23  public
24  integer, parameter :: r8_kind=double_kind, r4_kind=float_kind, &
25  c8_kind=double_kind, c4_kind=float_kind, &
26  l8_kind=long_kind, l4_kind=int_kind, &
27  i8_kind=long_kind, i4_kind=int_kind, i2_kind=short_kind
28 !could additionally define things like OS, compiler...: useful?
29 end module platform_mod
integer, parameter i4_kind
Definition: platform.F90:24
integer, parameter c4_kind
Definition: platform.F90:24
integer, parameter r4_kind
Definition: platform.F90:24
integer, parameter l8_kind
Definition: platform.F90:24
integer, parameter c8_kind
Definition: platform.F90:24
integer, parameter l4_kind
Definition: platform.F90:24
integer, parameter r8_kind
Definition: platform.F90:24
integer, parameter i2_kind
Definition: platform.F90:24
integer, parameter i8_kind
Definition: platform.F90:24