Skip to content

Commit

Permalink
Added new parameters to site.py
Browse files Browse the repository at this point in the history
Added soil and topographical parameters to site.py
  • Loading branch information
Prajakta-Jadhav-25 committed Jul 22, 2021
1 parent e756547 commit 26b733e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debian/changelog
@@ -1,3 +1,7 @@
[Prajakta R. Jadhav, Dharma Wijewickreme]
* Added soil and topographical parameters for predicting
lateral spread displacements

[Claudia Mascandola]
* Added the Lanzano et al. (2020) GMPE

Expand Down
7 changes: 6 additions & 1 deletion openquake/hazardlib/site.py
Expand Up @@ -162,7 +162,12 @@ def _extract(array_or_float, indices):
'hwater': numpy.float64,
'precip': numpy.float64,
'fpeak': numpy.float64,

'freeface_ratio': numpy.float64,
'T_15': numpy.float64,
'D50_15': numpy.float64,
'F_15': numpy.float64,
'T_eq': numpy.float64,

# other parameters
'custom_site_id': numpy.uint32,
'region': numpy.uint32
Expand Down

0 comments on commit 26b733e

Please sign in to comment.