Skip to content

Commit

Permalink
Removed some old unused seismic shaking calcs that were causing an FPE
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 19, 2023
1 parent 00c7734 commit eaeafeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init/init_domain.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ subroutine init_domain(user,crater,domain,prod,pdist,vdist,crtscl,nflux)
end select

! Preliminary seismic property calculations
user%seisk = THIRD * user%tvel * user%tfrac
user%cohaccel = user%regcoh / user%trho_r
! user%seisk = THIRD * user%tvel * user%tfrac
! user%cohaccel = user%regcoh / user%trho_r

! Now we build an idealized production population
domain%initialize = .true.
Expand Down

0 comments on commit eaeafeb

Please sign in to comment.