SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
389 stars 223 forks source link

adds possibility to read external source time function files in binary format #1675

Closed danielpeter closed 5 months ago

danielpeter commented 5 months ago

binary file must have a name ending with ".bin", e.g., my_stf_1.bin, to get recognized as binary file for the external STF read routine.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (63773d0) 51.54% compared to head (5cb9c6f) 51.53%. Report is 1 commits behind head on devel.

Files Patch % Lines
src/specfem3D/read_external_stf.f90 30.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1675 +/- ## ========================================== - Coverage 51.54% 51.53% -0.01% ========================================== Files 267 267 Lines 60688 60697 +9 ========================================== + Hits 31279 31281 +2 - Misses 29409 29416 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.