FIXME : Add documentation
subroutine reset_init
! used when interfacing GS2 with Trinity -- MAB
implicit none
initialized = .false.
call driver_config%reset()
if(allocated(stir_config)) deallocate(stir_config)
end subroutine reset_init