Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed final snapshot to prevent duplicate time entries
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 6, 2022
1 parent d64e121 commit 6ae67f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/symba/symba_io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ module subroutine symba_io_stop_encounter(self, param, t)
! Internals
!character(STRMAX)

! Take the final snapshot
call self%snapshot(param, t)

! Create and save the output file for this encounter
write(self%encounter_history%nc%enc_file, '("encounter_",I0.6,".nc")') param%iloop
call self%encounter_history%nc%initialize(param)
Expand Down

0 comments on commit 6ae67f0

Please sign in to comment.