This repository contains the model described in the paper
Mariana C. A. Clare, Matthew D. Piggott and Colin J. Cotter, Multilevel Monte Carlo methods for erosion and flood risk assessment in the coastal zone, Coastal Engineering.
- XBeach (https://oss.deltares.nl/web/xbeach/)
- In this work, we used version 1.23.5526 XBeachX release
- xbeachtools (https://github.com/openearth/xbeach-tools-python/tree/python3)
- Used to run XBeach through Python
- Python 3.5 or later
-
Section 3.2.1: 1D Test Case
Reproduce MLMC results with:
#!bash $ python slope_1d_files/slope_1d_mlmc.py
N.B. use init_test = True for preliminary run and eps_test = True for full run.
Reproduce MC results with:
#!bash $ python slope_1d_files/slope_1d_mc.py
N.B. this file must be run multiple times to achieve a sufficient number of samples.
-
Section 3.2.2: 2D Test Case
Reproduce MLMC results with:
#!bash $ python slope_2d_files/slope_2d_mlmc.py
N.B. use init_test = True for preliminary run and eps_test = True for full run.
Reproduce MC results with:
#!bash $ python slope_2d_files/slope_2d_mc.py
N.B. this file must be run multiple times to achieve a sufficient number of samples.
-
Section 3.2.3: Morphology Test Case
Reproduce MLMC results with:
#!bash $ python morphological_files/morph_mlmc.py
N.B. use init_test = True for preliminary run and eps_test = True for full run.
Reproduce MC results with:
#!bash $ python morphological_files/morph_mc.py
N.B. this file must be run multiple times to achieve a sufficient number of samples.
-
Section 3.2.4: Boscombe Beach Test Case
Reproduce MLMC results with:
#!bash $ python boscombe_files/boscombe_mlmc.py
N.B. use init_test = True for preliminary run and eps_test = True for full run.
Reproduce MC results with:
#!bash $ python boscombe_files/boscombe_mc.py
N.B. this file must be run multiple times to achieve a sufficient number of samples.
-
Section 4: Cumulative Distribution Function
Reproduce the Cumulative Distribution Functions using the python files in the CDF folder of this repository. Note before these files can be run, it is necessary to generate outputs from the MLMC algorithm (using only the smallest epsilon value) and the MC algorithm, using the files discussed for Section 3.2.