FV3 Bundle
fms_io_mod::set_initialized Interface Reference

Private Member Functions

subroutine set_initialized_id (fileObj, id, is_set)
 
subroutine set_initialized_name (fileObj, name, is_set)
 
subroutine set_initialized_r2d (fileObj, f_ptr, name, is_set)
 
subroutine set_initialized_r3d (fileObj, f_ptr, name, is_set)
 
subroutine set_initialized_r4d (fileObj, f_ptr, name, is_set)
 

Detailed Description

Definition at line 451 of file fms_io.F90.

Member Function/Subroutine Documentation

◆ set_initialized_id()

subroutine fms_io_mod::set_initialized::set_initialized_id ( type(restart_file_type), intent(inout)  fileObj,
integer, intent(in)  id,
logical, intent(in), optional  is_set 
)
private

Definition at line 6976 of file fms_io.F90.

◆ set_initialized_name()

subroutine fms_io_mod::set_initialized::set_initialized_name ( type(restart_file_type), intent(inout)  fileObj,
character(len=*), intent(in)  name,
logical, intent(in), optional  is_set 
)
private

Definition at line 7004 of file fms_io.F90.

◆ set_initialized_r2d()

subroutine fms_io_mod::set_initialized::set_initialized_r2d ( type(restart_file_type), intent(inout)  fileObj,
real, dimension(:,:), intent(in), target  f_ptr,
character(len=*), intent(in)  name,
logical, intent(in), optional  is_set 
)
private

Definition at line 7038 of file fms_io.F90.

◆ set_initialized_r3d()

subroutine fms_io_mod::set_initialized::set_initialized_r3d ( type(restart_file_type), intent(inout)  fileObj,
real, dimension(:,:,:), intent(in), target  f_ptr,
character(len=*), intent(in)  name,
logical, intent(in), optional  is_set 
)
private

Definition at line 7085 of file fms_io.F90.

◆ set_initialized_r4d()

subroutine fms_io_mod::set_initialized::set_initialized_r4d ( type(restart_file_type), intent(inout)  fileObj,
real, dimension(:,:,:,:), intent(in), target  f_ptr,
character(len=*), intent(in)  name,
logical, intent(in), optional  is_set 
)
private

Definition at line 7133 of file fms_io.F90.


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