GBS
restart_mod Module Reference

Functions/Subroutines

subroutine, public read_restart (iord3d)
 Read restart file. More...
 
subroutine adjust_initial_state
 Set initial conditions on restart (reset profiles) More...
 
subroutine, public write_restart (iord3d)
 Writes new restart file. More...
 

Variables

real(dp), public last_timeout_0d
 
real(dp), public last_timeout_1d
 Time evolved in GBS since last 0d/1d results save, stored in restart. More...
 
real(dp), public last_timeout_2d
 
real(dp), public last_timeout_3d
 Time evolved in GBS since last 2d/3d results save, stored in restart. More...
 
character(len=64), public rstfile
 Filename of the restart file. More...
 
integer, public fidrst
 Fortran unit for rstfile. More...
 

Function/Subroutine Documentation

◆ adjust_initial_state()

subroutine restart_mod::adjust_initial_state
private

Set initial conditions on restart (reset profiles)

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ read_restart()

subroutine, public restart_mod::read_restart ( integer, dimension(3), intent(in)  iord3d)

Read restart file.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ write_restart()

subroutine, public restart_mod::write_restart ( integer, dimension(3), intent(in)  iord3d)

Writes new restart file.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ fidrst

integer, public restart_mod::fidrst

Fortran unit for rstfile.

◆ last_timeout_0d

real(dp), public restart_mod::last_timeout_0d

◆ last_timeout_1d

real(dp), public restart_mod::last_timeout_1d

Time evolved in GBS since last 0d/1d results save, stored in restart.

◆ last_timeout_2d

real(dp), public restart_mod::last_timeout_2d

◆ last_timeout_3d

real(dp), public restart_mod::last_timeout_3d

Time evolved in GBS since last 2d/3d results save, stored in restart.

◆ rstfile

character(len=64), public restart_mod::rstfile

Filename of the restart file.