|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
The start-of-simulation routine. More...
#include <assert.h>#include <cstdio>#include <unistd.h>#include <stdio.h>#include <climits>#include <ios>#include <iostream>#include <iomanip>#include <cfloat>#include <string>#include <filesystem>#include <gdal.h>#include "cme.h"#include "simulation.h"#include "raster_grid.h"#include "coast.h"Go to the source code of this file.
The start-of-simulation routine.
TODO 001 A more detailed description of this routine.
Definition in file simulation.cpp.