UO-Geophysics / MudPy

Kinematic and static rupture forward modeling and inversion code
Other
114 stars 63 forks source link

fix: 1. velmod path without given '.npz' error; 2. 'no moho' to 'no_moho' #85

Closed jiunting closed 2 years ago

jiunting commented 2 years ago
  1. Fix TauPyModel path without given '.npz' error. When '.npz' is not provided, the default is to search the file from the path but all in "lower case file name". This will cause file not found error if velmod file name is not in lower case.

  2. Fix Qmethod == 'no moho' to 'no_moho'. When calling run_parallel_hfsims, 'no moho' will be two inputs instead of one, which will mess up the following inputs.