Skip to content

Commit

Permalink
Set initial guess for erad to transient radius crater%rad, instead of…
Browse files Browse the repository at this point in the history
… just inward of the innermost lrad value
  • Loading branch information
daminton committed Feb 1, 2022
1 parent 988a780 commit 0cc2b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ejecta/ejecta_table_define.f90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subroutine ejecta_table_define(user,crater,domain,ejb,ejtble,melt)
domain%ejbres = (log(crater%ejdis) - log(crater%ejrad)) / EJBTABSIZE
lrad = crater%ejrad
lrad = exp(log(lrad) + domain%ejbres)
erad = crater%ejrad
erad = crater%rad
ejtble = EJBTABSIZE
firstrun = .true.
thick = 0._DP
Expand All @@ -64,7 +64,6 @@ subroutine ejecta_table_define(user,crater,domain,ejb,ejtble,melt)
vimp = crater%impvel
end if


call regolith_melt_zone(user,crater,dimp,vimp,rmelt,depthb)
end if

Expand Down

0 comments on commit 0cc2b1b

Please sign in to comment.