NCEPLIBS-g2
4.0.0
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
a
e
f
g
i
j
m
n
p
r
s
t
Functions/Subroutines
a
e
f
g
i
p
r
s
Variables
Data Types
Data Types List
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
r
t
u
v
Functions/Subroutines
Variables
a
b
c
d
e
f
g
i
l
m
n
t
u
v
Files
File List
Globals
All
a
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
w
Functions/Subroutines
a
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
w
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Loading...
Searching...
No Matches
g2logging.F90
Go to the documentation of this file.
1
4
10
module
g2logging
11
integer
g2_log_level
12
character* 120
g2_log_msg
13
14
contains
21
subroutine
g2_log
(level)
22
integer
,
intent(in)
:: level
23
24
if
(level .le.
g2_log_level
)
then
25
print *,
g2_log_msg
26
endif
21
subroutine
g2_log
(level)
…
27
end subroutine
g2_log
28
end module
g2logging
g2logging
Logging for the g2 library.
Definition
g2logging.F90:10
g2logging::g2_log_msg
character *120 g2_log_msg
Fill this with the logging message.
Definition
g2logging.F90:12
g2logging::g2_log
subroutine g2_log(level)
Print a debug message for the g2 library.
Definition
g2logging.F90:22
g2logging::g2_log_level
integer g2_log_level
0 for no logging.
Definition
g2logging.F90:11
src
g2logging.F90
Generated by
1.9.8