@@ -22,7 +22,8 @@ Synopsis
2222[ |-F |\ [*flattening *] ]
2323[ |-G |\ *grdfile * ]
2424[ |-L |\ [*cut *] ]
25- [ |-M |\ *list * ] [ |-N |\ *norm * ]
25+ [ |-M |\ [*list *] ]
26+ [ |-N |\ *norm * ]
2627[ |-Q |\ *bmode */*qmode * ]
2728[ |-S |\ *scale * ]
2829[ |-T |\ *t0 *\ [/*t1 */*dt *]\ [**+l **] ]
@@ -48,7 +49,7 @@ a background depth (more complicated backgrounds may be added via :doc:`grdmath
4849The input must contain *lon *, *lat *, *radius *, *height * for each seamount.
4950For elliptical features (**-E **) we expect *lon *, *lat *, *azimuth *, *semi-major *, *semi-minor *,
5051*height * instead. If flattening is specified (**-F **) with no value appended
51- then a final column with flattening is expected (cannot be used for plateaus).
52+ then a final column with * flattening * is expected (cannot be used for plateaus).
5253For temporal evolution of topography the **-T ** option may be used, in which case the
5354data file must have two final columns with the start and stop time of seamount construction.
5455In this case you may choose to write out a cumulative shape or just the increments produced
@@ -73,13 +74,23 @@ Optional Arguments
7374
7475**-A **\ [*out/in *]
7576 Build a mask grid, append outside/inside values [1/NaN].
76- Here, height is ignored and **-L **, **-N ** and **-Z ** are disallowed.
77+ Here, height and flattening are ignored and **-L **, **-N ** and **-Z ** are disallowed.
7778
7879.. _-C :
7980
8081**-C **
8182 Select shape function: choose among **c ** (cone), **d ** (disc), **g ** (Gaussian)
82- and **p ** (parabolic) shape [Default is Gaussian].
83+ and **p ** (parabolic) shape [Default is Gaussian]. All but the disc can furthermore
84+ be truncated via a flattening parameter *f * set by **-F **.
85+
86+ .. figure :: /_images/GMT_seamount_types.*
87+ :width: 500 px
88+ :align: center
89+
90+ The four types of seamounts selectable via option **-C **. In all cases, :math: `h_0` is the maximum
91+ *height *, :math: `r_0` is the basal *radius*, :math:`h_c` is the noise floor set via **-L** [0], and
92+ *f * is the *flattening * set via **-F ** [0]. The top radius :math: `r_t` is only nonzero if there is
93+ flattening and hence does not apply to the disc model.
8394
8495.. _-D :
8596
@@ -95,10 +106,18 @@ Optional Arguments
95106 for each seamount. [Default is Circular data format, expecting
96107 *lon, lat, radius, height *].
97108
109+ .. figure :: /_images/GMT_seamount_map.*
110+ :width: 500 px
111+ :align: center
112+
113+ Use **-E ** to select elliptical rather than circular shape in map view. Both shapes require
114+ lon, lat. Circular only requires the radius :math: `r_0` while elliptical requires the azimuth
115+ :math: `\alpha` and the major and minor semi-axes .
116+
98117.. _-F :
99118
100119**-F **\ [*flattening *]
101- Seamounts are to be truncated to guyots. Append *flattening *, otherwise we expect
120+ Seamounts are to be truncated to guyots. Append *flattening * from 0 (no flattening to 1 (no feature!) , otherwise we expect
102121 to find it in last input column [no truncation]. Ignored if used with **-Cd **.
103122
104123.. _-G :
@@ -119,24 +138,30 @@ Optional Arguments
119138
120139.. _-M :
121140
122- **-M **\ *list *
123- Write the names of all grids that were created to the text file *list *.
124- Requires **-T **.
141+ **-M **\ [ *list *]
142+ Write the times and names of all grids that were created to the text file *list *.
143+ Requires **-T **. If not * list * file is given then we write to standard output.
125144
126145.. _-N :
127146
128147**-N **\ *norm *
129- Normalize grid so maximum grid height equals *norm *.
148+ Normalize grid so maximum grid height equals *norm * [no normalization]
130149
131150.. _-Q :
132151
133152**-Q **\ *bmode */*qmode *
134153 Only to be used in conjunction with **-T **. Append two different modes settings:
135154 The *bmode * determines how we construct the surface. Specify **c ** for cumulative
136- volume through time, or **i ** for incremental volume added for each time slice.
137- The *qmode * determines the volume flux curve. Give **g ** for a Gaussian volume flux history
155+ volume through time [Default] , or **i ** for incremental volume added for each time slice.
156+ The *qmode * determines the volume flux curve. Give **g ** for a Gaussian volume flux history [Default]
138157 or **l ** for a linear volume flux history between the start and stop times of each feature.
139158
159+ .. figure :: /_images/GMT_seamount_flux.*
160+ :width: 500 px
161+ :align: center
162+
163+ Use *qmode * in **-Q ** to choose between a linear (**l **) or Gaussian (**g **) cumulative volume flux model.
164+
140165.. _-S :
141166
142167**-S **\ *scale *
0 commit comments