Everglades Landscape Model (ELM) Home Page
Main Page | Data Structures | Directories | File List | Data Fields | Globals

HistData Struct Reference

#include <watmgmt.h>


Data Fields

char S_nam [20]
float * arrayWat
float * arrayP
float * arrayN
float * arrayS
int aggID
int aggCnt
int flag


Detailed Description

Historical (or other model) water control structure flow data attributes

Definition at line 198 of file watmgmt.h.


Field Documentation

char HistData::S_nam[20]
 

water control structure name (also in the struct structure )

Definition at line 200 of file watmgmt.h.

float* HistData::arrayWat
 

water flow data, m^3/day

Definition at line 201 of file watmgmt.h.

Referenced by Flows_in_Structures(), and ReadStructures().

float* HistData::arrayP
 

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().

float* HistData::arrayN
 

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().

float* HistData::arrayS
 

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().

int HistData::aggID
 

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().

int HistData::aggCnt
 

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().

int HistData::flag
 

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().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 6 11:20:56 2006 for ELM source code by  doxygen 1.3.9.1