54 double dTopElev =
m_pRasterGrid->m_Cell[nX][nY].dGetOverallTopElev();
77 m_pRasterGrid->m_Cell[nX][nY].AddSuspendedSediment(dSuspPerSeaCell);
82 for (
int i = 0; i < static_cast<int>(
m_VCoast.size()); i++)
84 for (
int j = 0; j <
m_VCoast[i].nGetCoastlineSize(); j++)
CGeomRasterGrid * m_pRasterGrid
Pointer to the raster grid object.
int m_nXGridSize
The size of the grid in the x direction.
vector< CRWCoast > m_VCoast
The coastline objects.
int m_nYGridSize
The size of the grid in the y direction.
double m_dThisIterTopElevMin
This-iteration lowest elevation of DEM.
unsigned long m_ulThisIterNumCoastCells
The number of grid cells which are marked as coast, for this iteration.
double m_dThisIterTotSeaDepth
Total sea depth (m) for this iteration.
int nUpdateGrid(void)
Update all cells in the raster raster grid and do some per-timestep accounting.
double m_dThisIterFineSedimentToSuspension
Total fine unconsolidated sediment in suspension for this iteration (depth in m)
unsigned long m_ulThisIterNumSeaCells
The number of grid cells which are marked as sea, for this iteration.
double m_dThisIterTopElevMax
This-iteration highest elevation of DEM.
int nLandformToGrid(int const, int const)
At the end of each timestep, this routine stores the attributes from a single coastal landform object...
This file contains global definitions for CoastalME.
int const RTN_ERR_NOSEACELLS
Contains CRWCoast definitions.
Contains CGeomRasterGrid definitions.
Contains CSimulation definitions.