Skip to content

Commit

Permalink
Put back Jun's newer realistic function
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 8, 2023
1 parent bb93155 commit 762f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_populate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ subroutine crater_populate(user,surf,crater,domain,prod,production_list,vdist,nt

if (user%doregotrack) call regolith_interior(user,surf,crater,domain,incval,nmeltsheet,vmeltsheet)

if (user%dorealistic) call crater_realistic_topography(user,surf,crater,domain,ejecta_dem)
if (user%dorealistic) call realistic_crater_topography(user,surf,crater,domain,ejecta_dem)
deallocate(ejecta_dem)

! Collapse any remaining unstable slopes
Expand Down

0 comments on commit 762f589

Please sign in to comment.