| Ecological Landscape Modeling: Models Pages |
#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 219 of file watmgmt.h.
| char HistData::S_nam[20] |
water control structure name (also in the struct structure )
Definition at line 221 of file watmgmt.h.
Referenced by ReadStructures().
| float* HistData::arrayWat |
water flow data, m^3/day
Definition at line 222 of file watmgmt.h.
Referenced by flowData_CanCan(), flowData_CanCel(), flowData_CelCan(), flowData_CelCel(), and ReadStructFlow_PtSer().
| float* HistData::arrayP |
phosphorus concentration for flow data, g/L=kg/m^3
Definition at line 223 of file watmgmt.h.
Referenced by flowCalc_CelCan(), flowData_CanCan(), flowData_CanCel(), flowData_CelCan(), flowData_CelCel(), ReadStructFlow_PtSer(), and ReadStructTP_PtSer().
| float* HistData::arrayN |
UNUSED nitrogen concentration for flow data, g/L=kg/m^3
Definition at line 224 of file watmgmt.h.
Referenced by flowCalc_CelCan(), flowData_CanCan(), flowData_CanCel(), flowData_CelCan(), flowData_CelCel(), and ReadStructFlow_PtSer().
| float* HistData::arrayS |
salt/tracer concentration for flow data, g/L=kg/m^3
Definition at line 225 of file watmgmt.h.
Referenced by flowCalc_CelCan(), flowData_CanCan(), flowData_CanCel(), flowData_CelCan(), flowData_CelCel(), ReadStructFlow_PtSer(), and ReadStructTS_PtSer().
| int HistData::aggID |
the SFWMM structure ID of the aggregated flow (e.g., S10's ID stored with S10A-D)
Definition at line 226 of file watmgmt.h.
Referenced by ReadStructFlow_PtSer().
| int HistData::aggCnt |
the # of dissaggregated structures contained in an aggregated SFWMM (e.g., S10 will have 3)
Definition at line 227 of file watmgmt.h.
Referenced by ReadStructFlow_PtSer().
| int HistData::flag |
the flag to indicate a structure is turned off (negative), rule-based (0), or data-driven (positive)
Definition at line 228 of file watmgmt.h.
Referenced by ReadStructFlow_PtSer(), and ReadStructures().
1.5.6