forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(*)Initialize halos for 7 intent out arrays
Initialize the halos of 7 intent out arrays to 0 so that they will not have uninitialized data in their halo regions. The impacted arrays are u_cor and v_cor in continuity_PPM, h_MLD in convert_MLD_to_ML_thickness, MLD in energetic_PBL_get_MLD and LmixScale, bottomFac2 and barotrFac2 in MEKE_lengthScales. This does not change solutions in any of the MOM6-examples test cases, but it is conceivable that could, and it does change the values in the debugging checksum output for some cases to more nearly reproduce under dimensional rescaling and rotation.
- Loading branch information
1 parent
3142c3f
commit 6d5fbc2
Showing
4 changed files
with
10 additions
and
0 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
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