*
This module write variables to file for eventual restart, and reads *
these variables from file in case of restart *
*
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=256), | public | :: | restart_filename1 | ||||
character(len=256), | public | :: | restart_filename2 | ||||
character(len=256), | public | :: | restart_filename3 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | itime | |||
integer, | intent(in) | :: | loutnext | |||
integer, | intent(in) | :: | lrecoutnext | |||
real, | intent(in) | :: | outnum |
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 * *