Skip to content

Commit

Permalink
Correct mistake in documentation of MSL
Browse files Browse the repository at this point in the history
  • Loading branch information
christavanijzendoorn committed Aug 5, 2022
1 parent 056bf10 commit ccfd8b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions JAT/Jarkus_Analysis_Toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,13 +684,13 @@ def get_mean_sea_level(self, trsct_idx):
top are filtered out. Then, if the distance between the most seaward
and landward intersection is equal or smaller than 100 m the most
seaward intersection is selected as the cross-shore MSL location.
Otherwise, if the distance is larger than 100 m, only the
intersections 100 m landward of the most seaward intersection are
selected. Of this selection, the most seaward intersection is
selected as the cross-shore MSL location. This filtering is necessary
to make sure landward intersections behind the dunes and seaward
intersections due to the presence of shoals are not selected as the
MSL location.
Otherwise, if the distance is larger than 100 m, only the intersecions
that are landwards of the location that is 100 m seaward of the most
landward intersection are selected.Of this selection, the most
seaward intersection is selected as the cross-shore MSL location.
This filtering is necessary to make sure landward intersections
behind the dunes and seaward intersections due to the presence of
shoals are not selected as the MSL location.
Parameters
----------
Expand Down

0 comments on commit ccfd8b2

Please sign in to comment.