hvasbath / beat

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

Warning: The source's sub-sources are further than lambda_min/4 apart #28

Closed vic-chou closed 5 years ago

vic-chou commented 5 years ago

Hi, when I run "beat sample Laquila" in Scenario I, there are many WARNING said that "The source's sub-sources are further than lambda_min/4 apart". Does it matter?

hvasbath commented 5 years ago

Meaning that your decimation factor (see config_geometry.yaml) is to high or respectively your GF store spacings too low. This is not so serious if you are just testing or not doing any kinematic rupture simulation. It introduces numerical errors through coarser descretization by gaining computational speed.

vic-chou commented 5 years ago

OK, thank you.