Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexpart
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
flexpart
flexpart
Commits
7952ca45
Commit
7952ca45
authored
Aug 23, 2019
by
Ignacio Pisso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix verbose mode inline flag read
parent
e0489996
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
src/FLEXPART.f90
src/FLEXPART.f90
+0
-17
No files found.
src/FLEXPART.f90
View file @
7952ca45
...
...
@@ -119,32 +119,15 @@ program flexpart
verbosity
=
1
!print*, iopt, inline_options(iopt+1:iopt+1)
if
(
trim
(
inline_options
(
iopt
+1
:
iopt
+1
))
.eq.
'2'
)
then
!print*, 'verbosity=2'
print
*
,
'Verbose mode 2: display more detailed information during run'
verbosity
=
2
endif
endif
!debug mode
iopt
=
index
(
inline_options
,
'd'
)
if
(
iopt
.gt.
0
)
then
debug_mode
=
.true.
endif
endif
! stop
! if (trim(inline_options).eq.'-v'.or.trim(inline_options).eq.'-v1') then
! print*, 'Verbose mode 1: display detailed information during run'
! verbosity=1
! endif
! if (trim(inline_options).eq.'-v2') then
! print*, 'Verbose mode 2: display more detailed information during run'
! verbosity=2
! endif
if
(
trim
(
inline_options
)
.eq.
'-i'
)
then
print
*
,
'Info mode: provide detailed run specific information and stop'
verbosity
=
1
...
...
Write
Preview
Markdown
is supported
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