devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
553 stars 224 forks source link

3D forward modelling #2196

Open anji3181 opened 1 year ago

anji3181 commented 1 year ago

hi FabioLuporini, are there any examples of forward modelling using a 3D velocity model ?

mloubout commented 1 year ago

All examples in examples/seismic are setup 3D velocity models. If you are looking for a jupyter notebook, we haven't made one for didactic reasons but we might consider adding one

anji3181 commented 12 months ago

Thank you @mloubout for reply. Currently I am working on your example 14_creating_synthetics.ipynb, it is throwing some dependency errors. 1) No module named 'osgeo' >> I tried to install gdal as per github suggestion. still facing same issue with theano

Any suggestions.!!!

mloubout commented 10 months ago

There is some current outstanding issues with installing gempy properly we are looking into but we are dependent on their progress with stable install.

EdCaunt commented 8 months ago

Are these install issues with GemPy still outstanding? Other people have reported that the notebook was running smoothly again relatively recently, although it still needs some tidy up to reflect improvements made on the GemPy side.