Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions polaris/ocean/convergence/spherical/spherical.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
icos_base_resolution = 60.

# The factors by which to scale space or time based on icos_base_resolution
icos_refinement_factors_space = 8., 4., 2., 1.
icos_refinement_factors_space = 8., 4., 2.
icos_refinement_factors_time = 1., 0.5, 0.25

# The base resolution for the quasi-uniform mesh to which the refinement
# factors are applied
qu_base_resolution = 120.

# The factors by which to scale space or time based on qu_base_resolution
qu_refinement_factors_space = 2., 1.75, 1.5, 1.25, 1., 0.75, 0.5
qu_refinement_factors_space = 2., 1.75, 1.5, 1.25, 1., 0.75
qu_refinement_factors_time = 1., 0.5, 0.25
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
ocean/planar/barotropic_gyre/munk/free-slip
ocean/planar/manufactured_solution/convergence_both/default
ocean/planar/manufactured_solution/convergence_both/del2
ocean/planar/manufactured_solution/convergence_both/del4
ocean/planar/barotropic_gyre/munk/free-slip
ocean/spherical/qu/rotation_2d
ocean/spherical/icos/rotation_2d
ocean/spherical/icos/nondivergent_2d
ocean/spherical/icos/divergent_2d
ocean/spherical/icos/correlated_tracers_2d
ocean/spherical/icos/cosine_bell/decomp
ocean/spherical/icos/cosine_bell/restart

# Supported but fails
#ocean/planar/barotropic_channel/default

# Supported but expected to fail until higher-order advection is available
#ocean/spherical/icos/nondivergent_2d
#ocean/spherical/icos/divergent_2d
#ocean/spherical/icos/correlated_tracers_2d
1 change: 1 addition & 0 deletions polaris/suites/ocean/omega_pr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ocean/planar/barotropic_gyre/munk/free-slip
ocean/planar/manufactured_solution/convergence_both/default
ocean/planar/manufactured_solution/convergence_both/del2
ocean/planar/manufactured_solution/convergence_both/del4
ocean/spherical/qu/rotation_2d
ocean/spherical/icos/rotation_2d
ocean/spherical/icos/cosine_bell/decomp
ocean/spherical/icos/cosine_bell/restart
4 changes: 2 additions & 2 deletions polaris/tasks/ocean/sphere_transport/rotation_2d.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ convergence_thresh_tracer2_order3 = 2.0
convergence_thresh_tracer3_order3 = 0.4

# convergence threshold below which the test fails for order 2
convergence_thresh_tracer1_order2 = 1.0
convergence_thresh_tracer2_order2 = 1.6
convergence_thresh_tracer1_order2 = 0.6
convergence_thresh_tracer2_order2 = 1.4
convergence_thresh_tracer3_order2 = 0.3
Loading