GMT (The Generic Mapping Tools) is the most commonly used software in the geophysics community for plotting high-quality figures, especially maps. Dr. Dongdong Tian is an expert and one of the core developers.
ISC (International Seismological Centre) catalog is usually considered to be the final catalog of global earthquake data. It contains data from 1900 to now. In ISC catalog, earthquake information are automatically determined, and then manually inspected by ISC analysts and relocated if possible. The manually reviewed ISC catalog is typically 24 months behind real-time. Currently (in 2019), only the earthquake information from 1900 to 2016 are manually reviewed.
The Global Centroid-Moment-Tensor (CMT) Project provides focal mechanisms of global earthquakes with magnitudes larger than 5.
'plotmap401.gmt5'
using a text editor. (Note the filename extension means nothing)bash ./plotmap401.gmt5'
, check the output file 'mapGLG401.pdf'
.plotmapMI.gmt5'
using a text editor. (Note the filename extension means nothing)bash ./plotmapMI.gmt5'
, check the output file 'mapMI.pdf'
.outf
', 'area
', 'proj
' in file 'plotmapMI.gmt5'
for another region. (Note the projection parameters 'proj
' should be consistent with the region parameters 'area
'. Recommended values are (longtidue of the map center)/(latitude of the map center)/(minimum latitude)/(maximum latitude)/(map width). A map width of '5c
' means 5 centimeter, and '5i
' means 5 inches.)'bash ./plotmapEQMI.gmt5'
, check the output file 'mapEQMI.pdf'
.outf
', 'area
', 'proj
' in file 'plotmapEQMI.gmt5'
for the new region.'plotmapMI.gmt5'
and 'plotmapEQMI.gmt5'
. What is the difference?'bash ./plotmapCMTCA.gmt5'
, check the output file 'mapCMTCA.pdf'
.'plotmapCMTCA.gmt5'
, in the line of 'psmeca'
, try to replace '-Sm0.5'
with '-Sd0.5'
, check the new output file. What is the difference?'plotmapEQMI.gmt5'
and 'plotmapCMTCA.gmt5'
. What is the difference?