forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for multiple updates of calvingThickness within a timestep
Add a subroutine update_calving_budget that is called to recalculate groundedCalvingThickness and floatingCalvingThickness after each time calvingThickness is applied and before masks are updated. This often happens at least a few times per timestep due to multiple cleanup steps used in the calving module. Thus, it is okay for a cell to have both nonzero groundedCalvingThickness and floatingCalvingThickness
- Loading branch information
Showing
1 changed file
with
73 additions
and
35 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