forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make fluxes_bulk_method more roundoff safe
Bulk fluxes were being decomposed onto layers using h/hsum which is not roundoff safe potentially leading to ABS(F_bulk)<SUM(ABS(F_layer)). This calculation has been changed such that SUM(hfrac) is always 1.
- Loading branch information
Showing
1 changed file
with
23 additions
and
10 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