|
MOM6
|
Indicate whether a file exists, perhaps with domain decomposition.
Definition at line 68 of file MOM_io.F90.
Private functions | |
| logical function | fms_file_exists (filename, domain, no_domain) |
| Returns true if the named file or its domain-decomposed variant exists. More... | |
| logical function | mom_file_exists (filename, MOM_Domain) |
| Returns true if the named file or its domain-decomposed variant exists. More... | |
Indicate whether a file exists, perhaps with domain decomposition.
Definition at line 68 of file MOM_io.F90.
|
private |
Returns true if the named file or its domain-decomposed variant exists.
| [in] | filename | The name of the file being inquired about |
| [in] | domain | The mpp domain2d that describes the decomposition |
| [in] | no_domain | This file does not use domain decomposition |
Definition at line 834 of file MOM_io.F90.
|
private |
Returns true if the named file or its domain-decomposed variant exists.
| [in] | filename | The name of the file being inquired about |
| [in] | mom_domain | The MOM_Domain that describes the decomposition |
Definition at line 820 of file MOM_io.F90.