From f2dfe614a4a857827c3c217ea11602392c15efe6 Mon Sep 17 00:00:00 2001 From: Andrew Kiss <31054815+aekiss@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:00:33 +1100 Subject: [PATCH] update README --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 31d9b01..7310fba 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,14 @@ Options ### deseas ``` -usage: topogtools deseas --input --output +usage: topogtools deseas --input --output [--grid_type ] ``` Remove enclosed seas from and writes the result to . +Options + * `--grid_type ` Arakawa type of horizontal grid ('B' or 'C'; default is 'B') + ### min_max_depth ``` @@ -70,18 +73,22 @@ Options ``` usage: topogtools fill_fraction --input --output - --fraction + --fraction [--grid_type ] ``` Cells with a fraction of sea area smaller than will have their depth set to zero. Can produce non-advective cells and/or new seas. +Options + * `--grid_type ` Arakawa type of horizontal grid ('B' or 'C'; default is 'B') + ### check_nonadvective ``` usage: topogtools check_nonadvective --input - [--vgrid --vgrid_type - --potholes --coastal-cells] + [--grid_type + --vgrid --vgrid_type + --potholes --coastal-cells] ``` Check for non-advective cells. There are two types of checks available: potholes @@ -89,6 +96,7 @@ and non-advective coastal cells. Checking for non-advective coastal cells should only be needed when using a B-grid. Options + * `--grid_type ` Arakawa type of horizontal grid ('B' or 'C'; default is 'B') * `--vgrid ` vertical grid (default 'ocean_vgrid.nc') * `--vgrid_type ` can be mom5 or mom6 (default 'mom5') * `--potholes` check for potholes @@ -98,7 +106,8 @@ Options ``` usage: topogtools fix_nonadvective --input --output - [--vgrid --vgrid_type + [--grid_type + --vgrid --vgrid_type --potholes --coastal-cells] ``` @@ -107,6 +116,7 @@ non-advective coastal cells. Fixes to non-advective coastal cells should only be needed when using a B-grid. Options + * `--grid_type ` Arakawa type of horizontal grid ('B' or 'C'; default is 'B') * `--vgrid ` vertical grid (default 'ocean_vgrid.nc') * `--vgrid_type ` can be mom5 or mom6 (default 'mom5') * `--potholes` fix potholes