Skip to content

Commit

Permalink
change cut_off_T_cells to min_dy
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 5895de6 commit 85a795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topogtools.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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 <input_file> --output <output_file> ', &
Expand Down

0 comments on commit 85a795e

Please sign in to comment.