Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
turning mixing on causes other errors
  • Loading branch information
Austin Blevins committed Dec 1, 2022
1 parent 7f2a478 commit 03f9fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/crater/crater_populate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ subroutine crater_populate(user,surf,crater,domain,prod,production_list,vdist,nt
if (user%doregotrack) then
call crater_superdomain(user,surf,age,age_resolution,prod,nflux,domain,finterval)
call regolith_depth_model(user,domain,finterval,nflux,p)
!call regolith_subcrater_mix(user,surf,domain,nflux,finterval,p)
call regolith_subcrater_mix(user,surf,domain,nflux,finterval,p)
age = age - finterval * user%interval
end if

Expand Down
4 changes: 2 additions & 2 deletions src/util/util_traverse_pop_array.f90
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ subroutine util_traverse_pop_array(regolayer,traverse_depth,poppedarray)


! Initialize popped array
!call util_init_array(poppedarray,initstat)
call util_init_array(poppedarray,initstat)


!if (initstat) then
Expand All @@ -61,7 +61,7 @@ subroutine util_traverse_pop_array(regolayer,traverse_depth,poppedarray)
end do


allocate(poppedarray,source=regolayer(maxi:N))
!allocate(poppedarray,source=regolayer(maxi:N))


depth = regolayer(maxi)%depth
Expand Down

0 comments on commit 03f9fc7

Please sign in to comment.