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
c7d1052e
Commit
c7d1052e
authored
Dec 14, 2018
by
Sabine
Browse files
lower cases in timemanager log
parent
d6a245b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timemanager.f90
View file @
c7d1052e
...
@@ -448,7 +448,7 @@ subroutine timemanager(metdata_format)
...
@@ -448,7 +448,7 @@ subroutine timemanager(metdata_format)
!CGZ-lifetime: output species lifetime
!CGZ-lifetime: output species lifetime
!write(*,46) float(itime)/3600,itime,numpart
!write(*,46) float(itime)/3600,itime,numpart
45
format
(
i13
,
' S
ECONDS SIMULATED
: '
,
i13
,
' P
ARTICLES
: Uncertainty: '
,
3f7.3
)
45
format
(
i13
,
' S
econds simulated
: '
,
i13
,
' P
articles
: Uncertainty: '
,
3f7.3
)
46
format
(
' Simulated '
,
f7.1
,
' hours ('
,
i13
,
' s), '
,
i13
,
' particles'
)
46
format
(
' Simulated '
,
f7.1
,
' hours ('
,
i13
,
' s), '
,
i13
,
' particles'
)
if
(
ipout
.ge.
1
)
call
partoutput
(
itime
)
! dump particle positions
if
(
ipout
.ge.
1
)
call
partoutput
(
itime
)
! dump particle positions
loutnext
=
loutnext
+
loutstep
loutnext
=
loutnext
+
loutstep
...
...
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