Activity log for bug #975204

Date Who What changed Old value New value Message
2012-04-06 14:44:59 Graeme Weatherill bug added bug
2012-04-06 14:44:59 Graeme Weatherill attachment added Bungum_2007_CompGeosci_Numerical_Fault_Rate.pdf https://bugs.launchpad.net/bugs/975204/+attachment/3016564/+files/Bungum_2007_CompGeosci_Numerical_Fault_Rate.pdf
2012-04-11 14:15:56 Giuseppe Vallarelli description The purpose of this bug to describe the calculation of the occurrence rate of earthquakes on a fault using the Anderson & Luco Type 1 method. There are three types of methods to calculate the occurrence rate made by Anderson & Luco (1983). They share the same set of input parameters, and differ only in the equation used for the calculation. The parameters used are: 1) Rate of slip (mm/yr) on the fault (positive float) 2) Aseismic coefficient - a positive float in the range 0.0 to 1.0 that describes the proportion of the fault slip that is not "used" by earthquakes. 3) Rake (degrees, i.e. positive float in the range -180.0 to 180.0) of the fault 4) Fault config, which contains the Shear modulus, magnitude scaling relation model and displacement to length ratio (see tectonic region) 5) Fault geometry ( https://bugs.launchpad.net/openquake/+bug/975104) 6) Minimum magnitude (compulsory - input by the user) 7) Magnitude interval (bin width) 8) b-value 9) Maximum magnitude: this can be input directly by the user. However, if it is not specifed by the user then the maximum magnitude is calculated by the magnitude scaling relation, which takes as input the magnitude scaling relation model (implemented from the nhlib) selection, the fault geometry area and the rake. A possible implementation is defined for calculating the occurence rate: https://github.com/g-weatherill/gw_misc_code/blob/master/fault_calculator/new_fault_class.py#L257 The purpose of this bug to describe the calculation of the occurrence rate of earthquakes on a fault using the Anderson & Luco Type 1 method. There are three types of methods to calculate the occurrence rate made by Anderson & Luco (1983). They share the same set of input parameters, and differ only in the equation used for the calculation. The parameters used are: 1) Rate of slip (mm/yr) on the fault (positive float) 2) Aseismic coefficient - a positive float in the range 0.0 to 1.0 that describes the proportion of the fault slip that is not "used" by earthquakes. 3) Rake (degrees, i.e. positive float in the range -180.0 to 180.0) of the fault 4) Fault config, which contains the Shear modulus, magnitude scaling relation model and displacement to length ratio (see tectonic region) 5) Fault geometry ( https://bugs.launchpad.net/openquake/+bug/975104) 6) Minimum magnitude (compulsory - input by the user) 7) Magnitude interval (bin width) 8) b-value 9) Maximum magnitude: this can be input directly by the user. However, if it is not specifed by the user then the maximum magnitude is calculated by the magnitude scaling relation(WC1994 get_median_mag or get_mag), which takes as input the magnitude scaling relation model (implemented from the nhlib) selection, the fault geometry area and the rake. A possible implementation is defined for calculating the occurence rate: https://github.com/g-weatherill/gw_misc_code/blob/master/fault_calculator/new_fault_class.py#L257
2012-04-12 13:55:41 Giuseppe Vallarelli description The purpose of this bug to describe the calculation of the occurrence rate of earthquakes on a fault using the Anderson & Luco Type 1 method. There are three types of methods to calculate the occurrence rate made by Anderson & Luco (1983). They share the same set of input parameters, and differ only in the equation used for the calculation. The parameters used are: 1) Rate of slip (mm/yr) on the fault (positive float) 2) Aseismic coefficient - a positive float in the range 0.0 to 1.0 that describes the proportion of the fault slip that is not "used" by earthquakes. 3) Rake (degrees, i.e. positive float in the range -180.0 to 180.0) of the fault 4) Fault config, which contains the Shear modulus, magnitude scaling relation model and displacement to length ratio (see tectonic region) 5) Fault geometry ( https://bugs.launchpad.net/openquake/+bug/975104) 6) Minimum magnitude (compulsory - input by the user) 7) Magnitude interval (bin width) 8) b-value 9) Maximum magnitude: this can be input directly by the user. However, if it is not specifed by the user then the maximum magnitude is calculated by the magnitude scaling relation(WC1994 get_median_mag or get_mag), which takes as input the magnitude scaling relation model (implemented from the nhlib) selection, the fault geometry area and the rake. A possible implementation is defined for calculating the occurence rate: https://github.com/g-weatherill/gw_misc_code/blob/master/fault_calculator/new_fault_class.py#L257 The purpose of this bug to describe the calculation of the occurrence rate of earthquakes on a fault using the Anderson & Luco Type 1 method. There are three types of methods to calculate the occurrence rate made by Anderson & Luco (1983). They share the same set of input parameters, and differ only in the equation used for the calculation. The parameters used are: 1) Rate of slip (mm/yr) on the fault (positive float) 2) Aseismic coefficient - a positive float in the range 0.0 to 1.0 that describes the proportion of the fault slip that is not "used" by earthquakes. 3) Rake (degrees, i.e. positive float in the range -180.0 to 180.0) of the fault 4) Fault config, which contains the Shear modulus, magnitude scaling relation model and displacement to length ratio (see tectonic region) 5) Fault geometry ( https://bugs.launchpad.net/openquake/+bug/975104) 6) Minimum magnitude (compulsory - input by the user) 7) Magnitude interval (bin width) 8) b-value 9) Maximum magnitude: this can be input directly by the user. However, if it is not specifed by the user then the maximum magnitude is calculated by the magnitude scaling relation(WC1994 get_median_mag or get_mag), which takes as input the magnitude scaling relation model (implemented from the nhlib) selection, the fault geometry area and the rake. A possible implementation is defined for calculating the occurence rate: https://github.com/g-weatherill/gw_misc_code/blob/master/fault_calculator/new_fault_class.py#L257 see also: https://github.com/g-weatherill/gw_misc_code/blob/master/fault_calculator/new_fault_class_2.py
2012-04-16 14:58:19 Giuseppe Vallarelli openquake: status New In Progress
2012-04-19 08:44:10 Giuseppe Vallarelli attachment added Obtained by executing fault_activity_calculator.py with sumatra fault_system input see https://github.com/g-weatherill/gw_misc_code/tree/add_char_eq_fault https://bugs.launchpad.net/openquake/+bug/975204/+attachment/3092851/+files/results.txt
2012-05-09 07:49:55 Giuseppe Vallarelli openquake: status In Progress Fix Committed
2013-04-08 10:38:48 Lars Butler openquake: status Fix Committed Fix Released