Skip to content

Commit

Permalink
r.sun.daily/hourly: remove upper limit to linke turbidity (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored Sep 5, 2024
1 parent 4ff2c8e commit 5762dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Expand Up @@ -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
Expand Down
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
Expand Up @@ -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
Expand Down

0 comments on commit 5762dd9

Please sign in to comment.