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
e92a713f
Commit
e92a713f
authored
Mar 1, 2015
by
Ignacio Pisso
Browse files
Options
Downloads
Patches
Plain Diff
modify com_mod.f90: tiem flag, debug flag and increase path length to 256
parent
ec9d8da3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/com_mod.f90
+3
-1
3 additions, 1 deletion
src/com_mod.f90
with
3 additions
and
1 deletion
src/com_mod.f90
+
3
−
1
View file @
e92a713f
...
...
@@ -22,7 +22,7 @@ module com_mod
! Variables defining where FLEXPART input/output files are stored
!****************************************************************
character
::
path
(
numpath
+2
*
maxnests
)
*
120
character
::
path
(
numpath
+2
*
maxnests
)
*
256
integer
::
length
(
numpath
+2
*
maxnests
)
character
(
len
=
256
)
::
pathfile
,
flexversion
,
arg1
,
arg2
...
...
@@ -685,6 +685,8 @@ module com_mod
!********************
integer
::
verbosity
=
0
integer
::
info_flag
=
0
integer
::
time_flag
=
0
integer
::
debug_flag
=
0
integer
::
count_clock
,
count_clock0
,
count_rate
,
count_max
logical
::
nmlout
=
.true.
...
...
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