Skip to content

Commit

Permalink
Call io_write_porotrack here.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirabay committed Dec 29, 2016
1 parent ab45ebe commit c135716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/io/io_write_surf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ subroutine io_write_surf(user,surf)
!call io_write_regodist(user,surf)
call io_write_regotrack(user,surf)
end if

! write data from porosity analysis
if (user%doporosity) call io_write_porotrack(user, surf)

! if (user%docrustal_thinning) then
! recsize = sizeof(itmp) * user%gridsize * user%gridsize
! open(LUN,file=THICKFILE,status='replace',form='unformatted',recl=recsize,access='direct')
Expand Down

0 comments on commit c135716

Please sign in to comment.