Skip to content
Snippets Groups Projects
Commit 688571fc authored by Dave Whipp's avatar Dave Whipp
Browse files

Added shift to zisodisp array to make it align with the Moho

parent a50745ff
No related branches found
No related tags found
No related merge requests found
......@@ -186,8 +186,8 @@ if (iproc.eq.0) then
if (params%isobc) then
! write isostasy basal displacement array - dwhipp 11/09
write (9) 2**params%levelmax_oct
write (9) ((zi%zisodisp(i,j),j=1,2**params%levelmax_oct+1),i=1,&
2**params%levelmax_oct+1)
write (9) ((zi%zisodisp(i,j)+surface(surface(is)%nsurface)%sp01,&
j=1,2**params%levelmax_oct+1),i=1,2**params%levelmax_oct+1)
end if
close (9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment