hvasbath / beat

Bayesian Earthquake Analysis Tool
GNU General Public License v3.0
128 stars 42 forks source link

BEAT: Added option to build GFs with EPcrust model #87

Open mgovorcin opened 2 years ago

mgovorcin commented 2 years ago
  1. To use this option: add the following lines below the "gf_config: !beat.SeismicGFConfig" in your config.yaml file use_crust2: false #need to deselect this option as you want to use epcrust use_epcrust: true epcrust_radius: 20 # added this option to get the average EPcrust profile in the defined radius due to the high resolution of the model (0.5°x0.5°), use 0 if you want to get the EPcrust profile close to your reference location

In order to work pyrocko version needs to have the following: modified cake.py to accept ep_crust and ep_crust.py, EPcrust_0_5.txt, Ice_thickness_0_5.txt in the folder pyrocko/dataset pyrocko.zip

  1. Also, changed the lines that define the extra config parameters for qseis to introduce the possibility to automatically adjust the GF window length in accordance with the station distance from the event.

######################################################

Added rough script to import multisegment fault from shapefile and export configuration file for "priors" - Maybe you can see how to get pieces of this code and include it somewhere else in beat, such as heat