Skip to content

Commit

Permalink
Update calving budget incrementally
Browse files Browse the repository at this point in the history
Use a local variable dCalvingThickness to update the calving budget
each time calving is applied. The variable calvingThickness is now
not used directly to modify thickness, but calculated by summing
dCalvingThickness throughout a time step. This might lead to issues
with halo updates because dCalvingThickness is always an allocatable
array. If so, it will need to either be made a Registry variable or
an MPAS allocatable scratch array.
  • Loading branch information
trhille committed Nov 2, 2022
1 parent f578a9e commit e668ae8
Showing 1 changed file with 139 additions and 158 deletions.
Loading

0 comments on commit e668ae8

Please sign in to comment.