Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

XBeach is a two-dimensional model for wave propagation, long waves and mean flow, sediment transport and morphological changes of the nearshore area, beaches, dunes and backbarrier during storms.

Usage

 

Installation

Prerequisite

Python modules MarkupSafe and Mako

module load python/2.7.1
MarkupSafe
==========
cd /tmp
tar -zxvf MarkupSafe-0.9.3.tar.gz
cd /tmp/MarkupSafe-0.9.3
python setup.py build
python setup.py install

Mako
====
wget https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155/Mako-1.0.4.tar.gz#md5=c5fc31a323dd4990683d2f2da02d4e20

tar -zxvf Mako-1.0.4.tar.gz
cd  /tmp/Mako-1.0.4
python setup.py build
python setup.py install

XBeach installation

 

cd /sw/xbeach/src/

 

Reference

 

  1. https://oss.deltares.nl/web/xbeach/
  • No labels