pygrnwang 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. pygrnwang-1.0.0/LICENSE +21 -0
  2. pygrnwang-1.0.0/MANIFEST.in +9 -0
  3. pygrnwang-1.0.0/PKG-INFO +69 -0
  4. pygrnwang-1.0.0/README.md +30 -0
  5. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/dc3d.f +665 -0
  6. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/dc3d0.f +460 -0
  7. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcdisc.f +188 -0
  8. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcglobal.h +15 -0
  9. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcgrn.f +447 -0
  10. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcmain.f +327 -0
  11. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcoutput.f +134 -0
  12. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/getdata.f +30 -0
  13. pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/okada.f +189 -0
  14. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/axb.f +26 -0
  15. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj.f +58 -0
  16. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj0.f +42 -0
  17. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj1.f +42 -0
  18. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgbstab.f +60 -0
  19. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgglobal.h +25 -0
  20. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edghask.f +79 -0
  21. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgkern.f +36 -0
  22. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edglayer.f +77 -0
  23. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmain.f +299 -0
  24. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmatinv.f +55 -0
  25. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmatrix.f +48 -0
  26. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmoment.f +97 -0
  27. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgpsv.f +321 -0
  28. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgsh.f +208 -0
  29. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgsublay.f +78 -0
  30. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgwvint.f +334 -0
  31. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/gemp.f +83 -0
  32. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/getdata.f +26 -0
  33. pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/memcpy.f +17 -0
  34. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj.f +54 -0
  35. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj0.f +33 -0
  36. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj1.f +33 -0
  37. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/caxcb.f +20 -0
  38. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/cdgemp.f +81 -0
  39. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/cmemcpy.f +15 -0
  40. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/four1.f +65 -0
  41. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/getdata.f +26 -0
  42. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsam2ve.f +61 -0
  43. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsbsj.f +36 -0
  44. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsfftinv.f +138 -0
  45. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsgetinp.f +763 -0
  46. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsglobal.h +189 -0
  47. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qshksh.f +51 -0
  48. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qskern.f +33 -0
  49. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qslayer.f +128 -0
  50. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmain.f +78 -0
  51. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmatrix0.f +86 -0
  52. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmultis.f +135 -0
  53. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qspsv.f +610 -0
  54. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsqmodel.f +61 -0
  55. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssh.f +240 -0
  56. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssource.f +69 -0
  57. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssublay.f +142 -0
  58. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsve2am.f +75 -0
  59. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswavelet.f +60 -0
  60. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswaveno.f +37 -0
  61. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswvint.f +300 -0
  62. pygrnwang-1.0.0/fortran_src_codes/qseis06_src/taper.f +25 -0
  63. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj.f +54 -0
  64. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj0.f +33 -0
  65. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj1.f +33 -0
  66. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/caxcb.f +20 -0
  67. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/cdgemp.f +81 -0
  68. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/cmemcpy.f +15 -0
  69. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/four1.f +65 -0
  70. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/getdata.f +26 -0
  71. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsam2ve.f +61 -0
  72. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsbsj.f +36 -0
  73. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsfftinv.f +138 -0
  74. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsgetinp.f +843 -0
  75. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsglobal.h +192 -0
  76. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qshksh.f +51 -0
  77. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qskern.f +33 -0
  78. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qslayer.f +128 -0
  79. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmain.f +78 -0
  80. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmatrix0.f +86 -0
  81. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmultis.f +136 -0
  82. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qspsv.f +610 -0
  83. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsqmodel.f +61 -0
  84. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssh.f +240 -0
  85. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssource.f +69 -0
  86. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssublay.f +142 -0
  87. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsve2am.f +75 -0
  88. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswavelet.f +60 -0
  89. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswaveno.f +37 -0
  90. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswvint.f +422 -0
  91. pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/taper.f +25 -0
  92. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/banddpasss.f +44 -0
  93. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/brunewvlet.f +22 -0
  94. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/butterworth.f +37 -0
  95. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/caxcb.f +20 -0
  96. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/cdsvd500.f +107 -0
  97. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/cmemcpy.f +15 -0
  98. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/disazi.f +73 -0
  99. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/four1w.f +77 -0
  100. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/fsimpson.f +34 -0
  101. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/legendre.f +28 -0
  102. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/moments.f +41 -0
  103. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpalloc.f +119 -0
  104. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmat0.f +91 -0
  105. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmatl.f +116 -0
  106. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmats.f +96 -0
  107. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpfftinv.f +240 -0
  108. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpgetinp.f +686 -0
  109. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpgrnspec.f +752 -0
  110. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qplegendre.f +28 -0
  111. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpmain.f +78 -0
  112. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qppsvkern.f +257 -0
  113. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qppsvkerng.f +124 -0
  114. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpqmodel.f +68 -0
  115. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpshkern.f +90 -0
  116. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmat.f +284 -0
  117. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmat0.f +124 -0
  118. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmatc.f +142 -0
  119. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsprop.f +1602 -0
  120. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsprop0.f +229 -0
  121. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpspropg.f +2037 -0
  122. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpspropg0.f +212 -0
  123. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0.f +40 -0
  124. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0a.f +46 -0
  125. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0g.f +28 -0
  126. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart2t.f +36 -0
  127. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4.f +88 -0
  128. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4a.f +65 -0
  129. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4g.f +51 -0
  130. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6.f +123 -0
  131. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6a.f +103 -0
  132. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6g.f +29 -0
  133. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsublayer.f +714 -0
  134. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qptmat.f +99 -0
  135. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qptprop.f +196 -0
  136. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpwvint.f +1112 -0
  137. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/ruku.f +108 -0
  138. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/skipdoc.f +20 -0
  139. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbdphj.f +48 -0
  140. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbdphy.f +48 -0
  141. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbh12.f +41 -0
  142. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbjh.f +162 -0
  143. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbphj.f +44 -0
  144. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbphy.f +44 -0
  145. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbpsj.f +44 -0
  146. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbpsy.f +44 -0
  147. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/swavelet.f +31 -0
  148. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/taper.f +31 -0
  149. pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/transfs2t.f +143 -0
  150. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/banddpasss.f +44 -0
  151. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/butterworth.f +37 -0
  152. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/caxcb.f +20 -0
  153. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/cdsvd.f +117 -0
  154. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/cmemcpy.f +15 -0
  155. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/disazi.f +73 -0
  156. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/four1w.f +77 -0
  157. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/legendre.f +24 -0
  158. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpalloc.f +81 -0
  159. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat2.f +38 -0
  160. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat4.f +48 -0
  161. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat6.f +72 -0
  162. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdocu.f +177 -0
  163. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpfftinv.f +42 -0
  164. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpgetinp.f +335 -0
  165. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpgrnspec.f +522 -0
  166. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qplegendre.f +29 -0
  167. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpmain.f +82 -0
  168. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpmaxdeg.f +50 -0
  169. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qppsvkern.f +220 -0
  170. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qppsvkerng.f +34 -0
  171. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpqmodel.f +68 -0
  172. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpshkern.f +75 -0
  173. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmat.f +267 -0
  174. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmat0.f +97 -0
  175. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmatc.f +143 -0
  176. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop.f +796 -0
  177. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop0.f +105 -0
  178. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop1.f +855 -0
  179. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg.f +987 -0
  180. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg0.f +83 -0
  181. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg1.f +837 -0
  182. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart0.f +38 -0
  183. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart4.f +87 -0
  184. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart6.f +123 -0
  185. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsublayer.f +422 -0
  186. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptmat.f +99 -0
  187. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptprop.f +109 -0
  188. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptprop1.f +123 -0
  189. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpwvint.f +412 -0
  190. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/ruku.f +117 -0
  191. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/skipdoc.f +20 -0
  192. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbdphj.f +48 -0
  193. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbdphy.f +48 -0
  194. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbjh.f +223 -0
  195. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbphj.f +44 -0
  196. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbphy.f +44 -0
  197. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbpsj.f +44 -0
  198. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbpsy.f +44 -0
  199. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/swavelet.f +31 -0
  200. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/taper.f +31 -0
  201. pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/tpssub.f +523 -0
  202. pygrnwang-1.0.0/pygrnwang/__init__.py +11 -0
  203. pygrnwang-1.0.0/pygrnwang/ak135fc.py +141 -0
  204. pygrnwang-1.0.0/pygrnwang/create_edcmp.py +117 -0
  205. pygrnwang-1.0.0/pygrnwang/create_edcmp_bulk.py +225 -0
  206. pygrnwang-1.0.0/pygrnwang/create_edgrn.py +96 -0
  207. pygrnwang-1.0.0/pygrnwang/create_edgrn_bulk.py +147 -0
  208. pygrnwang-1.0.0/pygrnwang/create_qseis06.py +323 -0
  209. pygrnwang-1.0.0/pygrnwang/create_qseis06_bulk.py +466 -0
  210. pygrnwang-1.0.0/pygrnwang/create_qseis2025.py +234 -0
  211. pygrnwang-1.0.0/pygrnwang/create_qseis2025_bulk.py +260 -0
  212. pygrnwang-1.0.0/pygrnwang/create_qssp2020.py +282 -0
  213. pygrnwang-1.0.0/pygrnwang/create_qssp2020_bulk.py +534 -0
  214. pygrnwang-1.0.0/pygrnwang/create_spgrn.py +140 -0
  215. pygrnwang-1.0.0/pygrnwang/create_spgrn_bulk.py +222 -0
  216. pygrnwang-1.0.0/pygrnwang/edcmp2inp.py +132 -0
  217. pygrnwang-1.0.0/pygrnwang/edgrn2inp.py +91 -0
  218. pygrnwang-1.0.0/pygrnwang/exec/TauP-2.6.1.jar +0 -0
  219. pygrnwang-1.0.0/pygrnwang/exec/edcmp2.bin +0 -0
  220. pygrnwang-1.0.0/pygrnwang/exec/edgrn2.bin +0 -0
  221. pygrnwang-1.0.0/pygrnwang/exec/qseis06.bin +0 -0
  222. pygrnwang-1.0.0/pygrnwang/exec/qseis2025.bin +0 -0
  223. pygrnwang-1.0.0/pygrnwang/exec/qssp2020.bin +0 -0
  224. pygrnwang-1.0.0/pygrnwang/exec/spgrn2020.bin +0 -0
  225. pygrnwang-1.0.0/pygrnwang/focal_mechanism.py +360 -0
  226. pygrnwang-1.0.0/pygrnwang/geo.py +403 -0
  227. pygrnwang-1.0.0/pygrnwang/obspy_geo.py +310 -0
  228. pygrnwang-1.0.0/pygrnwang/plot_seismograms.py +20 -0
  229. pygrnwang-1.0.0/pygrnwang/pytaup.py +146 -0
  230. pygrnwang-1.0.0/pygrnwang/qseis06inp.py +254 -0
  231. pygrnwang-1.0.0/pygrnwang/qseis2025inp.py +280 -0
  232. pygrnwang-1.0.0/pygrnwang/qssp2020inp.py +166 -0
  233. pygrnwang-1.0.0/pygrnwang/read_by_qssp.py +273 -0
  234. pygrnwang-1.0.0/pygrnwang/read_edcmp.py +132 -0
  235. pygrnwang-1.0.0/pygrnwang/read_green_info_spgrn2020.py +37 -0
  236. pygrnwang-1.0.0/pygrnwang/read_qseis06.py +249 -0
  237. pygrnwang-1.0.0/pygrnwang/read_qseis06_diff.py +389 -0
  238. pygrnwang-1.0.0/pygrnwang/read_qseis2025.py +353 -0
  239. pygrnwang-1.0.0/pygrnwang/read_qssp2020.py +378 -0
  240. pygrnwang-1.0.0/pygrnwang/read_spgrn.py +212 -0
  241. pygrnwang-1.0.0/pygrnwang/read_tpts_table.py +52 -0
  242. pygrnwang-1.0.0/pygrnwang/signal_process.py +95 -0
  243. pygrnwang-1.0.0/pygrnwang/spgrn2020inp.py +157 -0
  244. pygrnwang-1.0.0/pygrnwang/utils.py +314 -0
  245. pygrnwang-1.0.0/pygrnwang.egg-info/PKG-INFO +69 -0
  246. pygrnwang-1.0.0/pygrnwang.egg-info/SOURCES.txt +304 -0
  247. pygrnwang-1.0.0/pygrnwang.egg-info/dependency_links.txt +1 -0
  248. pygrnwang-1.0.0/pygrnwang.egg-info/entry_points.txt +2 -0
  249. pygrnwang-1.0.0/pygrnwang.egg-info/requires.txt +7 -0
  250. pygrnwang-1.0.0/pygrnwang.egg-info/top_level.txt +1 -0
  251. pygrnwang-1.0.0/pyproject.toml +39 -0
  252. pygrnwang-1.0.0/setup.cfg +4 -0
  253. pygrnwang-1.0.0/setup.py +69 -0
  254. pygrnwang-1.0.0/test/test_compare_qssp_spgrn.py +133 -0
  255. pygrnwang-1.0.0/test/test_correct_stress.py +314 -0
  256. pygrnwang-1.0.0/test/test_create_edcmp.py +55 -0
  257. pygrnwang-1.0.0/test/test_create_edgrn_edcmp_bulk.py +57 -0
  258. pygrnwang-1.0.0/test/test_create_qseis.py +41 -0
  259. pygrnwang-1.0.0/test/test_create_qseis2025.py +46 -0
  260. pygrnwang-1.0.0/test/test_create_qseis_strain_diff.py +45 -0
  261. pygrnwang-1.0.0/test/test_create_qssp.py +63 -0
  262. pygrnwang-1.0.0/test/test_create_spgrn.py +36 -0
  263. pygrnwang-1.0.0/test/test_diff_m.py +9 -0
  264. pygrnwang-1.0.0/test/test_pm_2_r.py +44 -0
  265. pygrnwang-1.0.0/test/test_read_by_qssp.py +122 -0
  266. pygrnwang-1.0.0/test/test_read_qseis_strain_diff.py +93 -0
  267. pygrnwang-1.0.0/test/test_read_qseis_stress.py +77 -0
  268. pygrnwang-1.0.0/test/test_read_u.py +121 -0
  269. pygrnwang-1.0.0/test/test_seek_qssp.py +77 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Zhou Jiangcheng
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,9 @@
1
+ include README.md
2
+ include LICENSE
3
+ recursive-include fortran_src_codes *.f *.for *.f90 *.F *.F90
4
+ recursive-include fortran_src_codes *.inc *.INC *.par *.PAR *.dat *.DAT *.txt *.cfg *.in *.h *.H
5
+ recursive-include pygrnwang/exec *.jar
6
+ exclude pygrnwang/exec/*.bin
7
+ exclude pygrnwang/exec/*.exe
8
+ exclude pygrnwang/exec/*.out
9
+ exclude pygrnwang/exec/*.o
@@ -0,0 +1,69 @@
1
+ Metadata-Version: 2.4
2
+ Name: pygrnwang
3
+ Version: 1.0.0
4
+ Summary: A Python library for computing Coulomb Failure Stress Change.
5
+ Author-email: Zhou Jiangcheng <zhoujcpku@outlook.com>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2024 Zhou Jiangcheng
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+ Project-URL: Homepage, https://github.com/Zhou-Jiangcheng/pygrnwang
28
+ Requires-Python: >=3.11
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Requires-Dist: numpy>=2.3.3
32
+ Requires-Dist: matplotlib>=3.9.2
33
+ Requires-Dist: scipy>=1.16.2
34
+ Requires-Dist: pandas>=2.2.3
35
+ Requires-Dist: jpype1>=1.5.2
36
+ Requires-Dist: tqdm>=4.67.1
37
+ Requires-Dist: mpi4py>=3.1.4
38
+ Dynamic: license-file
39
+
40
+ # **Introduction**
41
+
42
+ This Python package serves as the frontend for calculating and building a Green's function library for synthetic seismograms. The backend consists of Wang Rongjiang's program for calculating synthetic seismograms, including EDGRN/EDCMP, [QSEIS_STRESS](https://github.com/Zhou-Jiangcheng/QSEIS_2006_STRESS), SPGRN, and QSSP (Wang, 1999; Wang 2003; Wang and Wang 2007; Wang et al., 2017). The code includes two parallel modes: one using the multiprocessing library (single-node multi-process) and the other using MPI (multi-node). Traveling time is calculated using [TAUP](https://github.com/crotwell/TauP). Some geographic coordinate transformations use code from [obspy](https://github.com/obspy/obspy).
43
+
44
+ Wang, R. (1999). A simple orthonormalization method for stable and efficient computation of Green’s functions. *Bulletin of the Seismological Society of America* , *89* (3), 733–741. [https://doi.org/10.1785/BSSA0890030733](https://doi.org/10.1785/BSSA0890030733)
45
+
46
+ Wang, R. (2003). Computation of deformation induced by earthquakes in a multi-layered elastic crust—FORTRAN programs EDGRN/EDCMP. Computers & Geosciences, 29(2), 195–207. https://doi.org/10.1016/S0098-3004(02)00111-5
47
+
48
+ Wang, R., & Wang, H. (2007). A fast converging and anti-aliasing algorithm for green’s functions in terms of spherical or cylindrical harmonics. Geophysical Journal International, 170(1), 239–248. https://doi.org/10.1111/j.1365-246X.2007.03385.x
49
+
50
+ Wang, R., Heimann, S., Zhang, Y., Wang, H., & Dahm, T. (2017). Complete synthetic seismograms based on a spherical self-gravitating earth model with an atmosphere–ocean–mantle–core structure. Geophysical Journal International, 210(3), 1739–1764. https://doi.org/10.1093/gji/ggx259
51
+
52
+ Crotwell, H. P., Owens, T., & Ritsema, J. (1999). The TauP Toolkit: Flexible seismic travel-time and ray-path utilities. Seismological Research Letters, 70, 154–160
53
+
54
+ # Installation
55
+
56
+ 1. Install the requirments.
57
+
58
+ ```
59
+ conda create -n pygrnwang python=3.11
60
+ conda install openjdk jpype1 gfortran numpy scipy pandas tqdm mpi4py -c conda-forge
61
+ ```
62
+
63
+ 2. Install by pip.
64
+
65
+ ```
66
+ git clone https://github.com/Zhou-Jiangcheng/pygrnwang.git
67
+ cd pygrnwang
68
+ pip install .
69
+ ```
@@ -0,0 +1,30 @@
1
+ # **Introduction**
2
+
3
+ This Python package serves as the frontend for calculating and building a Green's function library for synthetic seismograms. The backend consists of Wang Rongjiang's program for calculating synthetic seismograms, including EDGRN/EDCMP, [QSEIS_STRESS](https://github.com/Zhou-Jiangcheng/QSEIS_2006_STRESS), SPGRN, and QSSP (Wang, 1999; Wang 2003; Wang and Wang 2007; Wang et al., 2017). The code includes two parallel modes: one using the multiprocessing library (single-node multi-process) and the other using MPI (multi-node). Traveling time is calculated using [TAUP](https://github.com/crotwell/TauP). Some geographic coordinate transformations use code from [obspy](https://github.com/obspy/obspy).
4
+
5
+ Wang, R. (1999). A simple orthonormalization method for stable and efficient computation of Green’s functions. *Bulletin of the Seismological Society of America* , *89* (3), 733–741. [https://doi.org/10.1785/BSSA0890030733](https://doi.org/10.1785/BSSA0890030733)
6
+
7
+ Wang, R. (2003). Computation of deformation induced by earthquakes in a multi-layered elastic crust—FORTRAN programs EDGRN/EDCMP. Computers & Geosciences, 29(2), 195–207. https://doi.org/10.1016/S0098-3004(02)00111-5
8
+
9
+ Wang, R., & Wang, H. (2007). A fast converging and anti-aliasing algorithm for green’s functions in terms of spherical or cylindrical harmonics. Geophysical Journal International, 170(1), 239–248. https://doi.org/10.1111/j.1365-246X.2007.03385.x
10
+
11
+ Wang, R., Heimann, S., Zhang, Y., Wang, H., & Dahm, T. (2017). Complete synthetic seismograms based on a spherical self-gravitating earth model with an atmosphere–ocean–mantle–core structure. Geophysical Journal International, 210(3), 1739–1764. https://doi.org/10.1093/gji/ggx259
12
+
13
+ Crotwell, H. P., Owens, T., & Ritsema, J. (1999). The TauP Toolkit: Flexible seismic travel-time and ray-path utilities. Seismological Research Letters, 70, 154–160
14
+
15
+ # Installation
16
+
17
+ 1. Install the requirments.
18
+
19
+ ```
20
+ conda create -n pygrnwang python=3.11
21
+ conda install openjdk jpype1 gfortran numpy scipy pandas tqdm mpi4py -c conda-forge
22
+ ```
23
+
24
+ 2. Install by pip.
25
+
26
+ ```
27
+ git clone https://github.com/Zhou-Jiangcheng/pygrnwang.git
28
+ cd pygrnwang
29
+ pip install .
30
+ ```