Added deform box option and allowed for reading time information from restart files

This commit is contained in:
Alex Selimov 2020-08-10 15:52:19 -04:00
parent 8d939ed942
commit 724e573287
6 changed files with 117 additions and 11 deletions

View file

@ -14,7 +14,6 @@ module box
real(kind=dp), allocatable :: sub_box_ori(:,:,:)!Orientations for each of the subboxes
real(kind=dp), allocatable :: sub_box_bd(:,:)!Boundaries for each of the sub_boxes
!Below are some simulation parameters which may be adjusted if reading in restart files
integer :: timestep=0
real(kind=dp) :: total_time=0.0_dp
@ -98,4 +97,4 @@ module box
end do
return
end subroutine in_sub_box
end module box
end module box