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 3fcc49d commit ce6d2ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ program topogtools
'usage: topogtools cut_off_T_cells --input <input_file> --output <output_file> ', &
' --hgrid <grid> --cutoff <cutoff_value> ', &
' ', &
'Cut off T cells with size smaller than <cutoff_value>. Writes the ', &
'result to <output_file>. ', &
'Cut off should be in kilometers']
'Convert ocean cells into land if their y size is less than <cutoff_value> in ', &
'kilometres. Writes the result to <output_file>. ', &
' ', &
'Options ', &
' --hgrid <hgrid_file> horizontal supergrid (default ''ocean_hgrid.nc'') ', &
'']

! Read command line
name = get_subcommand()
Expand Down

0 comments on commit ce6d2ce

Please sign in to comment.