-
Tomas Lovato authored05ce05e1
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tests.rst 11.53 KiB
Explore the test cases
Installation
Download
The complete and up-to-date set of test cases is available on
:github:`NEMO test cases repository <NEMO-examples>`.
Download it directly into the :file:`./tests` root directory with
$ git clone http://github.com/NEMO-ocean/NEMO-examples
Compilation
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 :doc:`the instructions <install>`.
As the reference configurations are compiled with
-r
option,
test cases can be compiled by the use of :file:`makenemo` with -a
option.Here an example to compile a copy named WAD2 of the wetting and drying test case (WAD):
$ ./makenemo -n 'WAD2' -a 'WAD' -m 'my_arch' -j '4'
Run and analysis
There no requirement of specific input file for the test_cases presented here. The XIOS xml input files and namelist are already setup correctly. For detailed description and Jupyter notebook, the reader is directed on the :github:`NEMO test cases repository <NEMO-examples>`
The description below is a brief advertisement of some test cases.