Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Mesh: IcoswISC30E3r1 #667

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions compass/ocean/tests/global_ocean/mesh/qu/qu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ transition_levels = 28
# options for global ocean testcases
[global_ocean]

# Maximum allowed Haney number for configurations with ice-shelf cavities
rx1_max = 10

## metadata related to the mesh
# the prefix (e.g. QU, EC, WC, SO)
prefix = QU
Expand All @@ -37,13 +40,13 @@ mesh_description = MPAS quasi-uniform mesh for E3SM version ${e3sm_version} at
e3sm_version = 3
# The revision number of the mesh, which should be incremented each time the
# mesh is revised
mesh_revision = <<<Missing>>>
mesh_revision = 1
# 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 = <<<Missing>>>
pull_request = https://github.com/MPAS-Dev/compass/pull/667

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