NCEPLIBS-bufr
12.0.1
Main Page
Related Pages
Modules
Modules List
Module Members
All
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions/Subroutines
b
c
d
e
g
i
m
n
o
p
r
s
u
w
Variables
b
c
f
i
j
k
l
m
n
s
t
v
w
x
Data Types List
Data Types List
Data Fields
All
Functions/Subroutines
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Functions/Subroutines
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
x
Variables
Macros
▼
NCEPLIBS-bufr
►
DX BUFR Tables
►
Master BUFR Tables
►
Release Notes
►
Utilities
►
Modules
►
Data Types List
▼
Files
►
File List
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Macros
Pages
strsuc.F90
Go to the documentation of this file.
1
5
15
subroutine
strsuc
(str1,str2,lens)
16
implicit none
17
18
character*(*)
,
intent(in)
:: str1
19
character*(*)
,
intent(out)
:: str2
20
21
integer
,
intent(out)
:: lens
22
23
!-----------------------------------------------------------------------
24
!-----------------------------------------------------------------------
25
26
str2 = adjustl(str1)
27
lens = len_trim(str2)
28
29
return
30
end subroutine
strsuc
strsuc
subroutine strsuc(str1, str2, lens)
This subroutine removes leading and trailing blanks from a character string.
Definition:
strsuc.F90:16
src
strsuc.F90
Generated by
1.9.1