Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Klaus Zimmermann
climix
Commits
d89b3430
Commit
d89b3430
authored
Oct 11, 2019
by
Lars Bärring
Committed by
Klaus Zimmermann
Oct 11, 2019
Browse files
Fix typo
parent
586141f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
climix/etc/metadata.yml
View file @
d89b3430
...
...
@@ -116,7 +116,7 @@ indices:
units
:
mm day-1
condition
:
kind
:
operator
operator
:
<
operator
:
'
<'
reducer
:
kind
:
reducer
reducer
:
max
...
...
climix/main.py
View file @
d89b3430
...
...
@@ -45,7 +45,7 @@ def parse_args():
help
=
'output filename'
)
parser
.
add_argument
(
'-x'
,
'--index'
,
action
=
'append'
,
required
=
True
,
metavar
=
'INDEX'
,
dest
=
'indices'
,
help
=
'the index to calculcate
(currently only cdd)
'
)
help
=
'the index to calculcate'
)
parser
.
add_argument
(
'datafiles'
,
nargs
=
'+'
,
metavar
=
"DATAFILE"
,
help
=
'the input data files'
)
return
parser
.
parse_args
()
...
...
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