brendanjmeade / celeri

Next generation earthquake cycle kinematics
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

Ben what are the slip components for cutde? #35

Closed brendanjmeade closed 3 years ago

brendanjmeade commented 3 years ago

https://github.com/brendanjmeade/celeri/blob/9164da11e1431ed4f8cadf1798eced5748fb7e2d/celeri.py#L1671-L1671

brendanjmeade commented 3 years ago

@tbenthompson This is a clarification issue. What is the default coordinate system that cutde assumes for sense of slip on faults? Is it Cartesian x, y, z, or strike-, dip-, tensile-slip? Something else?

tbenthompson commented 3 years ago

The slips parameter is a numpy array with shape (N, 3) where slips[:,0] is the strike slip component, while component 1 is the dip slip and component 2 is the tensile/opening component.

brendanjmeade commented 3 years ago

Thanks! That's fantastic and makes life really easy because it saves a reference frame conversion!