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
esde
toar-public
toarstats
Commits
4c0b473f
Commit
4c0b473f
authored
Nov 30, 2021
by
Niklas Selke
Browse files
Added 'defaults.py' which contains default values for some of the input arguments.
parent
4a587b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
toarstats/defaults.py
0 → 100644
View file @
4c0b473f
"""Collection of default values for the package.
This module contains the following constants:
DEFAULT_SEASONS - default list of seasons
DEFAULT_CROPS - default list of crops
DEFAULT_DATA_CAPTURE - default data capture value
"""
DEFAULT_SEASONS
=
[
"DJF"
,
"MAM"
,
"JJA"
,
"SON"
]
DEFAULT_CROPS
=
[
"wheat"
,
"rice"
]
DEFAULT_DATA_CAPTURE
=
0.75
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