MOM6
mom_io::file_exists Interface Reference

Detailed Description

Definition at line 64 of file MOM_io.F90.

Private functions

 file_exist
 
logical function mom_file_exists (file_name, MOM_Domain)
 Returns true if the named file or its domain-decomposed variant exists. More...
 

Functions and subroutines

◆ file_exist()

mom_io::file_exists::file_exist ( )
private

◆ mom_file_exists()

logical function mom_io::file_exists::mom_file_exists ( character(len=*), intent(in)  file_name,
type(mom_domain_type), intent(in)  MOM_Domain 
)
private

Returns true if the named file or its domain-decomposed variant exists.

Definition at line 782 of file MOM_io.F90.

782  character(len=*), intent(in) :: file_name
783  type(mom_domain_type), intent(in) :: mom_domain
784 
785 ! This function uses the fms_io function file_exist to determine whether
786 ! a named file (or its decomposed variant) exists.
787 
788  logical :: mom_file_exists
789 
790  mom_file_exists = file_exist(file_name, mom_domain%mpp_domain)
791 

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