|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Initialises the raster grid and calculates sea depth on each cell. More...
#include <assert.h>#include <climits>#include <iostream>#include "cme.h"#include "cell.h"#include "coast.h"#include "simulation.h"#include "raster_grid.h"Go to the source code of this file.
Initialises the raster grid and calculates sea depth on each cell.
TODO 001 A more detailed description of this routine.
Definition in file init_grid.cpp.