Everglades Landscape Model (ELM) Home Page |
#include <watmgmt.h>
Collaboration diagram for Cells:
Data Fields | |
int | x |
int | y |
int | ind |
float | length |
float | reachElev |
float | reachDistDown |
Cells * | next_cell |
Definition at line 125 of file watmgmt.h.
|
row of the cell Definition at line 127 of file watmgmt.h. Referenced by FluxChannel(), getCanalElev(), and MarkCell(). |
|
column of the cell Definition at line 128 of file watmgmt.h. Referenced by FluxChannel(), getCanalElev(), and MarkCell(). |
|
cell index = 1 for left cells and -1 for right cells Definition at line 129 of file watmgmt.h. Referenced by FluxChannel(), and MarkCell(). |
|
length (m) of canal reach associated with this cell Definition at line 130 of file watmgmt.h. Referenced by MarkCell(). |
|
elevation (m) of canal reach at location associated with this cell Definition at line 131 of file watmgmt.h. Referenced by FluxChannel(), and getCanalElev(). |
|
from the beginning point of reach, the cumulative distance (m) of canal reach associated with this cell Definition at line 132 of file watmgmt.h. Referenced by getCanalElev(), and MarkCell(). |
|
next pair of cells adjacent to the canal Definition at line 133 of file watmgmt.h. Referenced by Channel_configure(), FluxChannel(), getCanalElev(), and MarkCell(). |