From 6ae67f0f0bbfa8d8ff0d28d5c379badcbb80aab5 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 6 Dec 2022 12:16:56 -0500 Subject: [PATCH] Removed final snapshot to prevent duplicate time entries --- src/symba/symba_io.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/symba/symba_io.f90 b/src/symba/symba_io.f90 index 93c4556e5..34885acc3 100644 --- a/src/symba/symba_io.f90 +++ b/src/symba/symba_io.f90 @@ -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)