We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5ffee commit 259a291Copy full SHA for 259a291
documentation/modules/grdgravmag3d.md
@@ -27,7 +27,10 @@ If two grids are provided then the gravity/magnetic effect of the volume between
27
Provide *xy_loc* (file name or GMTdataset) locations where the anomaly will be computed. Note,
28
this option is mutually exclusive with the **save** option.
29
30
-\textinput{common_opts/opt_save_grd}
+- **G** or **save** or **outgrid** or **outfile** : -- *save=file_name.grd*\
31
+ Write one or more fields directly to grids on disk or return them to the Julia REPL as grid objects.
32
+ If more than one field is specified via **fields** then *file_name* must contain the format flag
33
+ %s so that we can embed the field code in the file names.
34
35
Optional Arguments
36
------------------
0 commit comments