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
e92a713f
Commit
e92a713f
authored
Mar 01, 2015
by
Ignacio Pisso
Browse files
modify com_mod.f90: tiem flag, debug flag and increase path length to 256
parent
ec9d8da3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com_mod.f90
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.
...
...
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