NCEPLIBS-w3emc
2.12.0
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
Functions/Subroutines
Data Types
Data Types List
Data Fields
All
Functions/Subroutines
Files
File List
Globals
All
a
b
c
e
f
g
i
l
m
o
p
q
r
s
u
v
w
x
Functions/Subroutines
a
b
c
e
f
g
i
l
m
o
p
q
r
s
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Pages
Loading...
Searching...
No Matches
w3kind.f
Go to the documentation of this file.
1
4
17
subroutine
w3kind
(kindreal,kindint)
18
IMPLICIT NONE
19
!
20
integer
,
intent(out)
:: kindreal,kindint
21
! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
22
! get real kind from a real number
23
kindreal=kind(1.0)
24
kindint=kind(1)
25
! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
17
subroutine
w3kind
(kindreal,kindint)
…
26
end
w3kind
subroutine w3kind(kindreal, kindint)
This subprogram returns the real kind and the integer kind that the w3 lib is compiled with.
Definition
w3kind.f:18
src
w3kind.f
Generated by
1.9.8