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

light presentation changes

parent 6dab55ce
No related branches found
No related tags found
No related merge requests found
...@@ -46,18 +46,18 @@ SUBROUTINE control ...@@ -46,18 +46,18 @@ SUBROUTINE control
!________________________________________________________________________________ !________________________________________________________________________________
! 2. Main loop ! 2. Main loop
!DO DO
! step = step+1 step = step + 1
! cstep = cstep+1 cstep = cstep + 1
! CALL stepon CALL stepon
! time = time + dt time = time + dt
! CALL tesend CALL tesend
! CALL diagnose(step) CALL diagnose(step)
! IF( nlend ) EXIT ! exit do loop IF( nlend ) EXIT ! exit do loop
! CALL write_restart ! if want to write a restart file every so often (in case of crash) ! CALL write_restart ! if want to write a restart file every so often (in case of crash)
! END DO END DO
!________________________________________________________________________________ !________________________________________________________________________________
! 9. Epilogue ! 9. Epilogue
......
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