Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

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

No Format
module load xbeach/xbeach
OR
module load xbeach/xbeach-netcdf

 

Installation

Prerequisite

Upgrade the version of subversion

See packages here: http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/


Python modules MarkupSafe and Mako

...

No Format
cd /sw/xbeach/src/
unzip XBeach_src.zip
cd /sw/xbeach/src/XBeach

sh autogen.sh
>>>>>>
Preparing the xbeach build system...please wait

Found GNU Autoconf version 2.63
Found GNU Automake version 1.11.1
Found GNU Libtool version 2.2.6b

Automatically preparing build ... done

The xbeach build system is now prepared.  To build here, run:
  ./configure
 make
If you want to run the executable from a specific directory:
  ./configure --prefix=/path/to/executable/directory/withoutbin
  make
  make install
>>>>>>>
chmod +x makedepo.py
chmod +x scripts/generate.py

./configure --prefix=/sw/xbeach
make install


 

 

XBeach with netCDF enabled

 

No Format
module load python/2.7.1
module load NetCDF/4.3.3.1-intel_2015
chmod +x makedepo.py
chmod +x scripts/generate.py

sh autogen.sh 2>&1 | tee autgenLog.txt
./configure --help
 ./configure  --with-netcdf  --prefix=/sw/xbeach/xbeach-withNETCDF 2>&1 | tee configureLog-withnetcdf.txt
make 2>&1 | tee makeLog.txt


 

Reference

 

  1. https://oss.deltares.nl/web/xbeach/