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

Fixed zisodisp offset value

parent ece8ae69
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ 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)+surface(surface(is)%nsurface)%sp01,&
write (9) ((zi%zisodisp(i,j)+surface(osolve%nlsf)%sp01,&
j=1,2**params%levelmax_oct+1),i=1,2**params%levelmax_oct+1)
end if
......
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