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/trunk/tests – NEMO

source: NEMO/trunk/tests/README.rst @ 10219

Last change on this file since 10219 was 10219, checked in by mathiot, 5 years ago

add path to OVERFLOW and LOCK EXCHANGE animation

File size: 5.4 KB
Line 
1======================
2Explore the test cases
3======================
4
5  The description below is a brief description of the test cases available in NEMO.
6  For detailed description and notebook, the reader is directed on the `Github repository`_
7
8.. _Github repository:   https://github.com/sflavoni/NEMO-test-cases/
9
10CANAL
11=====
12
13  East-west periodic canal of variable size with several initial states and associated geostrophic currents (zonal jets or vortex)
14
15  .. image::_static/CANAL_image.gif
16
17ICEDYN
18======
19 
20  This is an East-t cases illustrate the advection of an ice patch across a East/West and North/South periodic channel.
21  This configuration can be used to test the advection of the ice patch in an AGRIF zoom (1:3)
22  and across the AGRIF boundary or to test the ice advection schemes (Prather and Ultimate-Macho).
23  In the latest case user need to remove ``key_agrif`` out of the CPP keys list.
24
25  .. image:: _static/ICEDYN_UDIAG_43days_UM5.gif
26
27VORTEX
28======
29 
30  This test case illustrates the propagation of an anticyclonic eddy over a Beta plan and a flat bottom.
31  It is implemented here with an online refined subdomain (1:3) out of which the vortex propagates.
32  It serves as a benchmark for quantitative estimates of nesting errors as in Debreu et al. (2012),
33  Penven et al. (2006) or Spall and Holland (1991).
34  The animation below (sea level anomaly in meters) illustrates with two 1:2 successively nested grids how
35  the vortex smoothly propagates out of the refined grids.
36 
37  .. image:: _static/VORTEX_anim.gif
38
39ISOMIP
40======
41
42  Simple box configuration with an ice shelf covering all the domain. South part is a sloping ice shelf and north part is a flat ice shelf.
43  The purpose of this test case is to evaluate the impact of various schemes and new development with iceshelf cavities.
44  This configuration served as initial assesment of the ice shelf module in Losh et al. (2008) and Mathiot et al. (2017).
45 
46  The default setup is the one described [http://staff.acecrc.org.au/~bkgalton/ISOMIP/test_cavities.pdf].
47
48  .. image:: _static/ISOMIP_moc.png
49
50LOCK_EXCHANGE
51=============
52
53  The LOCK EXCHANGE experiment is a classical fluid dynamics experiment that has been adapted
54  by Haidvogel and Beckmann (1999) for testing advection schemes in ocean circulation models.
55  It has been used by several authors including Burchard and Bolding (2002) and Ilicak et al. (2012).
56  The LOCK EXCHANGE experiment can in particulart illustrate the impact of different choices of numerical schemes
57  and/or subgrid closures on spurious interior mixing.
58
59  .. image:: _static/LOCK-FCT4_flux_ubs.gif
60
61OVERFLOW
62========
63
64  The OVERFLOW experiment illustrates the impact of different choices of numerical schemes
65  and/or subgrid closures on spurious interior mixing close to bottom topography.
66  The OVERFLOW experiment is adapted from the non-rotating overflow configuration described
67  in Haidvogel and Beckmann (1999) and further used by Ilicak et al. (2012).
68  Here we can assess the behaviour of the second-order tracer advection scheme FCT2 and fortht-order FCT4,
69  with some exemple of python scripts into the notebook associated.
70
71  .. image:: _static/OVF-sco_FCT4_flux_cen-ahm1000.gif
72
73WAD
74===
75
76  A set of simple closed basin geometries for testing the Wetting and drying capabilities.
77  Examples range from a closed channel with EW linear bottom slope to a parabolic EW channel with a Gaussian ridge.
78 
79  Below the animation of the test case 7. This test case is a simple linear slope with a mid-depth shelf with an open boundary forced with a sinusoidally varying ssh.
80  This test case has been introduced to emulate a typical coastal application with a tidally forced open boundary with an adverse SSH gradient that, when released, creates a surge up the slope.
81  The parameters are chosen such that the surge rises above sea-level before falling back and oscillating towards an equilibrium position
82
83  .. image:: _static/wad_testcase_7.gif
84
85
86
87==========
88References
89==========
90- Burchard, H., Bolding, K., 2002. GETM - a general estuarine transport model. Scientific documentation. Tech. Rep. EUR 20253 EN, European Commission.
91- Debreu, L., P. Marchesiello, P. Penven and G. Cambon, 2012: Two-way nesting in split-explicit ocean models: Algorithms, implementation and validation. Ocean Modelling, 49-50, 1-21.
92- Haidvogel, Dale B., and Aike Beckmann. Numerical ocean circulation modeling. Vol. 2. World Scientific, 1999.
93- Haidvogel, Dale B., and Aike Beckmann. Numerical ocean circulation modeling. Vol. 2. World Scientific, 1999.
94- Ilicak, Mehmet, et al. "Spurious dianeutral mixing and the role of momentum closure." Ocean Modelling 45 (2012): 37-58.
95- Ilicak, Mehmet, et al. "Spurious dianeutral mixing and the role of momentum closure." Ocean Modelling 45 (2012): 37-58.
96- Losch, M., 2008: Modeling ice shelf cavities in a z coordinate ocean general circulation model, J. Geophys. Res.-Oceans, 113, C08043.
97- Mathiot, P., Jenkins, A., Harris, C., and Madec, G., 2017: Explicit representation and parametrised impacts of under ice shelf seas in the z* coordinate ocean model NEMO 3.6, Geosci. Model Dev., 10, 2849-2874.
98- Penven, P., L. Debreu, P. Marchesiello and J. C. Mc Williams, 2006: Evaluation and application of the ROMS 1-way embedding procedure to the central california upwelling system. Ocean Modelling, 12, 157-187.
99- Spall, M. A. and W. R. Holland, 1991: A Nested Primitive Equation Model for Oceanic Applications. J. Phys. Ocean., 21, 205-220.
Note: See TracBrowser for help on using the repository browser.