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
c04b739b
Commit
c04b739b
authored
Oct 22, 2015
by
Espen Sollum
Browse files
Removed parameter cblflag from fixed-format COMMAND file
parent
b0697897
Changes
1
Show whitespace changes
Inline
Side-by-side
src/readcommand.f90
View file @
c04b739b
...
...
@@ -142,7 +142,7 @@ subroutine readcommand
linit_cond
=
0
lnetcdfout
=
0
surf_only
=
0
cblflag
=
0
cblflag
=
0
! if using old-style COMMAND file, set to 1 here to use mc cbl routine
ohfields_path
=
"../../flexin/"
! Open the command file and read user options
...
...
@@ -231,8 +231,9 @@ subroutine readcommand
read
(
unitcommand
,
*
)
linit_cond
if
(
old
)
call
skplin
(
3
,
unitcommand
)
read
(
unitcommand
,
*
)
surf_only
if
(
old
)
call
skplin
(
3
,
unitcommand
)
!added by mc
read
(
unitcommand
,
*
)
cblflag
!added by mc
! Removed for backwards compatibility.
! if (old) call skplin(3,unitcommand) !added by mc
! read(unitcommand,*) cblflag !added by mc
close
(
unitcommand
)
...
...
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