Interface to BOUT++ and the Hermes-3 code, pre- and post-processing tools.
** Installation
Install Hermes-3 using one of the following methods:
-
Run the
cmake-build-hermes.shscript. This will checkout thehermes-3submodule, configure and build it using cmake. This assumes that CMake, Git, a C++ MPI compiler, FFTW and NetCDF C++ bindings are installed and can be found by CMake. If successful, the built executable will behermes-3/build/hermes-3. -
Follow instructions in the Hermes-3 manual. To work with IPS you must configure hermes-3 to use ADIOS2 by adding
-DBOUT_DOWNLOAD_ADIOS2=ON -DBOUT_USE_ADIOS2=ONconfiguration options.