Everglades Landscape Model (ELM) Home Page |
#include <watmgmt.h>
Collaboration diagram for Chan:
Data Fields | |
int | number |
int | levee |
int | roil |
int | roir |
float | depth |
float | width |
float | cond |
double | N |
double | P |
double | S |
double | N_con |
double | P_con |
double | S_con |
float | wat_depth |
float | ic_N_con |
float | ic_P_con |
float | ic_S_con |
float | ic_depth |
float | edgeMann |
float | length |
float | area |
float | elev_start |
float | elev_end |
float | elev_drop |
float | elev_slope |
float | minVol |
float | seg_len |
float | SW_flow_coef |
float | SPG_flow_coef |
int | num_of_cells |
int | basin |
int | parent |
int | family |
double | sumHistOut |
double | sumHistIn |
double | sumRuleOut |
double | sumRuleIn |
Chan_reach * | reaches |
Cells * | cells |
Chan * | next_in_list |
Definition at line 76 of file watmgmt.h.
|
numeric-ID of canal Definition at line 78 of file watmgmt.h. Referenced by Channel_configure(), Flows_in_Structures(), FluxChannel(), and ReadChanStruct(). |
|
levee location relative to canal: 1 =levee on the left, -1 =levee on the right, 2 =levees on both sides, 0 =no levees Definition at line 79 of file watmgmt.h. Referenced by Channel_configure(), FluxChannel(), and ReadChanStruct(). |
|
number of cells to left away from canal that are included in those interacting with canal - ALWAYS=1 in ELM Definition at line 80 of file watmgmt.h. Referenced by Channel_configure(), and ReadChanStruct(). |
|
number of cells to right away from canal that are included in those interacting with canal - ALWAYS=1 in ELM Definition at line 81 of file watmgmt.h. Referenced by Channel_configure(), and ReadChanStruct(). |
|
canal (not water) depth (m) Definition at line 82 of file watmgmt.h. Referenced by Flows_in_Structures(), FluxChannel(), and ReadChanStruct(). |
|
canal width (m) Definition at line 83 of file watmgmt.h. Referenced by Canal_Network_Init(), Channel_configure(), FluxChannel(), ReadChanStruct(), ReadStructures(), and Run_Canal_Network(). |
|
Levee hydraulic conductivity (seepage coefficient) for the canal (m/d) Definition at line 84 of file watmgmt.h. Referenced by Channel_configure(), and ReadChanStruct(). |
|
UNUSED nitrogen mass in canal (kg) Definition at line 85 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), Flows_in_Structures(), and FluxChannel(). |
|
phosphorus mass in canal (kg) Definition at line 86 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), Flows_in_Structures(), FluxChannel(), and Run_Canal_Network(). |
|
salt mass in canal (kg) Definition at line 87 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), Flows_in_Structures(), FluxChannel(), and Run_Canal_Network(). |
|
UNUSED nitrogen concentration in canal (mg/L = g/m3) |
|
phosphorus concentration in canal (mg/L = g/m3) Definition at line 89 of file watmgmt.h. Referenced by FluxChannel(), and Run_Canal_Network(). |
|
salt concentration in canal (mg/L = g/m3) Definition at line 90 of file watmgmt.h. Referenced by FluxChannel(), and Run_Canal_Network(). |
|
water depth in canal (m) Definition at line 91 of file watmgmt.h. Referenced by CanalReInit(), Flows_in_Structures(), FluxChannel(), ReadChanStruct(), and Run_Canal_Network(). |
|
UNUSED initial nitrogen concentration in canal (mg/L = g/m3) Definition at line 93 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), and ReadChanStruct(). |
|
initial phosphorus concentration in canal (mg/L = g/m3) Definition at line 94 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), and ReadChanStruct(). |
|
initial tracer concentration in canal (g/L = kg/m3) Definition at line 95 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), and ReadChanStruct(). |
|
initial water depth in canal (m) Definition at line 96 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), and ReadChanStruct(). |
|
Manning's n associated w/ edge of canal, to accomodate topographic lip/berm and/or denser veg along canal length; value of 0.00 has no effect (d/(m^(1/3) ) Definition at line 97 of file watmgmt.h. Referenced by FluxChannel(), and ReadChanStruct(). |
|
length of canal (m) Definition at line 99 of file watmgmt.h. Referenced by Channel_configure(). |
|
area of canal (m^2) Definition at line 100 of file watmgmt.h. Referenced by Canal_Network_Init(), CanalReInit(), Channel_configure(), Flows_in_Structures(), FluxChannel(), and Run_Canal_Network(). |
|
land elevation at starting point of canal (m NGVD 1929) Definition at line 101 of file watmgmt.h. Referenced by Channel_configure(), and getCanalElev(). |
|
land elevation at ending point of canal (m NGVD 1929) Definition at line 102 of file watmgmt.h. Referenced by Channel_configure(). |
|
land elevation drop between start&end points of canal reach (m) Definition at line 103 of file watmgmt.h. Referenced by Channel_configure(). |
|
slope of the elevation gradient from start to end points (m/m) Definition at line 104 of file watmgmt.h. Referenced by Channel_configure(), and getCanalElev(). |
|
minimum volume allowed in canal (m^3) Definition at line 105 of file watmgmt.h. Referenced by Channel_configure(), and FluxChannel(). |
|
avg length of cell along segment (m) Definition at line 106 of file watmgmt.h. Referenced by Channel_configure(), and FluxChannel(). |
|
(aggregated) overland flow coef (not incl. manning's n) (m^0.5 * sec/d) Definition at line 107 of file watmgmt.h. Referenced by Channel_configure(), and FluxChannel(). |
|
seepage coef modified by calib parm (m/d) Definition at line 108 of file watmgmt.h. Referenced by Channel_configure(), and FluxChannel(). |
|
number of interacting cell patterns (pairs in this case) Definition at line 109 of file watmgmt.h. Referenced by Channel_configure(). |
|
hydro basin ID to which the canal belongs Definition at line 110 of file watmgmt.h. Referenced by Flows_in_Structures(), FluxChannel(), ReadChanStruct(), and Run_Canal_Network(). |
|
ID if this is a main (parent) hydro basin Definition at line 111 of file watmgmt.h. Referenced by FluxChannel(), and ReadChanStruct(). |
|
the family name (parent basin & IRegion children) of hydrologic basin Definition at line 112 of file watmgmt.h. Referenced by Flows_in_Structures(), FluxChannel(), and ReadChanStruct(). |
|
sum of all historical/other-data flows (corrected for excess demand) from a canal during an iteration (m^3/d) Definition at line 113 of file watmgmt.h. Referenced by Flows_in_Structures(), and Run_Canal_Network(). |
|
sum of all historical/other-data flows (corrected for excess demand) to a canal during an iteration (m^3/d) Definition at line 114 of file watmgmt.h. Referenced by Flows_in_Structures(), and Run_Canal_Network(). |
|
sum of all rule-based flows from a canal during an iteration (m^3/d) Definition at line 115 of file watmgmt.h. Referenced by Flows_in_Structures(), and Run_Canal_Network(). |
|
sum of all rule-based flows to a canal during an iteration (m^3/d) Definition at line 116 of file watmgmt.h. Referenced by Flows_in_Structures(), and Run_Canal_Network(). |
|
pointer to list of canal reaches within a canal Definition at line 117 of file watmgmt.h. Referenced by Channel_configure(), and ReadChanStruct(). |
|
pointer to the list of adjacent cells Definition at line 118 of file watmgmt.h. Referenced by Channel_configure(), FluxChannel(), and getCanalElev(). |
|
points to the next canal reach in list Definition at line 119 of file watmgmt.h. Referenced by Channel_configure(), and ReadChanStruct(). |