MOM_IO_file module reference

This file defines the MOM_file classes used to inferface with the internal IO handlers, such as the configured “infra” layer (FMS) or native netCDF.

More…

Detailed Description

MOM_file: The generic class used to reference any file type Cannot be used in a variable declaration. MOM_infra_file: A file handler for use by the infra layer. Currently this means an FMS file, such a restart or diagnostic output. MOM_netcdf_file: A netCDF file handler for MOM-specific I/O. This may include operations outside the scope of FMS or other infra frameworks.