Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Info
titleThis page moved to the XBeach portal
Wiki Markup
{redirect:location=http://oss.deltares.nl/web/xbeach/tools|delay=5|visible=true} {info:title=This page moved to the XBeach portal} The contents of this page moved to the new XBeach Open-source Software (OSS) portal at [

The contents of this page moved to the new XBeach Open-source Software (OSS) portal at

http://oss.deltares.nl/

]

and

can

be

directly

approached

using

[

http://www.xbeach.org

]. {info} {

.

hide-if

...

space

...

XBEACH

...

Include Page
ContentHeader
ContentHeader
Info
titlePre-release

...

A

...

pre-release

...

of

...

the

...

Matlab

...

XBeach

...

Toolbox

...

can

...

be

...

obtained

...

from

...

https://repos.deltares.nl/repos/OpenEarthTools/tags/xbeach_release_27Jun2011/

...

or

...

downloaded

...

as

...

ZIP

...

archive

...

.

...

The

...

upcoming

...

full

...

release

...

will

...

be

...

announced

...

on

...

this

...

web

...

page.

...

Info
titleCheatsheet

A cheatsheet for toolbox commands is now available: XBeach Matlab Toolbox Cheatsheet.pdf

Contents

Children Display

Introduction

The XBeach Toolbox in the OpenEarthTools repository tries to provide a generic and easy-to-use

...

Matlab

...

interface

...

to

...

the

...

XBeach

...

model

...

.

How can I obtain the XBeach toolbox?

Download the latest version from the OpenEarthTools subversion repository: https://repos.deltares.nl/repos/OpenEarthTools/trunk/matlab/applications/xbeach/

...

Or

...

download

...

the

...

pre-release

...

from

...

https://repos.deltares.nl/repos/OpenEarthTools/tags/xbeach_release_21Apr2011/

...

or

...

as

...

ZIP

...

archive

What will I download?

Image Added

How do I contribute?

Script and commit!

Please not the following conventions, next to the general OpenEarthTools coding conventions (like documentations, test functions, etc):

  • All function names are prefixed by "xb_"
  • (Parts of) XBeach model configurations or output are structured in a generic Matlab structure (see XBeach structure)
  • Functions are minimal. All functions have their own tiny task. Only combined they will show their strength!
  • Functions do not output to the screen. If all minimal functions output to the screen, it will be a mess!. So, no output unless explicitly requested (e.g. xb_plot_*, xb_show, etc)