Efficient simulations of turbulent atmospheric boundary layer.
# Clone
git clone --recursive [email protected]:exabl/eturb.git
# Activate paths: Start here. Always!
cd eturb
source activate.sh
# Build Nek5000
cd lib/Nek5000/tools/
./maketools all
cd -
# Build case
cd src/abl_nek5000/
makenek
cd -
# Run case
cd src/abl_nek5000/
nekmpi <nb_procs> # foreground
nekbmpi <nb_procs> # background
cd -