Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kajjohns authored Dec 20, 2023
1 parent 39e9d00 commit 4c806e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
This package of Matlab codes implement semi-analytical propagator matrix methods to compute surface deformation in layered elastic or viscoelastic halfspaces due to either fault or mogi (point inflationary) sources.

There are three codes in this package:

1. PLate_over_Maxwell codes (Fault_Source_Viscoelastic folder). View run_postseismic_example.m to see how to execute these codes.

This code computes the velocities or displacements at surface points at a single time due to uniform slip
on a rectangular dislocation in an elastic plate overlying a Maxwell
viscoelastic layer that lies over a Maxwell viscoelastic halfspace.

2. Layered elastic halfspace codes (Fault_Source_Elastic folder). View run_example.m to see how to execute these codes.

LayeredGreens.m calculates the surface displacements due to a uniform, rectangular dislocation in a layered
elastic halfspace using propagator matrix methods.

3. Mogi souce codes (Mogi_Souce folder). View run_example.m to see how to execute these codes.

MogiLayers.m is the same implementation of propagator matrix solutions as in LayeredGreens.m (above), but for inflationary point sources (the 'Mogi' source).

0 comments on commit 4c806e0

Please sign in to comment.