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
20
module
platform_mod
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
platform_mod::i4_kind
integer, parameter i4_kind
Definition:
platform.F90:24
platform_mod::c4_kind
integer, parameter c4_kind
Definition:
platform.F90:24
platform_mod::r4_kind
integer, parameter r4_kind
Definition:
platform.F90:24
platform_mod::l8_kind
integer, parameter l8_kind
Definition:
platform.F90:24
platform_mod::c8_kind
integer, parameter c8_kind
Definition:
platform.F90:24
platform_mod::l4_kind
integer, parameter l4_kind
Definition:
platform.F90:24
platform_mod::r8_kind
integer, parameter r8_kind
Definition:
platform.F90:24
platform_mod::i2_kind
integer, parameter i2_kind
Definition:
platform.F90:24
platform_mod::i8_kind
integer, parameter i8_kind
Definition:
platform.F90:24
platform_mod
Definition:
platform.F90:20
src
fv3-bundle
fms
platform
platform.F90
Generated on Tue Nov 6 2018 11:39:18 for FV3 Bundle by
1.8.14