| Ecological Landscape Modeling: Models Pages |
#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 127 of file globals.h.
| char basndef::basnTxt[12] |
name of Basin/Indicator-Region
Definition at line 128 of file globals.h.
Referenced by BIRinit(), and ReadChanStruct().
| int basndef::numIR |
number of indicator regions in this hydrologic basin
Definition at line 129 of file globals.h.
Referenced by BIRbudg_sumFinal(), BIRinit(), BIRstats_hydro_sumFinal(), and BIRstats_sumFinal().
| int basndef::IR[30] |
max of 30 indicator regions within a hydrologic basin
Definition at line 130 of file globals.h.
Referenced by BIRbudg_sumFinal(), BIRinit(), BIRstats_hydro_sumFinal(), and BIRstats_sumFinal().
| int basndef::FLok[30] |
hydrologic basins with which the current basin may have overland flow
Definition at line 131 of file globals.h.
Referenced by BIRinit(), and Flux_SWstuff().
| int basndef::numFLok |
number of FLok basins attached to this one
Definition at line 132 of file globals.h.
Referenced by BIRinit(), and Flux_SWstuff().
| int basndef::parent |
ID if this is a main (parent) hydro basin
Definition at line 133 of file globals.h.
Referenced by BIRinit(), and ReadChanStruct().
| int basndef::family |
the family name (parent basin & IRegion children) of hydrologic basin
Definition at line 134 of file globals.h.
Referenced by BIRinit(), Flux_GWcells(), Flux_SWstuff(), FluxChannel(), and ReadChanStruct().
| double basndef::conv_m3TOcm |
for a basin, convert a m^3 volume to a cm height across the basin
Definition at line 135 of file globals.h.
Referenced by BIRbudg_print().
| double basndef::conv_kgTOmgm2 |
for a basin, convert a kg mass to a mg/m2 mass-per-area across the basin
Definition at line 136 of file globals.h.
Referenced by BIRbudg_print().
1.5.6