Skip to content

Commit

Permalink
Update to IcoswISC30E3r5
Browse files Browse the repository at this point in the history
This version of Icos doesn't have smoothing
  • Loading branch information
xylar committed Nov 20, 2023
1 parent f55d897 commit e74ff5c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions compass/ocean/tests/global_ocean/mesh/qu/qu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,25 @@ transition_levels = 28
# Maximum allowed Haney number for configurations with ice-shelf cavities
rx1_max = 10

# the number of iterations of topography smoothing
topo_smooth_num_passes = 1
# The distance in km over which the Gaussian filter is applied
topo_smooth_distance_limit = 200.0
# The standard deviation in km of the Gaussian filter
topo_smooth_std_deviation = 100.0

## metadata related to the mesh
# the prefix (e.g. QU, EC, WC, SO)
prefix = QU

# a description of the mesh
mesh_description = MPAS quasi-uniform mesh for E3SM version ${e3sm_version} at
${min_res}-km global resolution with <<<levels>>> vertical
levels. Topography has been smoothed over ~100 km using a
Gaussian filter.
levels.
# E3SM version that the mesh is intended for
e3sm_version = 3
# The revision number of the mesh, which should be incremented each time the
# mesh is revised
mesh_revision = 4
mesh_revision = 5
# the minimum (finest) resolution in the mesh
min_res = ${qu_resolution}
# the maximum (coarsest) resolution in the mesh, can be the same as min_res
max_res = ${qu_resolution}
# The URL of the pull request documenting the creation of the mesh
pull_request = https://github.com/MPAS-Dev/compass/pull/734
pull_request = https://github.com/MPAS-Dev/compass/pull/735

# the resolution of the QU or Icos mesh in km
qu_resolution = 30

0 comments on commit e74ff5c

Please sign in to comment.