项目作者: mheriyanto

项目描述 :
MH2DGRAV is continuous two-dimension inversion of Gravity data based on Talwani formulation using very fast simulated annealing (VFSA) in MATLAB.
高级语言: MATLAB
项目地址: git://github.com/mheriyanto/MH2DGRAV.git
创建时间: 2020-01-27T03:11:57Z
项目社区:https://github.com/mheriyanto/MH2DGRAV

开源协议:MIT License

下载


GitHub language count
GitHub top language
GitHub repo size
GitHub code size in bytes
GitHub last commit
HitCount
LinkedIn

MH2DGRAV

MH2DGRAV is continuous two-dimension inversion of Gravity data based on Talwani formulation using very fast simulated annealing (VFSA) in MATLAB.

These were scripts that were used to implement our paper: W. Srigutomo, M. Heriyanto, and M. Hilmi Aufa. Gravity Inversion of Talwani Model using Very Fast Simulated Annealing. Journal of Mathematical and Fundamental Sciences, Vol. 51, No. 2, 2019, 177-190. doi: 10.5614/j.math.fund.sci.2019.51.2.7 (PDF). I presented this paper on International Conference on Mathematics and Natural Sciences 2016. Nov 2, 2016 (SLIDE). These scripts contain two main scripts: forward and VFSA inversion: horizontal model. Tutorial video on YouTube: VFSA.

I hope these scripts can help students to enter research on geophysical inversion. Any updates about these scripts can be seen in my blog: https://mheriyanto.wordpress.com/mh2dgrav.

Forward result

  • Kernel Matrix for forward modeling



  • Data with 10% noise by horizontal model



  • Data with 10% noise by vertical model



VFSA Inversion result

  • Data with 10% noise by horizontal model




  • Data with 10% noise by vertical model




Usage

  1. $ git clone https://github.com/mheriyanto/MH2DGRAV.git
  2. $ cd MH2GRAV
  3. $ cd vfsa_inversion
  4. $ octave Grav2DInvVFSAHorisontal.m

License

MH2DGRAV is released under the MIT License (refer to the LICENSE file for details).

Citation

If you find this project useful for your research, please use the following BibTeX entry.

  1. @article{srigutomo2019gravity,
  2. title={Gravity Inversion of Talwani Model using Very Fast Simulated Annealing},
  3. author={Srigutomo, Wahyu and Heriyanto, Mohammad and Aufa, Muhamad Hilmi},
  4. journal={Journal of Mathematical and Fundamental Sciences},
  5. volume={51},
  6. number={2},
  7. pages={177--190},
  8. year={2019}
  9. }