Skip to content

Commit

Permalink
Tidy up src/topogtools.f90
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com>
  • Loading branch information
ezhilsabareesh8 and aekiss authored Nov 6, 2024
1 parent e369d0c commit f773227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ program topogtools
'']

help_cutoff = [character(len=80) :: &
'usage: topogtools min_dy --input <input_file> --output <output_file> ', &
' --cutoff <cutoff_value> ', &
' [--hgrid <hgrid_file>] ', &
'usage: topogtools min_dy --input <input_file> --output <output_file> ', &
' --cutoff <cutoff_value> ', &
' [--hgrid <hgrid_file>] ', &
' ', &
'Convert ocean cells into land if their y size is less than <cutoff_value>, ', &
'expressed in the same units as dy in <hgrid_file> (typically metres). ', &
Expand Down

0 comments on commit f773227

Please sign in to comment.