Skip to content

Commit

Permalink
Update fit_tides_ICESat2_ATL11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley authored Aug 21, 2024
1 parent d92c20a commit 0fe1c4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tides/fit_tides_ICESat2_ATL11.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,6 @@ def arguments():
type=pathlib.Path,
help='Output data directory')
# tide model to use
parser.add_argument('--tide','-T',
metavar='TIDE', type=str,
choices=get_available_models(),
help='Tide model to use in correction')
# tide model to use
group.add_argument('--tide','-T',
metavar='TIDE', type=str,
choices=get_available_models(),
Expand Down

0 comments on commit 0fe1c4a

Please sign in to comment.