You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the sampling rate is set to the time step length of the simulation. We strongly recommend to leave it as such to avoid aliasing. The resampling can better be done with \textit{ObsPy} or another tool that supports filtering.
582
582
583
+
\subsection{Use external 1D velocity model}
584
+
\verb|MESHER/inparam_mesh|, change parameter \verb|BACKGROUND_MODEL| to \verb|external| and \verb|EXT_MODEL| to the filename of your model. The model should be stored in a file of the following form:
The first line contains two boolean entries: First, whether the model is anisotropic, second whether the model is anelastic. The second line contains the number of layers in the file. Afterwards the model parameters for each layer are set in the order:\\
The order of the layers is arbitrary, but the radius has to be monotonous. First order discontinuities are enforced by double layers with the same radius (see layers 2/3 and 4/5 in the example) and are honoured by the MESHER. For an example, enable the option \verb|WRITE_1DMODEL| in \verb|MESHER/inparam_mesh| and run the MESHER. It will put a valid input file of the selected model into the DIAG directory. Modify this file according to your needs.\\
602
+
The overall radius of the body is given by the radius of the outermost layer and can take any reasonable value.
0 commit comments