CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Collapses cliffs if a critical notch depth is exceeded. Then distributes both consolidated and unconsolidated sediment from the collapse onto the shore polygons as unconsolidated talus. More...
#include <assert.h>
#include <cmath>
#include <iostream>
#include "cme.h"
#include "simulation.h"
#include "cliff.h"
Go to the source code of this file.
Collapses cliffs if a critical notch depth is exceeded. Then distributes both consolidated and unconsolidated sediment from the collapse onto the shore polygons as unconsolidated talus.
TODO 001 A more detailed description of these routines.
Definition in file do_cliff_collapse.cpp.