Skip to content

Commit

Permalink
Add optional commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhilsabareesh8 committed Nov 5, 2024
1 parent 2833aeb commit 57100e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,10 @@ Options

```
usage: topogtools mask --input <input_file> --output <output_file>
[--fraction <frac>]
```

Creates a land mask from a topography.

Options
* `--fraction <frac>` cells with a fraction of sea area smaller than `<frac>` will be set as land (default '0.0')


## float_vgrid

```
Expand All @@ -145,6 +140,9 @@ usage: topogtools min_dy --input <input_file> --output <output_file> --hgrid <gr

Convert ocean cells into land if their y size is smaller than <cutoff_value> metres.

Options
* `--hgrid <hgrid>` vertical grid (default 'ocean_hgrid.nc')

# Building and Installation

## General Instructions
Expand Down

0 comments on commit 57100e1

Please sign in to comment.