ROTCONVERTER(1gmt) | GMT | ROTCONVERTER(1gmt) |
rotconverter - Manipulate total reconstruction and stage rotations
rotconverter [ +|- ] rotA [ +|- rotB ] [ +|- rotC ] ... [ -A ] [ -D ] [ -E[fact] ] [ -Fout ] [ -G ] [ -N ] [ -S ] [ -T ] [ -W ] [ -V[level] ] [ -hheaders ]
Note: No space is allowed between the option flag and the associated arguments.
rotconverter reads one or more plate motion models (stage or total reconstruction rotations) stored in the given files. If more than one plate motion model is given we will add or subtract them in the order they were listed. The minus sign means we should first transpose the rotation and then add it to the previous rotation. If a file cannot be opened we will attempt to decode the file name as a single rotation whose parameters are separated by slashes.
Note that only one of -N, -S, and -W can be used at the same time.
To convert the total reconstruction rotations in the file model_total_reconstruction.APM to stage poles, run
gmt rotconverter model_total_reconstruction.APM -Fs > model_stages.APM
To obtain Nazca motion relative to Pacific hotspots by adding the motion of Nazca relative to a fixed Pacific to the Pacific-Hotspot reference model DC85_stages.d, and report the result as total reconstruction reconstruction poles in the northern hemisphere, try
gmt rotconverter DC85_stages.APM + Pac_Naz_stages.RPM -N -Ft > \
Naz_HS_total reconstruction.APM
To add the final rotations ROT(150.1, 70.5, -20.3) and ROT (145.0, 40.0, 11.4), try
gmt rotconverter 150.1/70.5/-20.3 + 145/40/11.4
which prints out 157.32, -80.44, 11.97.
To make stage rotations suitable for generating flowlines (fracture zones) from a model of relative plate motions PL1-PL2.RPM, assuming symmetric spreading, try
gmt rotconverter PL1-PL2.RPM -E -Fs > PL1-PL2_half.RPM gmt rotconverter - PL1-PL2.RPM -E -Fs > PL2-PL1_half.RPM
To compute rotations for India relative to a fixed Africa using the plate circuit India-Central Indian Basin-Antarctica-Africa, based on the GPlates rotations database, try
gmt rotconverter IND-CIB CIB-ANT ANT-AFR > India_Africa.RPM
GMT distributes the EarthByte rotation model Global_EarthByte_230-0Ma_GK07_AREPS.rot. To use an alternate rotation file, create an environmental parameters named GPLATES_ROTATIONS that points to an alternate rotation file.
backtracker, grdrotater, grdspotter, gmtpmodeler, grdpmodeler, grdrotater, hotspotter, originator
2019, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe
May 21, 2019 | 5.4.5 |