Msg123 is a variably saturated flow model for large-scale problems.
This quickstart shows how to build and run the model with a minimal example.
- Linux or macOS
- Fortran compiler (gfortran >= 9.1.0 or interl fortran >=19.0.3.199)
git clone git@github.com:Msg123-Dev/Msg123.git
cd Msg123
cd make
vim makefile
Define the Fortran compile flags (gfortran or ifort)
Define the mode (release or debug)
Define the parallel (MPI, OpenMP, Hybrid)
make
Run a minimal example (Coming soon)
Coming soon
If you use this model, please cite:
See CITATION.cff.
This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later).