From e1f8af8e92074946dfc2692b4bc4f7ecb8d9c9e1 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 <108497463+ezhilsabareesh8@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:43:11 +1100 Subject: [PATCH] Tidy up src/topogtools.f90 Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> --- src/topogtools.f90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/topogtools.f90 b/src/topogtools.f90 index bb54131..ee3fd19 100644 --- a/src/topogtools.f90 +++ b/src/topogtools.f90 @@ -116,8 +116,9 @@ program topogtools ' --cutoff ', & ' [--hgrid ] ', & ' ', & - 'Convert ocean cells into land if their y size is less than in ', & - 'kilometres. Writes the result to . ', & + 'Convert ocean cells into land if their y size is less than , ', & + 'expressed in the same units as dy in (typically metres). ', & + 'Writes the result to . ', & ' ', & 'Options ', & ' --hgrid horizontal supergrid (default ''ocean_hgrid.nc'') ', &