Skip to content

Commit b2cece0

Browse files
committed
Z1: read component from parameters file
1 parent 86ff5ae commit b2cece0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MINEOS_synthetics/run_MINEOS/Z1_run_idagrn_AllEvts.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
% JBR 07/18
77
clear; close all;
88

9-
COMP = 'Z'; %'Z' 'R' 'T' % Component
109
is_overwrite = 0; % overwrite previous calculations?
1110

1211
parameter_FRECHET;
@@ -16,6 +15,7 @@
1615
% STAPATH = param.STAPATH;
1716
% SYNTH_OUT = param.SYNTH_OUT;
1817

18+
COMP = param.COMP; %'Z' 'R' 'T' % Component
1919
STAPATH = param.STAPATH; % input station path
2020
CMTPATH = param.CMTPATH; % input CMT path
2121
LENGTH_HR = param.LENGTH_HR;

0 commit comments

Comments
 (0)