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 <[email protected]>
  • Loading branch information
ezhilsabareesh8 and aekiss authored Nov 5, 2024
1 parent ce6d2ce commit 5895de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ program topogtools

help_cutoff = [character(len=80) :: &
'usage: topogtools cut_off_T_cells --input <input_file> --output <output_file> ', &
' --hgrid <grid> --cutoff <cutoff_value> ', &
' --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>. ', &
Expand Down

0 comments on commit 5895de6

Please sign in to comment.