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
10bfff93
Commit
10bfff93
authored
Aug 23, 2019
by
ronesy
Browse files
removed flush statement from concoutput_inversion
parent
7952ca45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/concoutput_inversion.f90
View file @
10bfff93
...
...
@@ -354,8 +354,6 @@ subroutine concoutput_inversion(itime,outnum,gridtotalunc,wetgridtotalunc, &
open
(
unit
=
unitrelnames
,
file
=
path
(
2
)(
1
:
length
(
2
))//
'releases_out'
,
form
=
'formatted'
,
&
&
access
=
'APPEND'
,
iostat
=
ierr
)
write
(
unitrelnames
,
'(a)'
)
areldate
//
areltime
//
'_'
//
anspec
!call flush(unit=unitrelnames)
flush
(
unit
=
unitrelnames
)
close
(
unitrelnames
)
endif
endif
...
...
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