Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.sun.daily/hourly: remove upper limit to linke turbidity #1199

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
r.sun.daily/hourly: remove upper limit to linke turbidity
petrasovaa committed Sep 5, 2024
commit f7087b83c9a255e2eca94c203d9c1d2b93a2b8c6
2 changes: 1 addition & 1 deletion src/raster/r.sun.daily/r.sun.daily.py
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
# % key_desc: float
# % type: double
# % description: A single value of the Linke atmospheric turbidity coefficient [-]
# % options: 0.0-7.0
# % options: 0.0-
# % answer: 3.0
# % required : no
# %end
2 changes: 1 addition & 1 deletion src/raster/r.sun.hourly/r.sun.hourly.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
# % key: linke_value
# % type: double
# % description: A single value of the Linke atmospheric turbidity coefficient [-]
# % options: 0.0-7.0
# % options: 0.0-
# % answer: 3.0
# % required: no
# %end