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
41c421b3
Commit
41c421b3
authored
Nov 22, 2016
by
Sabine
Browse files
change get_vdep_prob name in timemanager
parent
3d6060ec
Changes
1
Show whitespace changes
Inline
Side-by-side
src/timemanager.f90
View file @
41c421b3
...
...
@@ -552,7 +552,7 @@ subroutine timemanager
if
(
DRYBKDEP
)
then
do
ks
=
1
,
nspec
if
((
xscav_frac1
(
j
,
ks
)
.lt.
0
))
then
call
advance_rec
(
itime
,
xtra1
(
j
),
ytra1
(
j
),
ztra1
(
j
),
prob_rec
)
call
get_vdep_prob
(
itime
,
xtra1
(
j
),
ytra1
(
j
),
ztra1
(
j
),
prob_rec
)
if
(
DRYDEPSPEC
(
ks
))
then
! dry deposition
xscav_frac1
(
j
,
ks
)
=
prob_rec
(
ks
)
else
...
...
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