Skip to content
Snippets Groups Projects
Forked from Méso-NH / Méso-NH code
6061 commits behind the upstream repository.
Quentin Rodier's avatar
RODIER Quentin authored
Quentin 17/06/2022: add KTEST 007_16janvier/turb3D and COLD_BUBBLE + adapt compare and check for 2D simulations
66f21068
History

PHYEX_tools

This package contains tools related to the PHYEX package (https://github.com/QuentinRodier/PHYEX). Specifically, the prep_code.sh scripts prepare the source code for inclusion in the compilation machinery of the different models.

And, the check_commit_ial.sh script compiles, executes IAL test cases and compares the results againts a reference simulation.

Moreover, the check_commit_mesonh.sh script compiles, executes a test case and compares the results againts a reference simulation.

Installation

Instructions can be found in INSTALL file.

Usage

Help on check_commit_ial.sh, check_commit_mesonh.sh and prep_code.sh can be printed with the '-h' option.

For check_commit_mesonh.sh the following environment variables can be set:

  • MNHPACK: directory in which MNH pack will be created (default is $HOME/MesoNH/PHYEX)
  • REFDIR: directory in which reference pack can be found (default is the pack directory near the check_commit_mesonh.sh file)
  • TARGZDIR: directory in which the tar.gz file can be found (default is the pack directory near the check_commit_mesonh.sh file)