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

Added new zisodisp structure

parent d4ff7c78
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,13 @@ module definitions
end interface
!=====[ZISODISP================================================================
! type ziso is used to store the isostatic deflection of the basal boundary
! due to isostasy
type ziso
double precision,dimension(:,:),pointer::zisodisp
end type ziso
end module definitions
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