Skip to content

Commit

Permalink
release of JAGURS-D_V0515
Browse files Browse the repository at this point in the history
Fixed a bug on treatments breaking line-shape banks after tsunami overflows
  • Loading branch information
jagurs-admin authored Apr 2, 2020
1 parent f9c9eb7 commit 348fe89
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -574,4 +574,18 @@ DEBUG about the problem on "MULTI=ON", "init_disp_fault=0" and "multrupt=1" is a
(contributed by J.Taniguchi. Thanks!).

--------------------------------------------------------------------------------
2020.01.10 V0515

- DEBUG for wall breaking calculations. Plus and minus sign of "dhigh" was wrong.

[Before]
bt[xy](i,j) = broken_rate*(bt[xy](i,j) - dhigh) + dhigh

[After]
bt[xy](i,j) = broken_rate*(bt[xy](i,j) + dhigh) - dhigh

- Modification to use newer PROJ.4 (version 6.0.0 or later) library has been applied
(contributed by naotaka-chikasada. Thanks!).

--------------------------------------------------------------------------------

0 comments on commit 348fe89

Please sign in to comment.