ITM AMNS: User Interface  \$Id: Doxyfile 502 2015-10-15 12:23:45Z dpc $
f90_kind.F90
Go to the documentation of this file.
1 
8 
9 module f90_kind
10 
11  implicit none
12 
13  public
14 
15  integer, parameter :: rkind = kind(1.0d0)
16  integer, parameter :: ikind = kind(1)
17  integer, parameter :: skind = 256
18 
19 end module f90_kind
20 
f90_kind module from Silvio Gori's grid package
Definition: f90_kind.F90:9