Skip to content

Commit

Permalink
Merge pull request #19 from NuSpaceSim/dikgarg-patch-1
Browse files Browse the repository at this point in the history
Update geometry.py
  • Loading branch information
dikgarg authored Apr 17, 2024
2 parents f76db3b + 6fad256 commit 907ffd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nupyprop/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import warnings
warnings.filterwarnings('ignore')

print("i am trying something in geometry.py file")

Re = 6371.0 # radius of the earth in km
Rlay = np.array([1221.5, 3480.0, 5701.0, 5771.0, 5971.0, 6151.0, 6346.6, 6356.0, 6368.0, 6371.0]) # PREM layers based on R_earth. If you're using another Earth model, be sure to change it here as well as propagate.f90, in PREMdensity subroutine.

Expand Down

0 comments on commit 907ffd0

Please sign in to comment.