forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+Added 7 thin wrapper routines to MOM_io_infra.F90
Added explicitly documented interfaces to close_file, flux_file, io_infra_init, io_infra_end, get_file_info, get_file_fields, and get_field_atts to MOM_io_infra.F90. Also changed from get_file_atts to get_field_atts for the routine that is available via MOM_io.F90 and used in MOM_restart, since this name captures the use of this call and reflects which of the underlying routines the overloaded interface mpp_get_atts resolves to. All answers are bitwise identical, but there is a localized interface name change, and not all of the optional arguments in the underlying FMS or mpp routines are being made available for use with MOM6 code.
- Loading branch information
1 parent
a54f47a
commit 6712015
Showing
3 changed files
with
89 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters