-
Notifications
You must be signed in to change notification settings - Fork 5
/
default-param
80 lines (56 loc) · 2.33 KB
/
default-param
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#!/bin/bash
#use this file to cheange default parameters for plots
# //////////////////////////////////////////////////////////////////////////////
# Set path for general files
export pth2dems=${HOME}/Map_project/dems
export inputTopoL=${pth2dems}/ETOPO1_gr_resample01m.grd #ETOPO1_Bed_g_gmt4.grd #ETOPO1_grcut.grd
export inputTopoB=${pth2dems}/ETOPO1_gr_resample01m.grd #ETOPO1_Bed_g_gmt4.grd #ETOPO1_grcut.grd
# Path to logo file
export pth2logo=${HOME}/Map_project/logos/DSOlogo2.eps
# Path to faults database file
export pth2faults=${HOME}/Map_project/faults/NOAFaults_v1.0.gmt
# //////////////////////////////////////////////////////////////////////////////
# Path to input file directories
# Path to directory of input files *.inp
export pth2inpdir=../inp_historic/
# Path to directory of *.dat files
export pth2datdir=../gmt_files/
# Path to directory of *.cou files
export pth2coudir=../output_files/
# Path to directory of *.disp files. GPS displacements
export pth2gpsdir=../gps_data/
# Path to earthquakes database
export pth2eqdir=../earthquake_data/
# pth2gpsfile=${inputdata}.disp
#pth2inpdata=../input_zakynthos/${inputfile}.inp
# //////////////////////////////////////////////////////////////////////////////
# Colormap Palettes
export landcpt=tmp_land.cpt
export bathcpt=tmp_bath.cpt
export coulombcpt=Coulomb_anatolia.cpt
# //////////////////////////////////////////////////////////////////////////////
# Only frame nust set in this section
# minlon=20.2
# maxlon=21.7
# minlat=37.5
# maxlat=38.7
# Do not comment next 3 line
export prjscale=1500000 ## Default 1500000
export frame=0.5 ## Default 0.5
export sclength=20 ## Default 20
# //////////////////////////////////////////////////////////////////////////////
# general variables
export barrange=1 ## Default 1
export strainscale=6 ## Used for strain plot <stain>*10^-${strainscale}
export dhscale=100 ## Default 100
export dvscale=100 ## Default 100
export dhscmagn=10 #use mm
export dvscmagn=12 #use mm
# export CALC_DEPTH=5 #use km
export RTRANS=30 # set transparency for overlay topography
export FAULT_CODE=Fault
# //////////////////////////////////////////////////////////////////////////////
export logogmt_pos="-UBL/0.05c/0.05c/DemAnast"
export logocus_pos="-Dx13.57c/10.05c+w1.1c"
# legendc="-Jx1i -R0/8/0/8 -Dx18.5c/12.6c/3.6c/3.5c/BL"
#