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
cd1f691a
Commit
cd1f691a
authored
Mar 01, 2015
by
Ignacio Pisso
Browse files
correct error message in readcommand.f90: IPOUT MUST BE 0, 1, or 2
parent
18c1336f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/readcommand.f90
View file @
cd1f691a
...
...
@@ -443,7 +443,7 @@ subroutine readcommand
if
((
ipout
.ne.
0
)
.and.
(
ipout
.ne.
1
)
.and.
(
ipout
.ne.
2
))
then
write
(
*
,
*
)
' #### FLEXPART MODEL ERROR! FILE COMMAND: #### '
write
(
*
,
*
)
' #### IPOUT MUST BE
1, 2 OR 3
! #### '
write
(
*
,
*
)
' #### IPOUT MUST BE
0, 1, or 2
! #### '
stop
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