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 d0c399a commit e1f8af8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ program topogtools
' --cutoff <cutoff_value> ', &
' [--hgrid <hgrid_file>] ', &
' ', &
'Convert ocean cells into land if their y size is less than <cutoff_value> in ', &
'kilometres. Writes the result to <output_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). ', &
'Writes the result to <output_file>. ', &
' ', &
'Options ', &
' --hgrid <hgrid_file> horizontal supergrid (default ''ocean_hgrid.nc'') ', &
Expand Down

0 comments on commit e1f8af8

Please sign in to comment.