Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexpart
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
flexpart
flexpart
Commits
3cd0f17e
Commit
3cd0f17e
authored
Jun 26, 2019
by
Ignacio Pisso
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into release-10
parents
cd62b0e0
46f93d51
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
1 deletion
+12
-1
src/FLEXPART.f90
src/FLEXPART.f90
+1
-1
src/readspecies.f90
src/readspecies.f90
+5
-0
src/readwind_ecmwf.f90
src/readwind_ecmwf.f90
+2
-0
src/readwind_ecmwf_mpi.f90
src/readwind_ecmwf_mpi.f90
+2
-0
src/readwind_nests.f90
src/readwind_nests.f90
+2
-0
No files found.
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 (2017-08-01
)'
flexversion
=
'Version '
//
trim
(
flexversion_major
)//
'.
3 (2019-06-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