@@ -28,7 +28,12 @@ and final state on a lat-lon grid for each resolution. The visualization is
2828not included in the other versions of the task in order to not slow down
2929regression testing.
3030
31- Another task, ` cosine_bell/restart ` , performs two time steps of the Cosine Bell
31+ Another task, ` cosine_bell/decomp ` , performs two runs of the Cosine Bell
32+ test at coarse resolution, once with 12 and once with 24 cores, to verify the
33+ bit-for-bit identical results for tracer advection across different core
34+ counts.
35+
36+ A final task, ` cosine_bell/restart ` , performs two time steps of the Cosine Bell
3237test at coarse resolution, then performs reruns the second time step,
3338as a restart run to verify the bit-for-bit restart capability for tracer
3439advection.
@@ -51,13 +56,15 @@ ocean/spherical/icos/cosine_bell/convergence_time
5156ocean/spherical/icos/cosine_bell/convergence_time/with_viz
5257ocean/spherical/icos/cosine_bell/convergence_both
5358ocean/spherical/icos/cosine_bell/convergence_both/with_viz
59+ ocean/spherical/icos/cosine_bell/decomp
5460ocean/spherical/icos/cosine_bell/restart
5561ocean/spherical/qu/cosine_bell/convergence_space
5662ocean/spherical/qu/cosine_bell/convergence_space/with_viz
5763ocean/spherical/qu/cosine_bell/convergence_time
5864ocean/spherical/qu/cosine_bell/convergence_time/with_viz
5965ocean/spherical/qu/cosine_bell/convergence_both
6066ocean/spherical/qu/cosine_bell/convergence_both/with_viz
67+ ocean/spherical/icos/cosine_bell/decomp
6168ocean/spherical/qu/cosine_bell/restart
6269```
6370The default resolutions used in the task depends on the mesh type.
@@ -99,7 +106,7 @@ your own config file (or add a `spherical_convergence` section to a config file
99106if you're already using one). The resolutions are a comma-separated list of
100107the resolution of the mesh in km. If you specify a different list
101108before setting up ` cosine_bell ` , steps will be generated with the requested
102- resolutions. (If you alter ` icos_resolutions ` or ` qu_resolutions ` ) in the
109+ resolutions. (If you alter ` icos_resolutions ` or ` qu_resolutions ` in the
103110task's config file in the work directory, nothing will happen.) For ` icos `
104111meshes, make sure you use a resolution close to those listed in
105112{ref}` dev-spherical-meshes ` . Each resolution will be rounded to the nearest
0 commit comments