Definition at line 64 of file MOM_io.F90.
◆ 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
788 logical :: mom_file_exists
790 mom_file_exists = file_exist(file_name, mom_domain%mpp_domain)
The documentation for this interface was generated from the following file:
- /home/adcroft/GitHub/workspace/Gaea-stats-MOM6-examples/MOM6-examples/src/MOM6/src/framework/MOM_io.F90