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 <string>
#include <iostream>
#include <gdal_priv.h>
#include <gdal_alg.h>
#include "cme.h"
#include "line.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.