CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Erodes the consolidated sediment of the shore platform. Eroded sediment from the shore platform becomes unconsolidated sediment stored in coastal polygons. More...
#include <assert.h>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <array>
#include <algorithm>
#include "cme.h"
#include "hermite_cubic.h"
#include "interpolate.h"
#include "simulation.h"
#include "coast.h"
Go to the source code of this file.
Data Structures | |
class | array< T > |
STL class. More... | |
Erodes the consolidated sediment of the shore platform. Eroded sediment from the shore platform becomes unconsolidated sediment stored in coastal polygons.
TODO 001 A more detailed description of these routines.
Definition in file do_shore_platform_erosion.cpp.