-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased mm array as per RWG's instructions to support larger ruptur…
…es. Also added RWG's updates to hb_high_v6.1.1_sub.f
- Loading branch information
1 parent
0cf290b
commit 83d53b9
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
C old way with large 'lv', this is nevent and needed this for ShakeOut & Hayward sims | ||
C parameter (mm=65392,mmv=60000,mst=6,lv=1000) | ||
C more general way with small 'lv' | ||
parameter (mm=65392,mmv=60000,mst=6,lv=10) | ||
parameter (mm=131072,mmv=60000,mst=6,lv=10) | ||
parameter (nq=2000,np=500,nlaymax=500) |