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
7e52e2e7
Commit
7e52e2e7
authored
Mar 15, 2016
by
Espen Sollum
Browse files
Fixed issue with mpi backward runs
parent
1c3c7787
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/releaseparticles_mpi.f90
View file @
7e52e2e7
...
...
@@ -84,6 +84,7 @@ subroutine releaseparticles(itime)
first_call
=
.false.
end
if
mind2
=
memind
(
2
)
! Determine the actual date and time in Greenwich (i.e., UTC + correction for daylight savings time)
!*****************************************************************************
...
...
src/timemanager_mpi.f90
View file @
7e52e2e7
...
...
@@ -281,7 +281,7 @@ subroutine timemanager
!*********************************************************************
if
(
lmpreader
.and.
lmp_use_reader
)
then
if
(
itime
.lt.
ideltas
)
then
if
(
itime
.lt.
ideltas
*
ldirect
)
then
cycle
else
goto
999
...
...
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