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

Added lsoutfile to nest derived data type

parent d34acb34
No related branches found
No related tags found
No related merge requests found
......@@ -360,11 +360,13 @@ module definitions
! type nest_info is used to store information related to the LS model and
! embedded SS nest
!
! lsoutfile: file that is read to define the nest velocity B/Cs
! sselem[x,y,z]: ratio of ss element size to ls element size (should be 0-1)
! [x,y,z]minls: location of (0,0,0) in the SS model within the LS model
type nest_info
double precision :: sselemx,sselemy,sselemz,xminls,yminls,zminls
character(len=128) :: lsoutfile
double precision :: sselemx,sselemy,sselemz,xminls,yminls,zminls
end type nest_info
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