FV3 Bundle
fms_io_mod::restore_state Interface Reference

Private Member Functions

subroutine restore_state_all (fileObj, directory, nonfatal_missing_files)
 
subroutine restore_state_one_field (fileObj, id_field, directory, nonfatal_missing_files)
 

Detailed Description

Definition at line 438 of file fms_io.F90.

Member Function/Subroutine Documentation

◆ restore_state_all()

subroutine fms_io_mod::restore_state::restore_state_all ( type(restart_file_type), intent(inout)  fileObj,
character(len=*), intent(in), optional  directory,
logical, intent(in), optional  nonfatal_missing_files 
)
private
Parameters
[in,out]fileobjThe restart_file_type object that has information about the restarts
[in]directoryThe directory in which to seek restart files
[in]nonfatal_missing_filesIf true, the inability to find the expected restart file is not necessarily fatal

Definition at line 3890 of file fms_io.F90.

◆ restore_state_one_field()

subroutine fms_io_mod::restore_state::restore_state_one_field ( type(restart_file_type), intent(inout)  fileObj,
integer, intent(in)  id_field,
character(len=*), intent(in), optional  directory,
logical, intent(in), optional  nonfatal_missing_files 
)
private
Parameters
[in,out]fileobjThe restart_file_type object that has information about the restarts
[in]id_fieldThe field id of a variable that was returned by a previous call to register_restart_field
[in]directoryThe directory in which to seek restart files
[in]nonfatal_missing_filesIf true, the inability to find the expected restart file is not necessarily fatal

Definition at line 4225 of file fms_io.F90.


The documentation for this interface was generated from the following file: