Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 5, 2024
1 parent 41efda6 commit 8d1379f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,10 @@ def __init__(self, topo_file: str | None = None, topo_var: str = "topography", r
:param topo_file : A .nc file from which to read model topography data.
:param topo_var : Name of variable that stores altitude.
:param rtol : Relative toleranse.
Note:
-----
Stations will be kept if abs(altobs-altmod) <= rtol*abs(altobs)
"""
self._topo_file = topo_file
self._topo_var = topo_var
Expand Down

0 comments on commit 8d1379f

Please sign in to comment.