Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/rst/source/supplements/potential/grdseamount.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ Optional Arguments
give start time *t0*. Default *unit* is years; append **k** for kyr and **M** for Myr.
For a logarithmic time scale, append **+l** and specify *n* steps instead of *dt*.
Alternatively, give a file with the desired times in the first column (these times
may have individual units appended, otherwise we assume year). Note that the grid
for *t0* (if a range is given) is not written as it is zero and marks the start of
the building history.
may have individual units appended, otherwise we assume year). Note that a grid
will be written for all time-steps even if there are no loads or no changes.

.. _-Z:

Expand Down
3 changes: 1 addition & 2 deletions src/potential/grdseamount.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,9 +861,8 @@ EXTERN_MSC int GMT_grdseamount (void *V_API, int mode, void *args) {
prev_user_time = this_user_time; /* Make this the previous time */
}
if (empty) {
GMT_Report (API, GMT_MSG_INFORMATION, "No contribution made for time %g %s\n",
GMT_Report (API, GMT_MSG_WARNING, "No contribution made for time %g %s\n",
Ctrl->T.time[t].value * Ctrl->T.time[t].scale, gmt_modeltime_unit (Ctrl->T.time[t].u));
continue;
}

/* Time to write the grid */
Expand Down