tem_restart_readData Subroutine

public subroutine tem_restart_readData(restart, chunk)

Read data from a restart file.

Arguments

TypeIntentOptionalAttributesName
type(tem_restart_type), intent(inout) :: restart

Restart description to read the data from

real(kind=rk), intent(out) :: chunk(:)

Chunk of memory to put the read data into


Calls

proc~~tem_restart_readdata~~CallsGraph proc~tem_restart_readdata tem_restart_readData proc~tem_restart_readdata_single tem_restart_readData_single proc~tem_restart_readdata->proc~tem_restart_readdata_single mpi_file_read_all mpi_file_read_all proc~tem_restart_readdata_single->mpi_file_read_all proc~check_mpi_error check_mpi_error proc~tem_restart_readdata_single->proc~check_mpi_error proc~tem_abort tem_abort proc~check_mpi_error->proc~tem_abort mpi_error_string mpi_error_string proc~check_mpi_error->mpi_error_string mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_restart_readdata~~CalledByGraph proc~tem_restart_readdata tem_restart_readData proc~tem_restart_closeread tem_restart_closeRead proc~tem_restart_closeread->proc~tem_restart_readdata

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: nWords
integer, private :: offset