Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DEM (and surf image) is now correct in multi-interval runs but melt distribution still isn't
  • Loading branch information
Austin Blevins committed May 26, 2023
1 parent 076eb35 commit 957071f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/io/io_read_regotrack.f90
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subroutine io_read_regotrack(user,surf,domain)

! Arguments
type(usertype),intent(in) :: user
type(surftype),dimension(:,:),intent(out) :: surf
type(surftype),dimension(:,:),intent(inout) :: surf
type(domaintype),intent(in) :: domain

! Internals
Expand Down
2 changes: 1 addition & 1 deletion src/io/module_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ subroutine io_read_regotrack(user,surf,domain)
use module_globals
implicit none
type(usertype),intent(in) :: user
type(surftype),dimension(:,:),intent(out) :: surf
type(surftype),dimension(:,:),intent(inout) :: surf
type(domaintype),intent(in) :: domain
end subroutine io_read_regotrack
end interface
Expand Down

0 comments on commit 957071f

Please sign in to comment.