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
1a085715
Commit
1a085715
authored
Mar 02, 2015
by
Ignacio Pisso
Browse files
fix unitialised time variable in timemanager that would give random times at simulation start
parent
b7ae015d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timemanager.f90
View file @
1a085715
...
...
@@ -129,6 +129,7 @@ subroutine timemanager
!write(*,45) itime,numpart,gridtotalunc,wetgridtotalunc,drygridtotalunc
itime
=
0
! initialise to avoid random numbers on output IP 2015-03-02
write
(
*
,
46
)
float
(
itime
)/
3600
,
itime
,
numpart
if
(
verbosity
.gt.
0
)
then
write
(
*
,
*
)
'timemanager> starting simulation'
...
...
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