restart_mod Module


                                                                        *
This module write variables to file for eventual restart, and reads     *
these variables from file in case of restart                            *
                                                                        *



Variables

Type Visibility Attributes Name Initial
character(len=256), public :: restart_filename1
character(len=256), public :: restart_filename2
character(len=256), public :: restart_filename3

Subroutines

public subroutine output_restart(itime, loutnext, lrecoutnext, outnum)

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: itime
integer, intent(in) :: loutnext
integer, intent(in) :: lrecoutnext
real, intent(in) :: outnum

public subroutine readrestart()

This routine opens the particle dump file and reads all the particle * positions and gridded information from a previous run to initialize * the current run. * * Author: L. Bakels 2022 * *

Read more…

Arguments

None