In your home directory,
mkdir QCFDand downloadCLBM_ZhixingSong.tar.gzand untar it. You may rename this folder to whatever you want but make sure it is consistent withQCFD_HOMEvi ~/.bashrcand add the following,
export QCFD_HOME=$HOME/QCFD/CLBM_ZhixinSong/
export QCFD_SRC=$QCFD_HOME/src/then
cd QCFD_SRC/CLBM
Julia
julia> using Pkg
julia> Pkg.activate("../..") # Activate the main project environment from src/CLBM
julia> include("clbm_run.jl")