Everglades Landscape Model (ELM) Home Page |
#include <globals.h>
Data Fields | |
char | basnTxt [12] |
int | numIR |
int | IR [30] |
int | FLok [30] |
int | numFLok |
int | parent |
int | family |
double | conv_m3TOcm |
double | conv_kgTOmgm2 |
Definition at line 120 of file globals.h.
|
name of Basin/Indicator-Region Definition at line 121 of file globals.h. Referenced by BIRinit(), and ReadChanStruct(). |
|
number of indicator regions in this hydrologic basin Definition at line 122 of file globals.h. Referenced by BIRbudg_sumFinal(), BIRinit(), and BIRstats_sumFinal(). |
|
max of 30 indicator regions within a hydrologic basin Definition at line 123 of file globals.h. Referenced by BIRbudg_sumFinal(), BIRinit(), and BIRstats_sumFinal(). |
|
hydrologic basins with which the current basin may have overland flow Definition at line 124 of file globals.h. Referenced by BIRinit(), and Flux_SWstuff(). |
|
number of FLok basins attached to this one Definition at line 125 of file globals.h. Referenced by BIRinit(), and Flux_SWstuff(). |
|
ID if this is a main (parent) hydro basin Definition at line 126 of file globals.h. Referenced by BIRinit(), Flux_GWcells(), Flux_SWstuff(), FluxChannel(), and ReadChanStruct(). |
|
the family name (parent basin & IRegion children) of hydrologic basin Definition at line 127 of file globals.h. Referenced by BIRinit(), Flows_in_Structures(), Flux_GWcells(), Flux_SWstuff(), FluxChannel(), and ReadChanStruct(). |
|
for a basin, convert a m^3 volume to a cm height across the basin Definition at line 128 of file globals.h. Referenced by BIRbudg_print(), and BIRinit(). |
|
for a basin, convert a kg mass to a mg/m2 mass-per-area across the basin Definition at line 129 of file globals.h. Referenced by BIRbudg_print(), and BIRinit(). |