Skip to content

Commit ccb601e

Browse files
committed
Updates to running windows parts of the documentation
1 parent fcb332d commit ccb601e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibicus/debias/_scaled_distribution_mapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ class ScaledDistributionMapping(SeasonalAndFutureRunningWindowDebiaser):
142142
running_window_mode_over_years_of_cm_future : bool
143143
Controls whether the methodology is applied on a running time window, running over the years of the future climate model. This helps to smooth discontinuities in the preserved trends. Default: ``True``.
144144
running_window_over_years_of_cm_future_length : int
145-
Length of the running window in years: how many years are used to define the future climate (default: ``31`` years). Only relevant if ``running_window_mode_over_years_of_cm_future = True``.
145+
Length of the running window in years: how many years are used to define the future climate. Only relevant if ``running_window_mode_over_years_of_cm_future = True``. Default: ``31`` years.
146146
running_window_over_years_of_cm_future_step_length : int
147-
Step length of the running window in years: how many years are bias adjusted inside the running window (default: ``9`` years). Only relevant if ``running_window_mode_over_years_of_cm_future = True``.
147+
Step length of the running window in years: how many years are bias adjusted inside the running window. Only relevant if ``running_window_mode_over_years_of_cm_future = True``. Default: ``9`` years.
148148
149149
variable : str
150150
Variable for which the debiasing is done. Default: ``"unknown"``.

0 commit comments

Comments
 (0)