forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hbl_u and hbl_v were not being initialized in vertFPmix unless G%mask2dCu(I,j) and G%mask2dCv(i,J) were > 0.5 (2dCu for hbl_u and 2dCv for hbl_v), but we were using those values to determine whether to compute uInc_u and vInc_v. Now the computation of those two values are also in the if (G%mask2d...) block.
- Loading branch information
1 parent
5cd90c6
commit b3f55b2
Showing
1 changed file
with
44 additions
and
36 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