Skip to content
Snippets Groups Projects
Commit 103674a8 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

no 5D output at t=0

parent 3bc30641
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ SUBROUTINE diagnose(kstep)
END IF
! 2.4 3d profiles
IF (nsave_5d .GT. 0) THEN
IF (nsave_5d .GT. 0 .AND. cstep .GT. 0) THEN
IF (MOD(cstep, nsave_5d) == 0) THEN
CALL diagnose_5d
END IF
......
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