|
4 | 4 |
|
5 | 5 | The ocean component includes a number of {ref}`suites` that can be used to |
6 | 6 | run a series of ocean tasks and optionally compare them against a baseline |
7 | | -run of the same tasks. |
| 7 | +run of the same tasks. To set them up, run: |
8 | 8 |
|
9 | | -(ocean-suite-cosine-bell)= |
| 9 | +```bash |
| 10 | +polaris suite -c ocean -t <suite_name> ... |
| 11 | +``` |
10 | 12 |
|
11 | | -## cosine_bell suite |
| 13 | +Below are details on some of the most commonly used suites. The other suites |
| 14 | +are mostly focused on specific tests as indicated by their names. |
12 | 15 |
|
13 | | -```bash |
14 | | -polaris suite -c ocean -t cosine_bell ... |
| 16 | +(ocean-suite-pr)= |
| 17 | + |
| 18 | +## pr suite |
| 19 | + |
| 20 | +The `pr` suite is designed for testing pull-requests (PRs) that involve |
| 21 | +changes to the Ocean component or the Polaris framework. It includes some |
| 22 | +basic tests that are always expected to work, and which should indicate if |
| 23 | +any changes have been inadvertently introduced by the PR. For now, the |
| 24 | +suite is designed for use with MPAS-Ocean but not fully supported by Omega. |
| 25 | + |
| 26 | +```none |
| 27 | +ocean/planar/baroclinic_channel/10km/threads |
| 28 | +ocean/planar/baroclinic_channel/10km/decomp |
| 29 | +ocean/planar/baroclinic_channel/10km/restart |
| 30 | +ocean/planar/ice_shelf_2d/5km/z-star/default/with_restart |
| 31 | +ocean/planar/ice_shelf_2d/5km/z-level/default/with_restart |
| 32 | +ocean/planar/inertial_gravity_wave/convergence_both |
| 33 | +ocean/planar/internal_wave/standard/default |
| 34 | +ocean/planar/internal_wave/vlr/default |
| 35 | +# currently not converging in MPAS-Ocean |
| 36 | +# ocean/planar/manufactured_solution/convergence_both |
| 37 | +ocean/single_column/cvmix |
| 38 | +ocean/single_column/ideal_age |
| 39 | +ocean/spherical/icos/cosine_bell/decomp |
| 40 | +ocean/spherical/icos/cosine_bell/restart |
15 | 41 | ``` |
16 | 42 |
|
17 | | -The `cosine_bell` suite includes the following tasks: |
| 43 | +(ocean-suite-nightly)= |
| 44 | + |
| 45 | +# nightly suite |
| 46 | + |
| 47 | +The `nightly` suite is similar to the `pr` suite but is designed to allow for |
| 48 | +slightly heavier testing on a nightly basis. For now, the suite actually |
| 49 | +includes fewer tests than `pr` but it is expected to be fleshed out as Omega |
| 50 | +development matures: |
18 | 51 |
|
19 | 52 | ```none |
20 | | -ocean/spherical/icos/cosine_bell/convergence_space |
21 | | -ocean/spherical/icos/cosine_bell/convergence_space/with_viz |
22 | | -ocean/spherical/icos/cosine_bell/convergence_time |
23 | | -ocean/spherical/icos/cosine_bell/convergence_time/with_viz |
24 | | -ocean/spherical/icos/cosine_bell/convergence_both |
25 | | -ocean/spherical/icos/cosine_bell/convergence_both/with_viz |
| 53 | +ocean/planar/baroclinic_channel/10km/threads |
| 54 | +ocean/planar/baroclinic_channel/10km/decomp |
| 55 | +ocean/planar/baroclinic_channel/10km/restart |
| 56 | +ocean/planar/ice_shelf_2d/5km/z-star/default/with_restart |
| 57 | +ocean/planar/ice_shelf_2d/5km/z-level/default/with_restart |
| 58 | +ocean/planar/inertial_gravity_wave/convergence_both |
| 59 | +# ocean/planar/manufactured_solution |
26 | 60 | ocean/spherical/icos/cosine_bell/decomp |
27 | 61 | ocean/spherical/icos/cosine_bell/restart |
28 | | -ocean/spherical/qu/cosine_bell/convergence_space |
29 | | -ocean/spherical/qu/cosine_bell/convergence_space/with_viz |
30 | | -ocean/spherical/qu/cosine_bell/convergence_time |
31 | | -ocean/spherical/qu/cosine_bell/convergence_time/with_viz |
32 | | -ocean/spherical/qu/cosine_bell/convergence_both |
33 | | -ocean/spherical/qu/cosine_bell/convergence_both/with_viz |
34 | | -ocean/spherical/qu/cosine_bell/decomp |
35 | | -ocean/spherical/qu/cosine_bell/restart |
36 | 62 | ``` |
37 | 63 |
|
| 64 | +# omega_pr suite |
| 65 | + |
| 66 | +The `omega_pr` suite is designed to test changes in Omega or the affects of |
| 67 | +Polaris changes on Omega results. |
| 68 | + |
| 69 | +Here are the tests in the suite: |
| 70 | +```none |
| 71 | +ocean/planar/manufactured_solution/convergence_both/default |
| 72 | +ocean/spherical/icos/rotation_2d |
| 73 | +ocean/spherical/icos/cosine_bell/decomp |
| 74 | +ocean/spherical/icos/cosine_bell/restart |
| 75 | +``` |
| 76 | + |
| 77 | +(ocean-suite-framework-pr)= |
| 78 | + |
| 79 | +## framework_pr suite |
| 80 | + |
| 81 | +The `framework_pr` suite is designed for testing pull-requests (PRs) that |
| 82 | +involve changes to the Polaris and/or Ocean framework. It includes the tests |
| 83 | +in the `pr` suite plus additional tests focued on visualizaiton and remapping. |
| 84 | +The tasks in this suite include: |
| 85 | + |
| 86 | +```none |
| 87 | +## pr suite |
| 88 | +ocean/planar/baroclinic_channel/10km/threads |
| 89 | +ocean/planar/baroclinic_channel/10km/decomp |
| 90 | +ocean/planar/baroclinic_channel/10km/restart |
| 91 | +ocean/planar/ice_shelf_2d/5km/z-star/default/with_restart |
| 92 | +ocean/planar/ice_shelf_2d/5km/z-level/default/with_restart |
| 93 | +ocean/planar/inertial_gravity_wave/convergence_both |
| 94 | +ocean/planar/internal_wave/standard/default |
| 95 | +ocean/planar/internal_wave/vlr/default |
| 96 | +# ocean/planar/manufactured_solution/convergence_both |
| 97 | +ocean/single_column/cvmix |
| 98 | +ocean/single_column/ideal_age |
| 99 | +ocean/spherical/icos/cosine_bell/decomp |
| 100 | +ocean/spherical/icos/cosine_bell/restart |
| 101 | +
|
| 102 | +## viz |
| 103 | +ocean/planar/baroclinic_channel/10km/default |
| 104 | +ocean/planar/ice_shelf_2d/5km/z-star/default/with_viz |
| 105 | +ocean/spherical/icos/cosine_bell/convergence_both/with_viz |
| 106 | +ocean/spherical/icos/rotation_2d/with_viz |
| 107 | +
|
| 108 | +## remapping |
| 109 | +ocean/planar/isomip_plus/4km/z-star/ocean0 |
| 110 | +``` |
| 111 | + |
| 112 | +(ocean-suite-convergence)= |
| 113 | + |
| 114 | +## convergence suite |
| 115 | + |
| 116 | +The `convergence` suite is designed for running all convergence tests. To |
| 117 | +speed up the process, most tests have cached base meshes. Here are the tests |
| 118 | +included: |
| 119 | + |
| 120 | +```none |
| 121 | +ocean/planar/inertial_gravity_wave/convergence_both |
| 122 | +ocean/planar/manufactured_solution/convergence_both/default |
| 123 | +ocean/planar/manufactured_solution/convergence_both/del2 |
| 124 | +ocean/planar/manufactured_solution/convergence_both/del4 |
| 125 | +ocean/spherical/icos/correlated_tracers_2d |
| 126 | +ocean/spherical/qu/correlated_tracers_2d |
| 127 | +ocean/spherical/icos/cosine_bell/convergence_both |
| 128 | +ocean/spherical/qu/cosine_bell/convergence_both |
| 129 | +ocean/spherical/icos/geostrophic/convergence_both |
| 130 | +ocean/spherical/qu/geostrophic/convergence_both |
| 131 | +ocean/spherical/icos/divergent_2d |
| 132 | +ocean/spherical/qu/divergent_2d |
| 133 | +ocean/spherical/icos/nondivergent_2d |
| 134 | +ocean/spherical/qu/nondivergent_2d |
| 135 | +ocean/spherical/icos/rotation_2d |
| 136 | +ocean/spherical/qu/rotation_2d |
| 137 | +``` |
0 commit comments