Skip to content

Commit

Permalink
Add bathymetry smoothing to global ocean init
Browse files Browse the repository at this point in the history
We perform 6 iterations of smoothing with a weight of 0.9.

For more info on the smoothing approach, see:
MPAS-Dev/MPAS-Model#440
For more on previously chosen values (related to ice-shelf
cavities), see:
MPAS-Dev/MPAS-Model#532 (comment)
  • Loading branch information
xylar committed Mar 22, 2022
1 parent 5718386 commit be567b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compass/ocean/tests/global_ocean/init/namelist.init
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ config_global_ocean_depth_conversion_factor = 1.0
config_global_ocean_minimum_depth = 10
config_global_ocean_deepen_critical_passages = .false.
config_block_decomp_file_prefix = 'graph.info.part.'
config_global_ocean_topography_smooth_iterations = 6
config_global_ocean_topography_smooth_weight = 0.9

0 comments on commit be567b6

Please sign in to comment.