Skip to content

Commit

Permalink
Call init_porosity_stack here
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirabay committed Dec 29, 2016
1 parent 1ee5804 commit cc75cf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/init/init_surf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ subroutine init_surf(user,surf)
!if (user%docrustal_thinning) surf%mantle = 0._DP

if (user%doregotrack) call init_regolith_stack(user,surf)

! If doporosity, call init_porosity_stack to define the porolayer linked list.
if (user%doporosity) call init_porosity_stack(user,surf)

return
end subroutine init_surf
end subroutine init_surf

0 comments on commit cc75cf4

Please sign in to comment.