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
75a4dedb
Commit
75a4dedb
authored
Feb 09, 2017
by
Sabine
Browse files
BUGFIX: ind_r should be treated the same for 1,3 and 4
parent
d56bfae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/releaseparticles.f90
View file @
75a4dedb
...
...
@@ -335,7 +335,7 @@ subroutine releaseparticles(itime)
!Af ind_rel is defined in readcommand.f
if
(
ind_rel
.eq.
1
)
then
if
(
(
ind_rel
.eq.
1
)
.or.
(
ind_rel
.eq.
3
)
.or.
(
ind_rel
.eq.
4
))
then
! Interpolate the air density
!****************************
...
...
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