Skip to content

Commit

Permalink
removes debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Jun 11, 2024
1 parent c0d69a9 commit 9832c2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/specfem3D/write_seismograms.f90
Original file line number Diff line number Diff line change
Expand Up @@ -990,10 +990,6 @@ subroutine write_seismograms_strain(istore)
! orientation 1=N,2=E,3=Z
! note here that in write_seismograms the order ZRT is used, but because the original matrix is defined in NEZ order,
! which we will rotate, its easier to use RTZ here

!debug
print *,'Rotating the gravity matrix'

call get_backazimuth(cmt_lat,cmt_lon,stlat(irec),stlon(irec),backaz)

! rotation angle phi takes opposite direction; to have radial direction pointing in outgoing direction
Expand Down

0 comments on commit 9832c2b

Please sign in to comment.