New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
README.rst in NEMO/releases/r4.0/r4.0-HEAD/tests – NEMO

source: NEMO/releases/r4.0/r4.0-HEAD/tests/README.rst

Last change on this file was 14444, checked in by clem, 3 years ago

some corrections on the html user guide

File size: 7.1 KB
Line 
1**********************
2Explore the test cases
3**********************
4
5.. todo::
6
7   CANAL animated gif is missing
8
9.. contents::
10   :local:
11   :depth: 1
12
13Installation
14============
15
16Download
17--------
18
19| The complete and up-to-date set of test cases is available on
20  :github:`NEMO test cases repository <NEMO-examples>`.
21| Download it directly into the :file:`./tests` root directory with
22
23.. code-block:: console
24
25   $ git clone http://github.com/NEMO-ocean/NEMO-examples
26
27Compilation
28-----------
29
30The compilation of the test cases is very similar to
31the manner the reference configurations are compiled.
32If you are not familiar on how to compile NEMO,
33it is first recomended to read :doc:`the instructions <install>`.
34
35| As the reference configurations are compiled with ``-r`` option,
36  test cases can be compiled by the use of :file:`makenemo` with ``-a`` option.
37| Here an example to compile a copy named WAD2 of the wetting and drying test case (WAD):
38
39.. code-block:: console
40
41   $ ./makenemo -n 'WAD2' -a 'WAD' -m 'my_arch' -j '4'
42
43Run and analysis
44----------------
45
46There no requirement of specific input file for the test_cases presented here.
47The XIOS xml input files and namelist are already setup correctly.
48For detailed description and Jupyter notebook, the reader is directed on
49the :github:`NEMO test cases repository <NEMO-examples>`
50
51The description below is a brief advertisement of some test cases.
52
53List of test cases
54==================
55
56BENCH
57-----
58| Benchmark configuration. Allow to run any configuration (including ORCA type or BDY) with idealized grid
59  and initial state so it does not need any input file other than the namelists.
60  As usual, all configuration changes can be done through the namelist.
61  We provide 3 example of namelist_cfg to mimic ORCA1, OR025 or ORCA12 configurations.
62  By default do not produce any output file. An extensive description of BENCH will be abailable in
63  Irrmann et al. 2021.
64
65ICE_AGRIF
66---------
67
68.. figure:: _static/ICE_AGRIF_UDIAG_43days_UM5.gif
69   :width: 200px
70   :align: left
71
72   ..
73
74| This test case illustrates the advection of an ice patch across
75  an East/West and North/South periodic channel over a slab ocean (i.e. one ocean layer),
76  and with an AGRIF zoom (1:3) in the center.
77| The purpose of this configuration is to
78  test the advection of the ice patch in and across the AGRIF boundary.
79  One can either impose ice velocities or ice-atm.
80  Stresses and let rheology define velocities (see :file:`README` for details)
81
82VORTEX
83------
84
85.. figure:: _static/VORTEX_anim.gif
86   :width: 200px
87   :align: right
88
89   ..
90
91This test case illustrates the propagation of an anticyclonic eddy over a Beta plan and a flat bottom.
92It is implemented here with an online refined subdomain (1:3) out of which the vortex propagates.
93It serves as a benchmark for quantitative estimates of nesting errors as in :cite:`DEBREU2012`,
94:cite:`PENVEN2006` or :cite:`SPALL1991`.
95
96The animation (sea level anomaly in meters) illustrates with
97two 1:2 successively nested grids how the vortex smoothly propagates out of the refined grids.
98
99ISOMIP
100------
101
102.. figure:: _static/ISOMIP_moc.png
103   :width: 200px
104   :align: left
105
106   ..
107
108| The purpose of this test case is to evaluate the impact of various schemes and new development with
109  the iceshelf cavities circulation and melt.
110  This configuration served as initial assesment of the ice shelf module in :cite:`LOSCH2008` and
111  :cite:`MATHIOT2017`.
112  The default setup is the one described |ISOMIP|_.
113| The figure (meridional overturning circulation) illustrates
114  the circulation generated after 10000 days by the ice shelf melting (ice pump).
115
116.. |ISOMIP| replace:: here
117
118LOCK_EXCHANGE
119-------------
120
121.. figure:: _static/LOCK-FCT4_flux_ubs.gif
122   :width: 200px
123   :align: right
124
125   ..
126
127| The LOCK EXCHANGE experiment is a classical fluid dynamics experiment that has been adapted
128  by :cite:`HAIDVOGEL1999` for testing advection schemes in ocean circulation models.
129  It has been used by several authors including :cite:`BURCHARD2002` and :cite:`ILICAK2012`.
130  The LOCK EXCHANGE experiment can in particular illustrate
131  the impact of different choices of numerical schemes and/or subgrid closures on
132  spurious interior mixing.
133| Here the animation of the LOCK_EXCHANGE test case using
134  the advection scheme FCT4 (forth order) for tracer and ubs for dynamics.
135
136OVERFLOW
137--------
138
139.. figure:: _static/OVF-sco_FCT4_flux_cen-ahm1000.gif
140   :width: 200px
141   :align: left
142
143   ..
144
145| The OVERFLOW experiment illustrates the impact of different choices of numerical schemes and/or
146  subgrid closures on spurious interior mixing close to bottom topography.
147  The OVERFLOW experiment is adapted from the non-rotating overflow configuration described in
148  :cite:`HAIDVOGEL1999` and further used by :cite:`ILICAK2012`.
149  Here we can assess the behaviour of the second-order tracer advection scheme FCT2 and
150  forth-order FCT4, z-coordinate and sigma coordinate (...).
151| Here the animation of the OVERFLOW test case in sigma coordinate with
152  the forth-order advection scheme FCT4.
153
154WAD
155---
156
157.. figure:: _static/wad_testcase_7.gif
158   :width: 200px
159   :align: right
160
161   ..
162
163| A set of simple closed basin geometries for testing the Wetting and drying capabilities.
164  Examples range from a closed channel with EW linear bottom slope to
165  a parabolic EW channel with a Gaussian ridge.
166| Here the animation of the test case 7.
167  This test case is a simple linear slope with a mid-depth shelf with
168  an open boundary forced with a sinusoidally varying ssh.
169  This test case has been introduced to emulate a typical coastal application with
170  a tidally forced open boundary with an adverse SSH gradient that,
171  when released, creates a surge up the slope.
172  The parameters are chosen such that
173  the surge rises above sea-level before falling back and oscillating towards an equilibrium position.
174
175CANAL
176-----
177
178.. figure:: _static/CANAL_image.gif
179   :width: 200px
180   :align: left
181
182   ..
183
184East-west periodic canal of variable size with several initial states and
185associated geostrophic currents (zonal jets or vortex).
186
187ICE_ADV2D
188---------
189
190| This test case illustrates the advection of an ice patch across
191  an East/West and North/South periodic channel over a slab ocean (i.e. one ocean layer).
192  The configuration is similar to ICE_AGRIF, except for the AGRIF zoom.
193| The purpose of this configuration is to test the advection schemes available in the sea-ice code
194  (for now, Prather and Ultimate-Macho from 1st to 5th order),
195  especially the occurence of overshoots in ice thickness
196
197ICE_ADV1D
198---------
199
200| This experiment is the classical :cite:`SCHAR1996` test case ,
201  which has been used in :cite:`LIPSCOMB2004`, and in which very specific shapes of ice concentration,
202  thickness and volume converge toward the center of a basin.
203  Convergence is unidirectional (in x) while fields are homogeneous in y.
204| The purpose of this configuration is to
205  test the caracteristics of advection schemes available in the sea-ice code
206  (for now, Prather and Ultimate-Macho from 1st to 5th order),
207  especially the constitency between concentration, thickness and volume,
208  and the preservation of initial shapes.
209
210.. rubric:: References
211
212.. bibliography:: tests.bib
213   :all:
214   :style: unsrt
215   :labelprefix: T
Note: See TracBrowser for help on using the repository browser.