Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
8f3cc41c
Commit
8f3cc41c
authored
Apr 18, 2021
by
Espen Sollum
Browse files
Bugfix: reading GFS fields
parent
94b3788a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readwind_gfs.f90
View file @
8f3cc41c
...
...
@@ -196,15 +196,15 @@ subroutine readwind_gfs(indj,n,uuh,vvh,wwh)
isec1
(
6
)
=
52
! indicatorOfParameter
isec1
(
7
)
=
105
! indicatorOfTypeOfLevel
xsec18
=
real
(
2
)
elseif
((
parCat
.eq.
0
)
.and.
(
parNum
.eq.
0
)
.and.
(
typSurf
.eq.
103
))
then
! T2
elseif
((
parCat
.eq.
0
)
.and.
(
parNum
.eq.
0
)
.and.
(
typSurf
.eq.
103
)
.and.
(
valSurf
.eq.
2
)
)
then
! T2
isec1
(
6
)
=
11
! indicatorOfParameter
isec1
(
7
)
=
105
! indicatorOfTypeOfLevel
xsec18
=
real
(
2
)
elseif
((
parCat
.eq.
2
)
.and.
(
parNum
.eq.
2
)
.and.
(
typSurf
.eq.
103
))
then
! U10
elseif
((
parCat
.eq.
2
)
.and.
(
parNum
.eq.
2
)
.and.
(
typSurf
.eq.
103
)
.and.
(
valSurf
.eq.
10
)
)
then
! U10
isec1
(
6
)
=
33
! indicatorOfParameter
isec1
(
7
)
=
105
! indicatorOfTypeOfLevel
xsec18
=
real
(
10
)
elseif
((
parCat
.eq.
2
)
.and.
(
parNum
.eq.
3
)
.and.
(
typSurf
.eq.
103
))
then
! V10
elseif
((
parCat
.eq.
2
)
.and.
(
parNum
.eq.
3
)
.and.
(
typSurf
.eq.
103
)
.and.
(
valSurf
.eq.
10
)
)
then
! V10
isec1
(
6
)
=
34
! indicatorOfParameter
isec1
(
7
)
=
105
! indicatorOfTypeOfLevel
xsec18
=
real
(
10
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment