ionf_mod Module

!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!



Functions

public function create_nf(File, fname, amode) result(ierr)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File
character(len=*), intent(in) :: fname
integer(kind=i4), intent(in) :: amode

Return Value integer

public function open_nf(File, fname, mode) result(ierr)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File
character(len=*), intent(in) :: fname
integer(kind=i4), intent(in), optional :: mode

Return Value integer

public function close_nf(File) result(ierr)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File

Return Value integer

public function sync_nf(File) result(ierr)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File

Return Value integer