GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

Implementation of GMM Allen 2012 #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue to track work in introducing a new ground motion model, Allen 2012

Work is being completed in branches/gmm_allen

Original issue reported on code.google.com by b...@girorosso.com on 24 Feb 2012 at 3:43

GoogleCodeExporter commented 9 years ago
Remaining work: test against sample data from Trevor Allen's matlab 
distribution. Data and matlab file attached.

From David Burbridge:

In the file you should be find 12 arrays, one for each combination of 
magnitude, distance and depth you requested. The format of array name is 
accelM[magnitude]R[distance]D[depth]. Since Matlab doesn't like decimals in its 
file name the magnitude is expressed without the decimal point. So for example 
the array

accelM35R100D10 

contains all the ground motions for a magnitude 3.5 at a distance of 100km and 
a depth of 10km. In each array the first column has the period in seconds and 
the second has the corresponding response spectral period in cm/s^2. 

Original comment by b...@girorosso.com on 24 Feb 2012 at 3:46

Attachments:

GoogleCodeExporter commented 9 years ago
Revision 969 adds this test data to the unit test suite 
(test_ground_motion_specification.py). It revealed that period from the model 
data needed to be treated differently. All unit tests now pass.

Original comment by b...@girorosso.com on 28 Feb 2012 at 3:42