Skip to content

Commit

Permalink
Correct docstring (metoppv#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
brhooper authored May 20, 2024
1 parent 21f82b9 commit 2b8b2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver/cli/generate_orographic_smoothing_coefficients.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def process(
The smoothing coefficients are calculated from the orography gradient using
a simple equation with the user defined value for the power:
smoothing_coefficient = coefficient * gradient**power
smoothing_coefficient = gradient**power
The resulting values are scaled between min_gradient_smoothing_coefficient
and max_gradient_smoothing_coefficient to give the desired range of
Expand Down

0 comments on commit 2b8b2b4

Please sign in to comment.