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
3cd0f17e
Commit
3cd0f17e
authored
Jun 26, 2019
by
Ignacio Pisso
Browse files
Merge branch 'dev' into release-10
parents
cd62b0e0
46f93d51
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/FLEXPART.f90
View file @
3cd0f17e
...
...
@@ -79,7 +79,7 @@ program flexpart
! FLEXPART version string
flexversion_major
=
'10'
! Major version number, also used for species file names
flexversion
=
'Version '
//
trim
(
flexversion_major
)//
'.
2beta
(201
7
-0
8-01
)'
flexversion
=
'Version '
//
trim
(
flexversion_major
)//
'.
3
(201
9
-0
6-26
)'
verbosity
=
0
! Read the pathnames where input/output files are stored
...
...
src/readspecies.f90
View file @
3cd0f17e
...
...
@@ -98,6 +98,11 @@ subroutine readspecies(id_spec,pos_spec)
pohdconst
=
-9.9E-09
pohnconst
=
2.0
pweightmolar
=
-999.9
parea_dow
=
-999.9
parea_hour
=
-999.9
ppoint_dow
=
-999.9
ppoint_hour
=
-999.9
do
j
=
1
,
24
! initialize everything to no variation
parea_hour
(
j
)
=
1.
...
...
src/readwind_ecmwf.f90
View file @
3cd0f17e
...
...
@@ -245,6 +245,8 @@ subroutine readwind_ecmwf(indj,n,uuh,vvh,wwh)
elseif
((
discipl
.eq.
2
)
.and.
(
parCat
.eq.
0
)
.and.
(
parNum
.eq.
0
)
.and.
&
(
typSurf
.eq.
1
))
then
! LSM
isec1
(
6
)
=
172
! indicatorOfParameter
elseif
(
parNum
.eq.
152
)
then
isec1
(
6
)
=
152
! avoid warning for lnsp
else
print
*
,
'***WARNING: undefined GRiB2 message found!'
,
discipl
,
&
parCat
,
parNum
,
typSurf
...
...
src/readwind_ecmwf_mpi.f90
View file @
3cd0f17e
...
...
@@ -255,6 +255,8 @@ subroutine readwind_ecmwf(indj,n,uuh,vvh,wwh)
elseif
((
discipl
.eq.
2
)
.and.
(
parCat
.eq.
0
)
.and.
(
parNum
.eq.
0
)
.and.
&
(
typSurf
.eq.
1
))
then
! LSM
isec1
(
6
)
=
172
! indicatorOfParameter
elseif
(
parNum
.eq.
152
)
then
isec1
(
6
)
=
152
! avoid warning for lnsp
else
print
*
,
'***WARNING: undefined GRiB2 message found!'
,
discipl
,
&
parCat
,
parNum
,
typSurf
...
...
src/readwind_nests.f90
View file @
3cd0f17e
...
...
@@ -221,6 +221,8 @@ subroutine readwind_nests(indj,n,uuhn,vvhn,wwhn)
elseif
((
discipl
.eq.
2
)
.and.
(
parCat
.eq.
0
)
.and.
(
parNum
.eq.
0
)
.and.
&
(
typSurf
.eq.
1
))
then
! LSM
isec1
(
6
)
=
172
! indicatorOfParameter
elseif
(
parNum
.eq.
152
)
then
isec1
(
6
)
=
152
! avoid warning for lnsp
else
print
*
,
'***WARNING: undefined GRiB2 message found!'
,
discipl
,
&
parCat
,
parNum
,
typSurf
...
...
Write
Preview
Markdown
is supported
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