#include <doctest/doctest.h>
#include "include/Configurator.hpp"
#include "include/ConfiguredModule.hpp"
#include "include/NZLevels.hpp"
#include "include/ParaGridIO.hpp"
#include "include/ParametricGrid.hpp"
#include "include/gridNames.hpp"
#include "include/IStructureModule.hpp"
#include <cmath>
#include <filesystem>
#include <fstream>
#include <sstream>
#include <ncAtt.h>
#include <ncFile.h>
#include <ncGroup.h>
#include <ncVar.h>
Go to the source code of this file.
◆ DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
| #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
◆ TEST_FILE_SOURCE
| #define TEST_FILE_SOURCE . |
◆ TO_STR
◆ TO_STRI
◆ TEST_CASE() [1/3]
| Nextsim::TEST_CASE |
( |
"Test array ordering" | | ) |
|
◆ TEST_CASE() [2/3]
| Nextsim::TEST_CASE |
( |
"Write a diagnostic ParaGrid file" | | ) |
|
◆ TEST_CASE() [3/3]
| Nextsim::TEST_CASE |
( |
"Write and read a ModelState-based ParaGrid restart file" | | ) |
|
◆ diagFile
| const std::string diagFile = "paraGrid_diag.nc" |
◆ filename
| const std::string filename = "paraGrid_test.nc" |