-
Notifications
You must be signed in to change notification settings - Fork 25
BLOM iHAMOCC test cases
After successfully building the code it can be a good idea to test that the code behaves as expected and changes to the code does not affect the output.
Tests can be run with the following:
$ meson test -C builddir
The previous command will run all the test suites defined for BLOM. To run tests
quicker one can select a few tests to run or just a single test suite. To list
the available tests run meson test -C builddir --list
. One can then run a
single test with:
$ meson test -C builddir "run single_column"
The fuk95 test case is a periodic channel experiment with configuration and initial conditions from Fukamachi et al. (1995) and further elaborated in Eldevik and Dysthe (2002).
Yasushi Fukamachi, Julian P. McCreary Jr., Jeffrey A. Proehl (1995). Instability of density fronts in layer and continuously stratified models, Journal of Geophysical Research: Oceans, 100(C2), 2559-2577. DOI: https://doi.org/10.1029/94JC02656
Eldevik, T., & Dysthe, K. B. (2002). Spiral Eddies, Journal of Physical Oceanography, 32(3), 851-869. DOI: https://doi.org/10.1175/1520-0485(2002)032<0851:SE>2.0.CO;2
BLOM wiki, © Copyright 2023, BLOM development team. This documentation is licensed under a ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.