Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 15, 2024
1 parent 1679e43 commit eaf15f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Feat
- expanded physical_break_dict in [#151](https://github.com/Deltares-research/kenmerkendewaarden/pull/151)
- linear fit for slotgemiddelden (no nodal) in [#157](https://github.com/Deltares-research/kenmerkendewaarden/pull/157)


## 0.3.0 (2024-10-01)
Expand Down
4 changes: 4 additions & 0 deletions kenmerkendewaarden/slotgemiddelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ def calc_slotgemiddelden(
):
"""
Compute slotgemiddelden from measurement timeseries and optionally also from extremes timeseries.
A simple linear trend is used to avoid all pretend-accuracy. However, when fitting a
linear trend on a limited amount of data, the nodal cycle and wind effects will cause
the model fit to be inaccurate. It is wise to use at least 30 years of data for
a valid fit, this is >1.5 times the nodal cycle.
Parameters
----------
Expand Down

0 comments on commit eaf15f2

Please sign in to comment.