Full text loading...
The abstract presents a hybrid framework for Full-Waveform Inversion (FWI), integrating Python and Fortran to balance development flexibility and computational efficiency. The framework uses Python for high-level orchestration, while Fortran handles performance-critical tasks. We use an open-source package, f90wrap, to automatically generate Python interfaces for Fortran libraries. Performance tests have been performed to check that hybrid implementation matches the performance of the original Fortran-only production code.