====================== Explore the test cases ====================== The description below is a brief description of the test cases available in NEMO. For detailed description and notebook, the reader is directed on the `Github repository`_ .. _Github repository: https://github.com/sflavoni/NEMO-test-cases/ ICEDYN ====== This test case illustrates the advection of an ice patch across a East/West and North/South periodic channel. This configuration can be used to test the advection of the ice patch in an AGRIF zoom (1:3) and across the AGRIF boundary or to test the ice advection schemes (Prather and Ultimate-Macho). In the latest case user need to remove ``key_agrif`` out of the CPP keys list. .. image:: _static/ICEDYN_UDIAG_43days_UM5.gif VORTEX ====== This test case illustrates the propagation of an anticyclonic eddy over a Beta plan and a flat bottom. It is implemented here with an online refined subdomain (1:3) out of which the vortex propagates. It serves as a benchmark for quantitative estimates of nesting errors as in Debreu et al. (2012) :cite:`DEBREU2012`, Penven et al. (2006) :cite:`PENVEN2006` or Spall and Holland (1991) :cite:`SPALL1991`. The animation below (sea level anomaly in meters) illustrates with two 1:2 successively nested grids how the vortex smoothly propagates out of the refined grids. .. image:: _static/VORTEX_anim.gif ISOMIP ====== The purpose of this test case is to evaluate the impact of various schemes and new development with the iceshelf cavities circulation and melt. This configuration served as initial assesment of the ice shelf module in Losh et al. (2008) :cite:`LOSCH2008` and Mathiot et al. (2017) :cite:`MATHIOT2017`. The default setup is the one described `here `_. The figure below (meridional overturning circulation) illustrates the circulation generated after 10000 days by the ice shelf melting (ice pump). .. image:: _static/ISOMIP_moc.png LOCK_EXCHANGE ============= The LOCK EXCHANGE experiment is a classical fluid dynamics experiment that has been adapted by Haidvogel and Beckmann (1999) :cite:`HAIDVOGEL1999` for testing advection schemes in ocean circulation models. It has been used by several authors including Burchard and Bolding (2002) :cite:`BURCHARD2002` and Ilicak et al. (2012) :cite:`ILICAK2012`. The LOCK EXCHANGE experiment can in particular illustrate the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing. Below the animation of the LOCK_EXCHANGE test case using the advection scheme FCT4 (forth order) for tracer and ubs for dynamics. .. image:: _static/LOCK-FCT4_flux_ubs.gif OVERFLOW ======== The OVERFLOW experiment illustrates the impact of different choices of numerical schemes and/or subgrid closures on spurious interior mixing close to bottom topography. The OVERFLOW experiment is adapted from the non-rotating overflow configuration described in Haidvogel and Beckmann (1999) :cite:`HAIDVOGEL1999` and further used by Ilicak et al. (2012) :cite:`ILICAK2012`. Here we can assess the behaviour of the second-order tracer advection scheme FCT2 and fortht-order FCT4, z-coordinate and sigma coordinate (...). Below the animation of the OVERFLOW test case in sigma coordinate with the forth-order advection scheme FCT4. .. image:: _static/OVF-sco_FCT4_flux_cen-ahm1000.gif WAD === A set of simple closed basin geometries for testing the Wetting and drying capabilities. Examples range from a closed channel with EW linear bottom slope to a parabolic EW channel with a Gaussian ridge. 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. 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. The parameters are chosen such that the surge rises above sea-level before falling back and oscillating towards an equilibrium position .. image:: _static/wad_testcase_7.gif CANAL ===== East-west periodic canal of variable size with several initial states and associated geostrophic currents (zonal jets or vortex). .. image::_static/CANAL_image.gif ================== Compile test cases ================== The compilation of the test cases is very similar to the manner the reference configurations are compiled. If you are not familiar on how to compile NEMO, it is first recomended to read the instruction `here `_ | In the same manner as the ref. cfg are compiled with '-r' option, test cases can be compile by the use of makenemo with '-a' option. | Here an example to compile a copy named WAD2 of the wetting and drying test case (WAD) on the macport_osx architecture on 4 cores: .. code-block:: console $ ./makenemo -n WAD2 -a WAD -m macport_osx -j 4 ===================================== Run and analyse the test cases ===================================== There no requirement of specific input file for the test_cases presented here. The XIOS xml input files and namelist are already setup correctly. All the detailed on how to run a specific test cases and Jupyter notebook are available on github `here `_. ========== References ========== .. bibliography:: test_cases.bib :all: :style: unsrt