Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flexpart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Püschel
Flexpart
Commits
43c86848
Commit
43c86848
authored
10 years ago
by
Ignacio Pisso
Browse files
Options
Downloads
Patches
Plain Diff
add verbosity option to readspecies.f90
parent
e92a713f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/readspecies.f90
+4
-1
4 additions, 1 deletion
src/readspecies.f90
with
4 additions
and
1 deletion
src/readspecies.f90
+
4
−
1
View file @
43c86848
...
@@ -102,7 +102,10 @@ subroutine readspecies(id_spec,pos_spec)
...
@@ -102,7 +102,10 @@ subroutine readspecies(id_spec,pos_spec)
specnum
(
pos_spec
)
=
id_spec
specnum
(
pos_spec
)
=
id_spec
write
(
aspecnumb
,
'(i3.3)'
)
specnum
(
pos_spec
)
write
(
aspecnumb
,
'(i3.3)'
)
specnum
(
pos_spec
)
open
(
unitspecies
,
file
=
path
(
1
)(
1
:
length
(
1
))//
'SPECIES/SPECIES_'
//
aspecnumb
,
status
=
'old'
,
form
=
'formatted'
,
err
=
998
)
open
(
unitspecies
,
file
=
path
(
1
)(
1
:
length
(
1
))//
'SPECIES/SPECIES_'
//
aspecnumb
,
status
=
'old'
,
form
=
'formatted'
,
err
=
998
)
!write(*,*) 'reading SPECIES',specnum(pos_spec)
if
(
verbosity
.gt.
0
)
then
write
(
*
,
*
)
'reading SPECIES'
,
specnum
(
pos_spec
)
endif
ASSSPEC
=
.FALSE.
ASSSPEC
=
.FALSE.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment