Skip to content

Changes

Started by timer
Started 1 mo 14 days ago
Took 2 hr 7 min on Debian_12-VM

Summary

  1. doc(loadresultsfromdisk.m): Add clarifying header documentation on required Input/Output for loadresultsfromdisk.m; Add clarifying error message for nargin/nargout violation. (commit: 6616327) (details)
  2. add fast flood-filled iceberg removal Implements a vectorized, CSR-backed BFS algorithm to remove isolated floating ice (commit: 6e0f329) (details)
Commit 6616327fb3e3635ccf7fed3f3d7d8eb9369107aa by benjamingetraer
doc(loadresultsfromdisk.m): Add clarifying header documentation on required Input/Output for loadresultsfromdisk.m; Add clarifying error message for nargin/nargout violation.
(commit: 6616327)
The file was modifiedsrc/m/solve/loadresultsfromdisk.m (diff)
Commit 6e0f32936b9c8d5947ab884f333052dd181a0dc2 by justinkinjun.hew
add fast flood-filled iceberg removal Implements a vectorized, CSR-backed BFS algorithm to remove isolated floating ice
patches ("icebergs") from the ISSM-style mesh mask. The routine identifies ice
vertices (<0 in ice_levelset) not connected via ice-only edges to grounded ice
(commit: 6e0f329)
The file was addedsrc/m/parameterization/killberg.py