Control the behavior of the restart, like at which point in time etc.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | init_on_missing | Do a normal initialization if the read restart file is not found? |
|||
logical, | private | :: | readRestart | is the restart read active? |
|||
logical, | private | :: | writeRestart | is the restart write active? |
|||
character(len=PathLen), | private | :: | readFileName | read the restart file from following file |
|||
character(len=PathLen), | private | :: | writePrefix | write the restart file into a file with the following prefix |
|||
type(tem_timeControl_type), | private | :: | timeControl | control about when to do the restart |