forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+Add init_call argument to ice_data_type_chksum
Added a new optional argument to ice_data_type_chksum to help address SIS2 issue mom-ocean#102 by specifying some checksums that can be omitted because they are always zeros during initialization. Also replaced module use statements to various fms_ or mpp_ modules with use statements from the MOM framework directory or SIS_framework in ice_type.F90. This includes using updated names in various subroutine calls, replacing calls to mpp_chksum with SIS_chksum and mpp_get_compute_domain with get_compute_domain. All answers are bitwise identical, but there is a new optional argument to a publicly visible subroutine.
- Loading branch information
1 parent
85946e0
commit 1341f59
Showing
1 changed file
with
63 additions
and
61 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