Skip to content

Commit 5ad6ecc

Browse files
Update and rename 3dtri_cleanup.f90 to 3dtriBIE_v1.f90
1 parent 31f4c41 commit 5ad6ecc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/3dtri_cleanup.f90 src/3dtriBIE_v1.f90

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
!------------------------------------------------
2-
! 3D Subduction fault earthquake sequence model
3-
! MPI
2+
! code: TriBIE
3+
! Purpose: 3D Subduction fault earthquake sequence model
4+
! Language: Fortran + OpenMPI
5+
! Authors:
6+
7+
! Last modified Jan. 2019
8+
49
! Yajing Liu ([email protected])
510
! Last modified Jul. 4, 2012
611
!
7-
8-
! Last modified Jan. 2019
9-
!------------------------------------------------
1012
! Notes:
1113
! using varying plate convergence rate. pay attention to theta !!!!
1214
! yt(2*i) should not be negative!!!!
1315
! The fault could be set up with two buffer zones both sides of 20 km wide each
1416
! cleaned up for higher efficiency
17+
!------------------------------------------------
1518

1619
program main
1720
USE mpi

0 commit comments

Comments
 (0)