Skip to content

snek5000/snek5000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eturb

Efficient simulations of turbulent atmospheric boundary layer.

Getting started

# 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 -

Development

See contributing guidelines.