Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ex49.rst 1.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. .. _example_49:
  2. (49) Analysis of the Atlantic seafloor depth/age relationship
  3. -------------------------------------------------------------
  4. In this example we show an example of data analysis using grids
  5. of seafloor depth and age for a region in the south Atlantic.
  6. We use module :doc:`grdsample </grdsample>` to convert the age
  7. grid to the same pixel registration used by the depth grid.
  8. Dumping separate x,y,z triplets with :doc:`grd2xyz </grd2xyz>`
  9. lets us paste the output back via :doc:`gmtconvert </gmtconvert>`
  10. to make binary tables of age,depth,depth. Here, depth is repeated in
  11. order to use :doc:`blockmode </blockmode>` for modal depth estimation
  12. and :doc:`xyz2grd </xyz2grd>` for mapping the data density.
  13. We image the density of (age,depth) points, overlay the modal depths
  14. and their robust uncertainty bars, and compute and plot two models
  15. for the expected depths as a function of age (see legend). Note we
  16. place most of the legend twice to achieve the thin-on-thick pen
  17. effect in the legend.
  18. .. literalinclude:: /_verbatim/ex49.txt
  19. :language: bash
  20. .. figure:: /_images/ex49.*
  21. :width: 500 px
  22. :align: center
  23. Seafloor depth vs. age in the south Atlantic.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...