Skip to content

Commit

Permalink
Additional topographic smoothing
Browse files Browse the repository at this point in the history
Needed to prevent blow-up under single-cell ice shelves locally deep ice draft
  • Loading branch information
xylar committed Apr 28, 2020
1 parent 68a1b2b commit 1741299
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template>
<namelist>
<option name="config_global_ocean_topography_smooth_iterations">6</option>
<option name="config_global_ocean_topography_smooth_weight">0.9</option>
<option name="config_global_ocean_topography_smooth_iterations">10</option>
<option name="config_global_ocean_topography_smooth_weight">0.92</option>
</namelist>
</template>

0 comments on commit 1741299

Please sign in to comment.