From 85a795e1edefcb0aa9c14963a2c48ce488233562 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 <108497463+ezhilsabareesh8@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:05:24 +1100 Subject: [PATCH] change cut_off_T_cells to min_dy Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> --- src/topogtools.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topogtools.f90 b/src/topogtools.f90 index c6e76bd..9f7394b 100644 --- a/src/topogtools.f90 +++ b/src/topogtools.f90 @@ -34,7 +34,7 @@ program topogtools ' check_nonadvective - Check for non-advective cells ', & ' fix_nonadvective - Fix non-advective cells ', & ' mask - Generate mask ', & - ' cut_off_T_cells - Cut off T cells below a certain cell size ', & + ' min_dy - Set small ocean cells to land ', & ''] help_gen_topo = [character(len=80) :: & 'usage: topogtools gen_topo --input --output ', &