Everglades Landscape Model (ELM) Home Page |
#include <watmgmt.h>
Data Fields | |
char | S_nam [20] |
float * | arrayWat |
float * | arrayP |
float * | arrayN |
float * | arrayS |
int | aggID |
int | aggCnt |
int | flag |
Definition at line 198 of file watmgmt.h.
|
water control structure name (also in the struct structure ) |
|
water flow data, m^3/day Definition at line 201 of file watmgmt.h. Referenced by Flows_in_Structures(), and ReadStructures(). |
|
phosphorus concentration for flow data, g/L=kg/m^3 Definition at line 202 of file watmgmt.h. Referenced by Flows_in_Structures(), and ReadStructures(). |
|
UNUSED nitrogen concentration for flow data, g/L=kg/m^3 Definition at line 203 of file watmgmt.h. Referenced by Flows_in_Structures(), and ReadStructures(). |
|
salt/tracer concentration for flow data, g/L=kg/m^3 Definition at line 204 of file watmgmt.h. Referenced by Flows_in_Structures(), and ReadStructures(). |
|
the SFWMM structure ID of the aggregated flow (e.g., S10's ID stored with S10A-D) Definition at line 205 of file watmgmt.h. Referenced by ReadStructures(). |
|
the # of dissaggregated structures contained in an aggregated SFWMM (e.g., S10 will have 3) Definition at line 206 of file watmgmt.h. Referenced by ReadStructures(). |
|
the flag to indicate a structure is turned off (negative), rule-based (0), or data-driven (positive) Definition at line 207 of file watmgmt.h. Referenced by ReadStructures(). |