SlideShare a Scribd company logo
1 of 56
Download to read offline
1
XBeach: Past, Present and Future
Dano Roelvink, IHE Delft, Deltares
2
There was a time before XBeach...
• FIMP study, Long Island, NY
• Study carried out by Moffatt and Nichol and Delft Hydraulics for
NY District USACE
• Effect of breaching on water levels backbarrier modelled using
Delft3D
• Dune erosion and overwash not yet included properly
• Still, study showed reduced flood levels in back bays if actual
breach growth during flood was taken into account
3
Shinnecock Inlet, 1938
4
Cross-section Old Inlet
during 1938 storm
• Bloody thing would not
overtop!
• Dune had to be lowered
using SBeach :=(
• Missing:
Infragravity waves
5
2004 hurricane season
Charley Frances Ivan Jeanne
6
Motivation
• 2004 Hurricane season hit Florida coast 4 times
• Congress awarded multi-million project MORPHOS3D to
develop new physics-based model system to assess hurricane
impacts
• Scope: wind-surge-waves-nearshore processes-impacts
• Play ‘what-if?’ games around Corps of Engineers projects
Figure 1 Pre- and post hurricane Ivan, Perdido Key, Florida (source: USGS)
7
Framework
• 3-year R&D Project granted through European Research Office
of ERDC to Delft consortium including UNESCO-IHE, Delft
Hydraulics and Delft University of Technology
• Objective:
‘the further development of MORPHOS3D through the inclusion
of modeling approaches recently developed by a consortium of
Delft institutes.’
8
• no proprietary code used
• all developments public domain (GPL)
• easy to understand and transfer
• focus on physical processes rather than informatics, I/O
• emphasis on robustness
• focus on shallow water, swash, overwashing, breaching
• Swash and overwashing dominated by LF motions
Requirements development
environment
XBeach
9
XBeach - approach
• open source code available for free on internet (xbeach.org)
• easy to use
• Short-wave averaged but long-wave resolving modeling of
waves, flow and morphology change in time-domain
• Swash and overwash motions
• Dune erosion, overwashing, breaching and full inundation
• Domain from outside surfzone to backbarrier
• Driven by boundary conditions from surge and spectral wave
models
10
Principle sketch -
physics
20 s < T < 200 s
Ew(T)
u(T)
bound wave
motions dominated by
long waves not short
waves
11
12
Combined short/long wave
propagation and decay
Principle
test:
overwashing
by LF waves
13
Institute For Water Education
UNESCO-IHE
WL | delft hydraulics
HF, LF and total Hrms HF, LF and total Urms
Measured (red) vs computed
mean transport
Initial, final measured and
computed profile
14
Preparing
for a
reef bum
future...
15
XBeach structure (Matlab)
while par.t<par.tstop;
% Wave boundary conditions
[par,s] = wave_bc (s,par,it);
% Flow boundary conditions
[s] = flow_bc (s,par,it);
% Wave timestep
[s] = wave_timestep (s,par);
% Flow timestep
[s,par] = flow_timestep (s,par);
% Suspended transport
[s]=transus(s,par);
% Bed level update
[s]=bed_update(s,par);
% Output
[it,s]=output(it,s,par);
end
16
XBeach structure (Fortran 90/95)
do while(par%t<=par%tstop)
! Wave boundary conditions
call wave_bc (s,par,it);
! Flow boundary conditions
call flow_bc (s,par,it);
! Wave timestep
call wave_timestep(s,par)
! Flow timestep
call flow_timestep (s,par)
! Suspended transport
call transus(s,par)
! Bed level update
call bed_update(s,par)
! Output
call output(it,s,par)
enddo
17
Code development and documentation styles
if (xmpi_isright .and. s%ny>0) then
! Fy(:,ny+1)=Fy(:,ny) ! only a dummy point in non mpi
s%Fx(:,s%ny+1)=s%Fx(:,s%ny) ! only a dummy point in non mpi
! ! where (Fy(:,ny+1)<0.d0) Fy(:,ny+1)=0.d0;
!Jaap + Bas: Don't do this before calling Dano :-)
endif
! cjaap: replaced par%hmin by par%eps
!s%hh = max(s%hh,par%eps)
! Robert: how is this mass conservative?
!where(wete2d==1)
! s%hh =max(s%hh,par%hmin)
! note: replace with new limiter?
!endwhere
if (xmpi_isright .and. s%ny>0) then
! Fy(:,ny+1)=Fy(:,ny) ! only a dummy point in non mpi
s%Fx(:,s%ny+1)=s%Fx(:,s%ny) ! only a dummy point in non mpi
! ! where (Fy(:,ny+1)<0.d0) Fy(:,ny+1)=0.d0;
!Jaap + Bas: Don't do this before calling Dano :-)
endif
! cjaap: replaced par%hmin by par%eps
!s%hh = max(s%hh,par%eps)
! Robert: how is this mass conservative?
!where(wete2d==1)
! s%hh =max(s%hh,par%hmin)
! note: replace with new limiter?
!endwhere
18
Creative and meta-creative processes!
(c) Fedor Baart, 2008
19
Testbank =>Testbed=>Skillbed
• Validation studies – 2DV lab
cases
• Controlled conditions
• Mostly large-scale tests
• Possibility to check
hydrodynamics, sediment
transport
• All test cases in automated
testbed
Boers_1C
Deltaflume2006_DP01
Deltaflume2006_DP02
Deltaflume2006_T01
Deltaflume2006_T01_zebra
Deltaflume2006_T02
Deltaflume2006_T03
Deltaflume2006_T04
DeltaflumeH298_T1
DeltaflumeH298_T2
DeltaflumeH298_T3
DeltaflumeLIP11D_1B
DeltaflumeLIP11D_1C
DeltaflumeLIP11D_2E
Deltaflume_T3
Lip11D_2E
.....
>60 cases
20
Skillbed
21
Overwash case: Santa Rosa Island
Hurricane Ivan: 16 September 2004
Start of
hurricane
Hurricane
landfall
22
Black belt Matlab coding...
courtesy Dave Thompson, USGS
23
Similar erosion and
deposition patterns:
• erosion of dune
face
• deposition on
island
Overwash case: Santa Rosa Island
McCall et al,
CE 2010
24
18th month meeting – 23-27th Nov. 2009, Montpellier
MICORE.EU Field measurement sites in Europe
25
Some MICORE results..
• Wide application, away
from developers, of
XBeach
• Good results for a
number of cases
• Acceptable but not very
accurate results for
intermediate beaches
• Gravel beaches require
more sophisticated
approach
Oostende
Praia de Faro
26
Ap’s
baby...
• XBeach
just one
link in a
chain of
models
• From
offshore
hazards to
onshore
risk
27
Meanwhile on the other side of the world...
13/01/2011 06:15
Hi,
my name is Jens Kruger, Oceanographer at the Secretariat of
the Pacific Communities (SPC), a regional organisation
serving 26 members in the Pacific region. I am currently
writing a research proposal in partnership with Susanne
Pohler, Lecturer in Marine Geology, University of the South
Pacific (USP), the primary tertiary institute for the Pacific
region; and also in association with Paul Kench, Associate
Professor, University of Auckland, NZ (hello again Paul!).
I am writing to invite you to go enter into a partnership with
us on this research proposal tentatively entitled “Changing
Waves and Coasts in the Pacific (WACOP Project)”, with
the objective to provide information on wave climate
variability and trends and consequent coastal vulnerability
for informed adaptation and energy security......
28
Extreme sea levels at Pacific islands
Commonly cited cause:
tropical cyclones =
storm surge (+ tides)
Cyclone Mena - Rarotonga
Hydrodynamic modelling of wind- and pressure driven
storm surge from “synthetic” cyclones (Fiji)
1 in 100 year storm tide
McInnes, at al. (in review)
Global and Planetary
Change
29
IG wave modelling at Ningaloo
 In collaboration with Univ. of
Western Australia, Ryan Lowe
 Recent field studies show
dominance of infragravity wave
motions
Research questions
 What is the skill of XBeach on a coral
reef?
 What effect do infragravity waves
have on particle motions and
currents?
30
Instrument array and wave data (R. Lowe,
UWA)
swell energy decays rapidly, IG motions pick up and dominate
spectrum
31
Model (red)-data (black) comparison
(swell)
rapid swell wave
height decay from
C1 to C3
swell variance on
reef well
predicted.
very high bed
friction dominates
32
Model (red)-data (black) comparison (IG)
IG wave height
response well
predicted across the
reef.
IG wave heights are
larger than swell
wave heights.
33
Example Bonriki
34
Ongoing work (PhD Johan Reyns)
• Implementation/validation of XBeach (and Delft3D) sediment
transport and morphology algorithms in Delft3D-FM
• Application to complex coral reef environments
• Perspective: most of XBeach funtionality available in flexible-
mesh environment soon
35
Going into less and more detail...
36
Gravel beaches
• Wave-by-wave version of
Xbeach
• with groundwater
in/exfiltration
• coarse sediment
formulations
• PhD Robert McCall Univ.
Plymouth/Deltares
37
Xbeach-G overtopping validation
38
XBeach-G validation
39
Runup and overtopping for steep profiles
• Use of nonhydrostatic XBeach validated against lots of lab data
Runup on complex profile Dike overtopping CLASH
40
Bigger, better, faster....
• Improvement of MPI parallellization
• Two instead of one row/column overlap between domains ->
fewer variables to pass
• Much more accurate
• Reasonable scaling up to 128 processors
• Nonhydrostatic model and stationary wave model now also
work with MPI
• Pretty much the default option thanks to Willem Vermin
41
2D XBeach tends (tended?) to
underestimate IG runup
42
Multi-dir vs single-dir wave propagation
• Multi-dir (standard XBeach):
• Wave refraction resolved as propagation through theta-space
• Leads to excessive reduction of groupiness for directionally spread waves
• Single-dir:
• Solves energy balance along mean wave directions
y w f vx
c A D D DA c A c A
t x y

 
    
    
   
cos sing g w f vc A c A D D DA
t x y
 

   
   
  
43
Propagation over uniform depth
44
Single vs. multi-direction approach
+
Roughly 3 times faster
Wave group patterns less smoothed out
Likely higher IG waves in 2DH
May solve problems reported in Stockdon et al 2014
-
Will only work where stationary approach works, viz. not too
curved grids
45
La Faute sur Mer
46
Dune impact
Chris Ashley, 2017
47
Going to longer timescales – coupling Delft3D
and XBeach
• Example development of Wilderness Breach after Hurricane
Sandy
• PhD Maarten van Ormondt (Deltares/IHE)
• Competing effects of tides wind, waves, infragravity waves
• Delft3D for moderate conditions, XBeach for storms
48
New Inlet
Green: XBeach
• 3 year hindcast
• Important effect of
swash berm
schematization
49
Building better berms
• Problem: XBeach does not like steep beaches as are often
present with relatively coarse sediments
• Example: Praia de Faro,
standard settings
50
Approaches
• Improve non-hydrostatic, wave-resolving modeling of
processes in swash zone
• Breaker turbulence
• Sheet flow behaviour
• In/exfiltration
• Vertical velocities... Much fundamental work to do
• See presentation Chris Daley
• Nudge XBeach- surfbeat to given slope in swash zone
• Swash zone narrowly defined as H/h>1
• Add transport term depending on difference between actual and target
slope
• Works like a charm 
51
• Without
bermslope
• Bermslope
0.2
Effect of ‘bermslope’
52
Coupled modeling of beach & dune
evolutions (Roelvink & Costas)
• Processes
• Accretion due to cross-
shore transport and
longshore gradients
• Storm erosion
• Aeolian transport
and vegetation
growth
• Tsunami
• Models
• 1D XBeach stationary with
longshore gradient term
• 1D XBeach instationary
• 1D Duna model inspired by
Kroy, Herrmann, Durán a.o.
• 1D XBeach nonhydro
53
XBeach-D Praia de Faro
See poster
Costas,
Bon de
Sousa &
Roelvink!
54
Coupling with aeolian transport
• WindSurf model
• Collaboration with UNC, OSU, Marum, TUD, Deltares
See Bas
Hoonhout for
BMI – Python
version
55
The Future...
56

More Related Content

What's hot

Applied reservoir eng
Applied reservoir engApplied reservoir eng
Applied reservoir engmohamad1286
 
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...Deltares
 
Hec ras tutorial-flume_example
Hec ras tutorial-flume_exampleHec ras tutorial-flume_example
Hec ras tutorial-flume_examplekhaledH
 
Q922+re2+l08 v1
Q922+re2+l08 v1Q922+re2+l08 v1
Q922+re2+l08 v1AFATous
 
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)Stephen Flood
 
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...Nih sw hydrological assessment of ungauged catchments (small catchments) maha...
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...hydrologyproject2
 
Dhi uk 2015 - marine - eco lab up close and personal - secured
Dhi uk 2015 - marine - eco lab up close and personal - securedDhi uk 2015 - marine - eco lab up close and personal - secured
Dhi uk 2015 - marine - eco lab up close and personal - securedStephen Flood
 
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...Deltares
 
Modelling of Seawater Intrusion
Modelling of Seawater IntrusionModelling of Seawater Intrusion
Modelling of Seawater IntrusionC. P. Kumar
 
DSD-INT 2021 wflow User Day - Introduction - Russell
DSD-INT 2021 wflow User Day - Introduction - RussellDSD-INT 2021 wflow User Day - Introduction - Russell
DSD-INT 2021 wflow User Day - Introduction - RussellDeltares
 
Seminar on water influx and well testing
Seminar on water influx and well testingSeminar on water influx and well testing
Seminar on water influx and well testingRupam_Sarmah
 
Introduction to River Engineering
Introduction to River EngineeringIntroduction to River Engineering
Introduction to River EngineeringManamnoBeza1
 
Chapter 2 wave and tides with examples
Chapter  2 wave and tides with examplesChapter  2 wave and tides with examples
Chapter 2 wave and tides with examplesMohsin Siddique
 
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...CDM Smith
 
The Value Proposition of 3D and 4D Marine Seismic Data
The Value Proposition of 3D and 4D Marine Seismic DataThe Value Proposition of 3D and 4D Marine Seismic Data
The Value Proposition of 3D and 4D Marine Seismic DataTaylor Goss
 

What's hot (20)

Applied reservoir eng
Applied reservoir engApplied reservoir eng
Applied reservoir eng
 
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...
DSD-INT 2017 Delft3D FM hydrodynamic and morphological modelling, Waal River,...
 
Hec ras tutorial-flume_example
Hec ras tutorial-flume_exampleHec ras tutorial-flume_example
Hec ras tutorial-flume_example
 
Q922+re2+l08 v1
Q922+re2+l08 v1Q922+re2+l08 v1
Q922+re2+l08 v1
 
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)
River water quality modelling using MIKE 11 ECO Lab - Vera Jones (Atkins)
 
etdfyhjhk
etdfyhjhketdfyhjhk
etdfyhjhk
 
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...Nih sw hydrological assessment of ungauged catchments (small catchments) maha...
Nih sw hydrological assessment of ungauged catchments (small catchments) maha...
 
Dhi uk 2015 - marine - eco lab up close and personal - secured
Dhi uk 2015 - marine - eco lab up close and personal - securedDhi uk 2015 - marine - eco lab up close and personal - secured
Dhi uk 2015 - marine - eco lab up close and personal - secured
 
Lecture3
Lecture3Lecture3
Lecture3
 
3.Chapter Two.pdf
3.Chapter Two.pdf3.Chapter Two.pdf
3.Chapter Two.pdf
 
laminar and Turbulent flow
laminar and Turbulent flowlaminar and Turbulent flow
laminar and Turbulent flow
 
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...
DSD-INT 2022 Upcoming Delft3D FM Suite 2023.01 New features + Improvements - ...
 
Marine hydrodynamics
Marine hydrodynamicsMarine hydrodynamics
Marine hydrodynamics
 
Modelling of Seawater Intrusion
Modelling of Seawater IntrusionModelling of Seawater Intrusion
Modelling of Seawater Intrusion
 
DSD-INT 2021 wflow User Day - Introduction - Russell
DSD-INT 2021 wflow User Day - Introduction - RussellDSD-INT 2021 wflow User Day - Introduction - Russell
DSD-INT 2021 wflow User Day - Introduction - Russell
 
Seminar on water influx and well testing
Seminar on water influx and well testingSeminar on water influx and well testing
Seminar on water influx and well testing
 
Introduction to River Engineering
Introduction to River EngineeringIntroduction to River Engineering
Introduction to River Engineering
 
Chapter 2 wave and tides with examples
Chapter  2 wave and tides with examplesChapter  2 wave and tides with examples
Chapter 2 wave and tides with examples
 
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...
ASFPM 2016: Applications of 2D Surface flow Modeling in the New HEC-RAS Versi...
 
The Value Proposition of 3D and 4D Marine Seismic Data
The Value Proposition of 3D and 4D Marine Seismic DataThe Value Proposition of 3D and 4D Marine Seismic Data
The Value Proposition of 3D and 4D Marine Seismic Data
 

Similar to DSD-INT 2017 XBeach Past, Present and Future _Keynote - Roelvink

IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...
IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...
IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...Deltares
 
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...Deltares
 
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van Dam
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van DamDSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van Dam
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van DamDeltares
 
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...Deltares
 
Effects of time-series data resolution on modelling shoreline change. Avidesh...
Effects of time-series data resolution on modelling shoreline change. Avidesh...Effects of time-series data resolution on modelling shoreline change. Avidesh...
Effects of time-series data resolution on modelling shoreline change. Avidesh...Stephen Flood
 
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...Deltares
 
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...Deltares
 
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...Deltares
 
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...Deltares
 
Modeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditionsModeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditionsAmro Elfeki
 
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...Amro Elfeki
 
Simulation of Pollution Transport in Coastal Aquifers under Tidal Movements
Simulation of Pollution Transport in Coastal Aquifers under Tidal MovementsSimulation of Pollution Transport in Coastal Aquifers under Tidal Movements
Simulation of Pollution Transport in Coastal Aquifers under Tidal MovementsAmro Elfeki
 
Numerical and analytical studies of single and multiphase starting jets and p...
Numerical and analytical studies of single and multiphase starting jets and p...Numerical and analytical studies of single and multiphase starting jets and p...
Numerical and analytical studies of single and multiphase starting jets and p...Ruo-Qian (Roger) Wang
 
Coastal Effects of Tsunamis
Coastal Effects of TsunamisCoastal Effects of Tsunamis
Coastal Effects of TsunamisOregon Sea Grant
 
CDAC 2018 Dubini microfluidic technologies for single cell manipulation
CDAC 2018 Dubini microfluidic technologies for single cell manipulationCDAC 2018 Dubini microfluidic technologies for single cell manipulation
CDAC 2018 Dubini microfluidic technologies for single cell manipulationMarco Antoniotti
 

Similar to DSD-INT 2017 XBeach Past, Present and Future _Keynote - Roelvink (20)

IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...
IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...
IAHR 2015 - Predicting long waves and their coastal impacts, Roelvink, Unesco...
 
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...
DSD-INT 2018 Validation test of a solitary wave over an erodible sloped beach...
 
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
 
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van Dam
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van DamDSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van Dam
DSD-INT 2017 Delft3D FM - validation of hydrodynamics (1D,2D,3D) - van Dam
 
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...
DSD-INT 2016 Modelling of morphodynamic impacts on coasts during extreme even...
 
Effects of time-series data resolution on modelling shoreline change. Avidesh...
Effects of time-series data resolution on modelling shoreline change. Avidesh...Effects of time-series data resolution on modelling shoreline change. Avidesh...
Effects of time-series data resolution on modelling shoreline change. Avidesh...
 
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...
DSD-INT 2017 Understanding the Response to Extreme Events in a Deltaic Curvil...
 
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...
DSD-INT 2018 Adjusting bed slope effects to improve beach dune behavior - Roe...
 
TeraWatt Project
TeraWatt ProjectTeraWatt Project
TeraWatt Project
 
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...
DSD-INT 2023 Fast compound flood modelling using reduced complexity model - d...
 
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...
DSD-INT 2016 Integrating information sources for inland waters modelling - Ba...
 
Modeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditionsModeling dispersion under unsteady groundwater flow conditions
Modeling dispersion under unsteady groundwater flow conditions
 
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...
Simulation of Solute Transport under Oscillating Groundwater Flow in Homogene...
 
Simulation of Pollution Transport in Coastal Aquifers under Tidal Movements
Simulation of Pollution Transport in Coastal Aquifers under Tidal MovementsSimulation of Pollution Transport in Coastal Aquifers under Tidal Movements
Simulation of Pollution Transport in Coastal Aquifers under Tidal Movements
 
Numerical and analytical studies of single and multiphase starting jets and p...
Numerical and analytical studies of single and multiphase starting jets and p...Numerical and analytical studies of single and multiphase starting jets and p...
Numerical and analytical studies of single and multiphase starting jets and p...
 
WRDSeminar_rmartyr
WRDSeminar_rmartyrWRDSeminar_rmartyr
WRDSeminar_rmartyr
 
Coastal Effects of Tsunamis
Coastal Effects of TsunamisCoastal Effects of Tsunamis
Coastal Effects of Tsunamis
 
CDAC 2018 Dubini microfluidic technologies for single cell manipulation
CDAC 2018 Dubini microfluidic technologies for single cell manipulationCDAC 2018 Dubini microfluidic technologies for single cell manipulation
CDAC 2018 Dubini microfluidic technologies for single cell manipulation
 
Pore scale dynamics and the interpretation of flow processes - Martin Blunt, ...
Pore scale dynamics and the interpretation of flow processes - Martin Blunt, ...Pore scale dynamics and the interpretation of flow processes - Martin Blunt, ...
Pore scale dynamics and the interpretation of flow processes - Martin Blunt, ...
 
Hydrological Modelling of Slope Stability
Hydrological Modelling of Slope StabilityHydrological Modelling of Slope Stability
Hydrological Modelling of Slope Stability
 

More from Deltares

DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDeltares
 
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDeltares
 
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDeltares
 
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDeltares
 
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDeltares
 
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...Deltares
 
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...Deltares
 
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...Deltares
 
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDeltares
 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDeltares
 
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDeltares
 
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDeltares
 
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDeltares
 
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDeltares
 
DSD-INT 2023 iMOD and new developments - Davids
DSD-INT 2023 iMOD and new developments - DavidsDSD-INT 2023 iMOD and new developments - Davids
DSD-INT 2023 iMOD and new developments - DavidsDeltares
 
DSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDeltares
 
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2Deltares
 
DSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDeltares
 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDeltares
 
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...Deltares
 

More from Deltares (20)

DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
 
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
 
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
 
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
 
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
 
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
 
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
 
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
 
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
 
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
 
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
 
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
 
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
 
DSD-INT 2023 iMOD and new developments - Davids
DSD-INT 2023 iMOD and new developments - DavidsDSD-INT 2023 iMOD and new developments - Davids
DSD-INT 2023 iMOD and new developments - Davids
 
DSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - Langevin
 
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
 
DSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - Snippen
 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
 
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
 

Recently uploaded

How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 

Recently uploaded (20)

How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 

DSD-INT 2017 XBeach Past, Present and Future _Keynote - Roelvink

  • 1. 1 XBeach: Past, Present and Future Dano Roelvink, IHE Delft, Deltares
  • 2. 2 There was a time before XBeach... • FIMP study, Long Island, NY • Study carried out by Moffatt and Nichol and Delft Hydraulics for NY District USACE • Effect of breaching on water levels backbarrier modelled using Delft3D • Dune erosion and overwash not yet included properly • Still, study showed reduced flood levels in back bays if actual breach growth during flood was taken into account
  • 4. 4 Cross-section Old Inlet during 1938 storm • Bloody thing would not overtop! • Dune had to be lowered using SBeach :=( • Missing: Infragravity waves
  • 5. 5 2004 hurricane season Charley Frances Ivan Jeanne
  • 6. 6 Motivation • 2004 Hurricane season hit Florida coast 4 times • Congress awarded multi-million project MORPHOS3D to develop new physics-based model system to assess hurricane impacts • Scope: wind-surge-waves-nearshore processes-impacts • Play ‘what-if?’ games around Corps of Engineers projects Figure 1 Pre- and post hurricane Ivan, Perdido Key, Florida (source: USGS)
  • 7. 7 Framework • 3-year R&D Project granted through European Research Office of ERDC to Delft consortium including UNESCO-IHE, Delft Hydraulics and Delft University of Technology • Objective: ‘the further development of MORPHOS3D through the inclusion of modeling approaches recently developed by a consortium of Delft institutes.’
  • 8. 8 • no proprietary code used • all developments public domain (GPL) • easy to understand and transfer • focus on physical processes rather than informatics, I/O • emphasis on robustness • focus on shallow water, swash, overwashing, breaching • Swash and overwashing dominated by LF motions Requirements development environment XBeach
  • 9. 9 XBeach - approach • open source code available for free on internet (xbeach.org) • easy to use • Short-wave averaged but long-wave resolving modeling of waves, flow and morphology change in time-domain • Swash and overwash motions • Dune erosion, overwashing, breaching and full inundation • Domain from outside surfzone to backbarrier • Driven by boundary conditions from surge and spectral wave models
  • 10. 10 Principle sketch - physics 20 s < T < 200 s Ew(T) u(T) bound wave motions dominated by long waves not short waves
  • 11. 11
  • 12. 12 Combined short/long wave propagation and decay Principle test: overwashing by LF waves
  • 13. 13 Institute For Water Education UNESCO-IHE WL | delft hydraulics HF, LF and total Hrms HF, LF and total Urms Measured (red) vs computed mean transport Initial, final measured and computed profile
  • 15. 15 XBeach structure (Matlab) while par.t<par.tstop; % Wave boundary conditions [par,s] = wave_bc (s,par,it); % Flow boundary conditions [s] = flow_bc (s,par,it); % Wave timestep [s] = wave_timestep (s,par); % Flow timestep [s,par] = flow_timestep (s,par); % Suspended transport [s]=transus(s,par); % Bed level update [s]=bed_update(s,par); % Output [it,s]=output(it,s,par); end
  • 16. 16 XBeach structure (Fortran 90/95) do while(par%t<=par%tstop) ! Wave boundary conditions call wave_bc (s,par,it); ! Flow boundary conditions call flow_bc (s,par,it); ! Wave timestep call wave_timestep(s,par) ! Flow timestep call flow_timestep (s,par) ! Suspended transport call transus(s,par) ! Bed level update call bed_update(s,par) ! Output call output(it,s,par) enddo
  • 17. 17 Code development and documentation styles if (xmpi_isright .and. s%ny>0) then ! Fy(:,ny+1)=Fy(:,ny) ! only a dummy point in non mpi s%Fx(:,s%ny+1)=s%Fx(:,s%ny) ! only a dummy point in non mpi ! ! where (Fy(:,ny+1)<0.d0) Fy(:,ny+1)=0.d0; !Jaap + Bas: Don't do this before calling Dano :-) endif ! cjaap: replaced par%hmin by par%eps !s%hh = max(s%hh,par%eps) ! Robert: how is this mass conservative? !where(wete2d==1) ! s%hh =max(s%hh,par%hmin) ! note: replace with new limiter? !endwhere if (xmpi_isright .and. s%ny>0) then ! Fy(:,ny+1)=Fy(:,ny) ! only a dummy point in non mpi s%Fx(:,s%ny+1)=s%Fx(:,s%ny) ! only a dummy point in non mpi ! ! where (Fy(:,ny+1)<0.d0) Fy(:,ny+1)=0.d0; !Jaap + Bas: Don't do this before calling Dano :-) endif ! cjaap: replaced par%hmin by par%eps !s%hh = max(s%hh,par%eps) ! Robert: how is this mass conservative? !where(wete2d==1) ! s%hh =max(s%hh,par%hmin) ! note: replace with new limiter? !endwhere
  • 18. 18 Creative and meta-creative processes! (c) Fedor Baart, 2008
  • 19. 19 Testbank =>Testbed=>Skillbed • Validation studies – 2DV lab cases • Controlled conditions • Mostly large-scale tests • Possibility to check hydrodynamics, sediment transport • All test cases in automated testbed Boers_1C Deltaflume2006_DP01 Deltaflume2006_DP02 Deltaflume2006_T01 Deltaflume2006_T01_zebra Deltaflume2006_T02 Deltaflume2006_T03 Deltaflume2006_T04 DeltaflumeH298_T1 DeltaflumeH298_T2 DeltaflumeH298_T3 DeltaflumeLIP11D_1B DeltaflumeLIP11D_1C DeltaflumeLIP11D_2E Deltaflume_T3 Lip11D_2E ..... >60 cases
  • 21. 21 Overwash case: Santa Rosa Island Hurricane Ivan: 16 September 2004 Start of hurricane Hurricane landfall
  • 22. 22 Black belt Matlab coding... courtesy Dave Thompson, USGS
  • 23. 23 Similar erosion and deposition patterns: • erosion of dune face • deposition on island Overwash case: Santa Rosa Island McCall et al, CE 2010
  • 24. 24 18th month meeting – 23-27th Nov. 2009, Montpellier MICORE.EU Field measurement sites in Europe
  • 25. 25 Some MICORE results.. • Wide application, away from developers, of XBeach • Good results for a number of cases • Acceptable but not very accurate results for intermediate beaches • Gravel beaches require more sophisticated approach Oostende Praia de Faro
  • 26. 26 Ap’s baby... • XBeach just one link in a chain of models • From offshore hazards to onshore risk
  • 27. 27 Meanwhile on the other side of the world... 13/01/2011 06:15 Hi, my name is Jens Kruger, Oceanographer at the Secretariat of the Pacific Communities (SPC), a regional organisation serving 26 members in the Pacific region. I am currently writing a research proposal in partnership with Susanne Pohler, Lecturer in Marine Geology, University of the South Pacific (USP), the primary tertiary institute for the Pacific region; and also in association with Paul Kench, Associate Professor, University of Auckland, NZ (hello again Paul!). I am writing to invite you to go enter into a partnership with us on this research proposal tentatively entitled “Changing Waves and Coasts in the Pacific (WACOP Project)”, with the objective to provide information on wave climate variability and trends and consequent coastal vulnerability for informed adaptation and energy security......
  • 28. 28 Extreme sea levels at Pacific islands Commonly cited cause: tropical cyclones = storm surge (+ tides) Cyclone Mena - Rarotonga Hydrodynamic modelling of wind- and pressure driven storm surge from “synthetic” cyclones (Fiji) 1 in 100 year storm tide McInnes, at al. (in review) Global and Planetary Change
  • 29. 29 IG wave modelling at Ningaloo  In collaboration with Univ. of Western Australia, Ryan Lowe  Recent field studies show dominance of infragravity wave motions Research questions  What is the skill of XBeach on a coral reef?  What effect do infragravity waves have on particle motions and currents?
  • 30. 30 Instrument array and wave data (R. Lowe, UWA) swell energy decays rapidly, IG motions pick up and dominate spectrum
  • 31. 31 Model (red)-data (black) comparison (swell) rapid swell wave height decay from C1 to C3 swell variance on reef well predicted. very high bed friction dominates
  • 32. 32 Model (red)-data (black) comparison (IG) IG wave height response well predicted across the reef. IG wave heights are larger than swell wave heights.
  • 34. 34 Ongoing work (PhD Johan Reyns) • Implementation/validation of XBeach (and Delft3D) sediment transport and morphology algorithms in Delft3D-FM • Application to complex coral reef environments • Perspective: most of XBeach funtionality available in flexible- mesh environment soon
  • 35. 35 Going into less and more detail...
  • 36. 36 Gravel beaches • Wave-by-wave version of Xbeach • with groundwater in/exfiltration • coarse sediment formulations • PhD Robert McCall Univ. Plymouth/Deltares
  • 39. 39 Runup and overtopping for steep profiles • Use of nonhydrostatic XBeach validated against lots of lab data Runup on complex profile Dike overtopping CLASH
  • 40. 40 Bigger, better, faster.... • Improvement of MPI parallellization • Two instead of one row/column overlap between domains -> fewer variables to pass • Much more accurate • Reasonable scaling up to 128 processors • Nonhydrostatic model and stationary wave model now also work with MPI • Pretty much the default option thanks to Willem Vermin
  • 41. 41 2D XBeach tends (tended?) to underestimate IG runup
  • 42. 42 Multi-dir vs single-dir wave propagation • Multi-dir (standard XBeach): • Wave refraction resolved as propagation through theta-space • Leads to excessive reduction of groupiness for directionally spread waves • Single-dir: • Solves energy balance along mean wave directions y w f vx c A D D DA c A c A t x y                  cos sing g w f vc A c A D D DA t x y              
  • 44. 44 Single vs. multi-direction approach + Roughly 3 times faster Wave group patterns less smoothed out Likely higher IG waves in 2DH May solve problems reported in Stockdon et al 2014 - Will only work where stationary approach works, viz. not too curved grids
  • 47. 47 Going to longer timescales – coupling Delft3D and XBeach • Example development of Wilderness Breach after Hurricane Sandy • PhD Maarten van Ormondt (Deltares/IHE) • Competing effects of tides wind, waves, infragravity waves • Delft3D for moderate conditions, XBeach for storms
  • 48. 48 New Inlet Green: XBeach • 3 year hindcast • Important effect of swash berm schematization
  • 49. 49 Building better berms • Problem: XBeach does not like steep beaches as are often present with relatively coarse sediments • Example: Praia de Faro, standard settings
  • 50. 50 Approaches • Improve non-hydrostatic, wave-resolving modeling of processes in swash zone • Breaker turbulence • Sheet flow behaviour • In/exfiltration • Vertical velocities... Much fundamental work to do • See presentation Chris Daley • Nudge XBeach- surfbeat to given slope in swash zone • Swash zone narrowly defined as H/h>1 • Add transport term depending on difference between actual and target slope • Works like a charm 
  • 52. 52 Coupled modeling of beach & dune evolutions (Roelvink & Costas) • Processes • Accretion due to cross- shore transport and longshore gradients • Storm erosion • Aeolian transport and vegetation growth • Tsunami • Models • 1D XBeach stationary with longshore gradient term • 1D XBeach instationary • 1D Duna model inspired by Kroy, Herrmann, Durán a.o. • 1D XBeach nonhydro
  • 53. 53 XBeach-D Praia de Faro See poster Costas, Bon de Sousa & Roelvink!
  • 54. 54 Coupling with aeolian transport • WindSurf model • Collaboration with UNC, OSU, Marum, TUD, Deltares See Bas Hoonhout for BMI – Python version
  • 56. 56