fvcom_tools
1.5.0
Main Page
Related Pages
Data Types List
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Pages
kinds.f90
Go to the documentation of this file.
1
4
11
module
kinds
12
implicit none
13
private
14
!
15
! for name string
16
integer
,
parameter
,
public
:: len_sta_name = 8
17
18
! Integer type definitions below
19
20
! Integer types
21
integer
,
parameter
,
public
:: i_kind = 4
22
integer
,
parameter
,
public
:: i_short = 2
23
integer
,
parameter
,
public
:: i_byte = 1
24
! Real types
25
integer
,
parameter
,
public
:: r_single = 4
26
integer
,
parameter
,
public
:: r_kind = 8
27
28
!
29
real(r_single)
,
parameter
,
public
:: rmissing=-99999.0
30
real(i_kind)
,
parameter
,
public
:: imissing=-99999
31
real(r_kind)
,
parameter
,
public
:: drmissing=-99999.0
32
33
end module
kinds
kinds
Module to hold specification kinds for variable declaration.
Definition:
kinds.f90:11
sorc
fvcom_tools.fd
kinds.f90
Generated by
1.8.5