| Ecological Landscape Modeling: Models Pages |
#include <globals.h>

Data Fields | |
| float * | data |
| Point2D | Loc |
| char | name [24] |
| int | Length |
| int | outstep |
| int | laststep |
Definition at line 183 of file globals.h.
| float* seriesParm::data |
Array data of variable
Definition at line 184 of file globals.h.
Referenced by get_parmf(), and print_point().
struct with the grid location of a point
Definition at line 185 of file globals.h.
Referenced by open_point_lists(), and print_point().
| char seriesParm::name[24] |
Time length in number of variable's outsteps taken
Definition at line 187 of file globals.h.
Referenced by print_point(), and send_point_lists2().
output time step interval
Definition at line 188 of file globals.h.
Referenced by print_point(), and send_point_lists2().
last (i.e., most recent) temporal outstep for this file
Definition at line 189 of file globals.h.
Referenced by send_point_lists2().
1.5.6