GPSvelstr

Plot GPS velocties and strain

This project is maintained by demanasta

Introduction

This repository includes bash scripts that use Generic Mapping Tools (Wessel et al., 2013) to plot teconic velocities and parameters of strain tensors


main scripts

  1. gpsvelstr.sh : plots velocities and parameters of strain tensor

input files

  1. default-param : default parameters for paths, input files and region configuration
  2. input file for velocities (example test.vel)
  3. input file for strain tensor (test.str)

Documentation

If you'd like to use topography, you can download world DEM from here

# //////////////////
# Set PATHS parameters
pth2dems=${HOME}/Map_project/dems
inputTopoL=${pth2dems}/ETOPO1_Bed_g_gmt4.grd
inputTopoB=${pth2dems}/ETOPO1_Bed_g_gmt4.grd
pth2logos=$HOME/Map_project/logos
pth2faults=$HOME/Map_project/faults/NOAFaults_v1.0.gmt

#///////////////////
# Set default REGION for GREECE
west=19
east=30.6
south=33
north=42
projscale=6000000
frame=2

# ////////////////////////////////////////////////////////////////
# scale position parameters for velocities
vsclon=20.2 
vsclat=34 
vscmagn=20

VSC=0.05
STRSC=50
strsclon=20.2
strsclat=34


For main script help function run:

  $> ./gpsvelstr.sh -h 

INPUT FILES

code lat lon alt vN svN vE svE vU svU
code lat lon Kmax sKmax Kmin sKmin Az sAz E sE gtot sgtot

(do not use a seperator!)

MAIN SCRIPT: gpsvelstr.sh

MAIN OPTIONS

Usage : plot_eq.sh -r west east south north projscale frame| -topo | -o [output] | -jpg

PLOT VELOCITIES

PLOT STRAIN TENSOR PARAMETERS

OTHER OPRTIONS

Example:

$ ./gpsvelstr.sh -topo -faults -jpg -logo

Example1

plot velocity test file

$ ./gpsvelstr.sh  -jpg -topo -vhor test.vel -logo

Example 2

plot strain rates from test file

$ ./gpsvelstr.sh -jpg -topo -str test.str -logo

Example 3

Updates

References

Ganas Athanassios, Oikonomou Athanassia I., and Tsimi Christina, 2013. NOAFAULTS: a digital database for active faults in Greece. Bulletin of the Geological Society of Greece, vol. XLVII and Proceedings of the 13th International Congress, Chania, Sept. 2013.

Wessel, P., W. H. F. Smith, R. Scharroo, J. F. Luis, and F. Wobbe, Generic Mapping Tools: Improved version released, EOS Trans. AGU, 94, 409-410, 2013.

Contact

Demitris Anastasiou, danast@mail.ntua.gr

Xanthos Papanikolaou, xanthos@mail.ntua.gr