FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
IO_initRPsFromCheckpoint.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine IO_initRPsFromCheckpoint (filename, ierr)
 

Function/Subroutine Documentation

◆ IO_initRPsFromCheckpoint()

subroutine IO_initRPsFromCheckpoint ( character(len=*)  filename,
integer  ierr 
)

Reads runtime parameter information and some integer scalars from a checkpoint file, then sets the runtime parameters in the linked list for the current run accordingly.

filename : name of checkpoint file

ierr : if not 0, indicates that something went wrong

NOTES

This subroutine is called early during initialization. The implementation, and subroutines called from it, must operate correctly before IO_init has been called.

This is not meant to be called by users.

Definition at line 38 of file IO_initRPsFromCheckpoint.F90.