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
15fdb5c1
Commit
15fdb5c1
authored
Oct 18, 2016
by
Sabine
Browse files
removed write statement
parent
657fa369
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timemanager.f90
View file @
15fdb5c1
...
...
@@ -562,8 +562,8 @@ subroutine timemanager
xscav_frac1
(
j
,
ks
)
=
xscav_frac1
(
j
,
ks
)
*
(
-1.
)
*
&
drydeposit
(
ks
)/
xmass1
(
j
,
ks
)
!if (xscav_frac1(j,ks).eq.1) then
write
(
*
,
*
)
'xscav 1: '
,
j
,
prob_rec
(
ks
),
xmass1
(
j
,
ks
),
&
ztra1
(
j
),
drydeposit
(
ks
),
decfact
!
write (*,*) 'xscav 1: ',j,prob_rec(ks),xmass1(j,ks), &
!
ztra1(j),drydeposit(ks),decfact
! stop
! endif
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