Definition at line 438 of file fms_io.F90.
◆ 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] | fileobj | The restart_file_type object that has information about the restarts |
[in] | directory | The directory in which to seek restart files |
[in] | nonfatal_missing_files | If 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] | fileobj | The restart_file_type object that has information about the restarts |
[in] | id_field | The field id of a variable that was returned by a previous call to register_restart_field |
[in] | directory | The directory in which to seek restart files |
[in] | nonfatal_missing_files | If 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: